Part Number:CC1310
Tool/software: Code Composer Studio
I'm trying to compile an application for CC1310 and burn it to the chip (4mmX4mm RSM package) on a custom board via a custom sblAppEx tool.
-1. I can generate the empty project for CC1310 within Code Composer (for the RSM package). I have enabled the hex output (Intel format). I convert the app hex file into a bin file. No error is reported.
-2. I can burn the bin file to cc1310 via a custom sblAppEx-like tool (over SPI). Everything is burnt correctly. I can reboot the chip in bootloader or not, so the burnt ccfg area is correct.
But this very simple application doesn't seem to run. I have read on another thread that I'm supposed to merge the hex app and the hex stack together (with the Intel hexmerge.py) before the conversion to the bin format. How do I get the stack output in code composer for my application? I don't see any option and there is no stack.out in the Debug folder. I'm confused!