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.

CC2540 IAR project on CC2541

Other Parts Discussed in Thread: CC2541, CC2540

Hello,

i have a BLE stack 1.3 based IAR project that runs fine on a CC2540 based module (BLE113). when i flash this on a CC2541 based module (BLE113) it doesn't seem to work, as in the module is not advertising.

do i need to make any changes to the code and/or IAR project to run on a CC2541?

The project is not using USB in any form or shape so i assumed the chips to be identical.

thanks

  • You must rebuild the project using the CC2541 BLE libraries. The low-level interface to the radio is slightly different on the CC2540 and CC2541, and this difference is handled by these different libraries.