Other Parts Discussed in Thread: CC2640, BLE-STACK
Dear TI Expert,
One of my customer got a build error build in simple_peripheral project under simplelink_cc2640r2_sdk_1_30_00_25 for CC2640R2F without 32.768K. Could you help to check it and give some advice? Thanks a lot.
Follow swra499b.pdf------Running Bluetooth® low energy on CC2640 Without 32 kHz Crystal.
Build OK in ble_sdk_2_02_01_18
But failed with below condition
----------------------------------------------------------------------------------
BLE-STACK: simplelink_cc2640r2_sdk_1_30_00_25
IAR: 7.8.2
Project: simple_peripheral
Step:
1. Include rcosc_calibration.c, rcosc_calibration.h and ccfg_app_ble_rcosc.c files that are located at <sdk_install_dir>\examples\rtos\CC2640R2_LAUNCHXL\ble\common\cc26xx\rcosc or <sdk_install_dir>\src\common\cc26xx\rcosc.
2. Exclude ccfg_app_ble.c from build.
3. Add USE_RCOSC to Defined symbols
Error:
Error[Li005]: no definition for "HCI_EXT_SetSCACmd" [referenced from C:\ti\simplelink_cc2640r2_sdk_1_30_00_25\examples\rtos\CC2640R2_LAUNCHXL\blestack\
simple_peripheral\tirtos\iar\app\FlashROM\Obj\rcosc_calibration.o]
------------------------------------------------------------------------------------------------------------------