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

Low memory RTT alternative

I am trying to program a custom board connected via the DK. The custom board is 16KB version (nRF51822 QFAA). RTT consumes lot of memory and hence my code does not compile with RTT. It compiles well without RTT. However i need to debug my program execution and see where things are failing. While my custom logic runs fine on the DK i have some issues with the custom board. I am not sure if UART trace will be a solution since it has overheads and is expected to run slower. Is there an alternative?

Best Prasanna

Related