Hi,
I'm using CCS to build/debug a modified version of the SBL. When running the application, I see no output over UART as I would expect.
When I build using the Make files in the SDK, the application runs as expected.
When debugging in CCS, the behavior is very inconsistent. Sometimes the code will run as expected, but most of the time it will run into an exception before the application starts.
It seems the most common exception cause is that it enters _c_int00 with the Thumb bit set (the code is 32-bit ARM).
Could this be an issue with my build configuration?
Thanks