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

Using RTT to configure the device?

Hi,

Can I use RTT to build a communicate to a command line interface (CLI) in the device?

This would require that the program does not block, as it does in SEGGER_RTT_WaitKey().

Is there any way for RTT to send an event upon receiving input from the development system, similar to the event generated from the UART? If not, I guess the only option is to set up a timer and then poll the RTT input buffer using e.g. SEGGER_RTT_Read().

regards, Elm

Related