This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

porting from CC2640 to CC2650

Other Parts Discussed in Thread: CC2640, CC2650, BLE-STACK

After I read this:

https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/t/404236

I have question:

I want to change my platform from CC2640 to CC2650 (NOT the opposite)

The multi-standard CC2650 wireless MCU supports Bluetooth low energy as well as other wireless protocols, such as ZigBee® and 6LoWPAN. The CC2640 supports Bluetooth low energy only. All code generated from the BLE-Stack v2.x SDK is binary compatible and exchangeable with both the CC2650 and CC2640 wireless MCUs.

 

so all the same but:

page 29 & 33:
Do not modify the CPU Variant in the project settings. All sample projects are configured with a CPU type, and changing this setting (that is, from CC2640 to CC2650) may result in build errors
 
also from the FAQ:
however, it is strongly recommended to not change the CPU settings in the IDE. Although the CC2650 has the HW & ROM capability to support additional wireless protocols, a given SW build can only support one wireless protocol.
 
What does it means "change the CPU settings in the IDE"?
 
 
Thanks