BT Stack using CC2564x.h ERROR
What I did in order to bypass this at this stage:
1) Include the "CC256X.h" instead of "CC256XB.h"
2) Change "Patch" to "BasePatch"
3) Add the following missing structures in "CC256X.h":
static BTPSCONST unsigned char LowEnergyPatch[] (copied from __SUPPORT_LOW_ENERGY__ part of the previous base patch structure - in the same file)
static BTPSCONST unsigned char AvprPatch[] (copied from "CC256XB.h" file - since we are not using it, it is OK)
ERRORS:
Error[Li005]: no definition for "HCI_VS_EnableFeature" [referenced from BSC.o(Bluetopia.a)]
Error[Li005]: no definition for "HCI_VS_DisableFeature" [referenced from BSC.o(Bluetopia.a)]
PLEASE HELP! THANK YOU!
yan,
你的硬件是啥?CC2564B 必须对应CC2564B的代码哦。
CC2564B的开发板能成功运行SPPLEDemo
我现在需要用CC2564通过编译,但是make之后显示那两个错误