This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Code optimization for release

I use many SEGGER_RTT_WriteString and SEGGER_RTT_printf sprinkled throughout my code which was very helpful for debugging and monitoring, however, we're getting close to releasing code for product release and I was wondering if these SEGGER_RTT statements are still being executed when not running the debugger. If so, is there a way to turn them off without having to make an sdk_config.h change?

Parents Reply Children
No Data
Related