Hello,
I have developed a custom application which is developed from the Project Zero file for CC2650Launchpad from simple link academy 1.11. I have tested my application with CC2650launchapad and it worked fine.
I am using CCS 7.2.0, BLE stack 2.2.1, and ti compiler 5.2.6.
Then I changed the board file to support CC2650MODA and tried to debug the code using debug option. While performing that my code got stuck in a loop. After debugging and with the help of the e2e community, I figured out that it is due to the stack image is not getting uploaded in CC2650MODA.
When I uploaded the Application and stack image using Flash programmer into CC2650MODA. It was working fine.
I need to debug my code. How can I upload both stack and application images into MCU using debug option in CCS?