Other Parts Discussed in Thread: CC2640R2F
Tool/software: Code Composer Studio
We have code size issue with CC2650. I wonder if there is a CCS project that merge app and stack project and remove all the icall function.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.
Hi Dean,
Sounds like the CC2640R2F is what you're looking for then - it has support to merge app and stack projects using the enhanced ICall system.
For the CC2650, you'll have to reduce your code size or reduce stack features to make your application fit in flash.
Regards,
Rebel
Without having OAD requirements, you can consume the stack in a form of a library. This will yield some linker optimizations (software-dl.ti.com/.../cc2640-to-cc2640r2.html
For stack configurations, see (software-dl.ti.com/.../index.html. You probably don't need BLE 4.2 features for HID.