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.
Tool/software: Code Composer Studio
Hi,
I loaded project_zero(simplelink_cc13x2_26x2_sdk_4_30_00_54) in Code Composer Studio (Version: 10.0.0.00010), build it and started the debugger. It loads and then it mentions its running but hasn't stopped at main(), which is denoted in the debug configuration? Am I missing something?
rgds,
Laurent
Hello Laurent,
The application does indeed have a main. When I import, build and run the program, it does halt at main for me. However, I tried this on a CC1352R instead (I do not have a CC1352P). when you halt the target, where is it halted?
Thanks
ki
Hi Ki,
thanks for reply, I found out that the chip release from the launchpad is to old, 'C' instead of 'E'.
If you could confirm that than this matter is solved.
rgds,
Laurent
ah yes. Older revisions of the chip will not work with the newer SDK. Thank you for the update.