Dear Members,
I got this error
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol app_uart_put (referred from retarget.o).
SDK_config.h is included,
What's missing from that file ?
Thank you
Dear Members,
I got this error
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol app_uart_put (referred from retarget.o).
SDK_config.h is included,
What's missing from that file ?
Thank you
Hello,
retarget.c is made for the app_uart library, and does not work with libuarte. I suggest you remove retarget.c from your project.
Best regards,
Vidar
Hi, Vidar,
Thanks for the reply
Ok, I'll remove it and let's see...
how can we print out the debug message then ? thanks
You can view the logs with Jlink RTT Viewer og Jlink RTT Client: https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/
https://www.segger.com/products/debug-probes/j-link/tools/rtt-viewer/ ?
It's different with serial ?

That one ?
What's the function for printing message to J-link rttviewer ?
What's the function for printing message to J-link rttviewer ?