Other Parts Discussed in Thread: CC2540, CC2640R2F
Tool/software: TI-RTOS
Hi,
I have 2xCC1350 Launchpad and i would like to use simple_peripheral projects in my launchpads.
I installed simplelink_cc13x0_sdk_1_60_00_21 and simplelink_cc13x0_sdk_2_10_00_36 SDKs.
I imported the simple_peripheral project (simple_peripheral_cc1350lp_app_flashrom) with CCS v8.
For simple_peripheral project in simplelink_cc13x0_sdk_2_10_00_36 SDK;
Description Resource Path Location Type
Build-variable 'COM_TI_SIMPLELINK_CC13XX_CC26XX_SDK_LIBRARIES' cannot be resolved. This project may not build as expected. simple_peripheral_cc1350lp_app_FlashROM properties Problem
Description Resource Path Location Type
Build-variable 'COM_TI_SIMPLELINK_CC13XX_CC26XX_SDK_SYMBOLS' cannot be resolved. This project may not build as expected. simple_peripheral_cc1350lp_app_FlashROM properties Problem
and icall task seems running forever and launchpad does not advertise
For simple_peripheral project in simplelink_cc13x0_sdk_1_60_00_21 SDK;
Description Resource Path Location Type
#112-D statement is unreachable app_ble_pem3.c /simple_peripheral_cc1350lp_app_FlashROM/Debug/configPkg/package/cfg line 7560 C/C++ Problem
Description Resource Path Location Type
This project contains 1 unresolved buildable linked resource(s). The project may not build as expected. simple_peripheral_cc1350lp_app_FlashROM project Problem
and icall task seems running forever and launchpad does not advertise
I tried CCS Cloud feature, I loaded simple_peripheral project to lp. However, it could not work
According to ble configuration in projects, it should advertise after initialization
What is the problem ? How can i solve it ?
Thanks
Have a nice day