Part Number:CC2650
Tool/software: TI C/C++ Compiler
I'm developing the firmware for a custom board with CC2650 5x5 package. I have just noticed the BLE Stack 2.2.1 is only compatible with CCS 6.2 and thus I reverted back from version 7.3. I installed the proper version of the compiler (5.2.6) as suggested and tried to import and compile the Simple Peripheral Project. However:
- Can you confirm BLE Stack 3.0.1 is NOT compatible with CC2650 and BLE Stack 2.2.1 requires CCS 6.2 instead of newer versions?
- I couldn't obtain a local copy of the example fully independent from the copy installed with the stack. This would be desirable because I don't want to reinstall the stack if I mess too much with the example and cannot get it to compile anymore. Was this even possible with version 6.2? I think it is with v7.3.
- Before building, I modify the project setting to match my debugger (XDS110 of the Launchpad) and change the device. When I do so, the linker command file automatically becomes "cc26x0f128.cmd" and the runtime support library changes to <automatic>. Is this expected behaviour?
- When I try to build the stack and the application, the following errors and warnings appear:
stack:
app:
Other projects of the same folder give similar errors. I have also tried to use the Project Zero as a starting point but even there many errors appear. How can I solve these errors?
Thanks for your time,
Jack