Part Number: TMS320F280049C
Code Composer Studio - How to debug when in release mode?
I have a project that works fine in debug mode, however when run in release mode it is doing strange things. If the problem would occur while in debug mode it would be easy to track down.
What if any debugging capabilities are available while running in release mode? I tried the lowly printf but that does not seem to work in release mode.