This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2340R5: Looking for an "Arduino" like debug output option

Part Number: CC2340R5

Tool/software:

Is there a way to get a debug output that is similar to the Serial.printf() function in the Arduino world ?

The  default way as part of the basic_ble example with the  MenuModule_printf()  functions is not waht I need.

The main problem is that insted of chronologically ordered messages, I have to specify a line and a column on each and every

output line. So lines can easily overwrit older lines instaed of being printed under the older lines.

Also using the buildin  serial console output is erased if I resize the hight of the terminal window.