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

SEGGER RTT printf() problem

Hi, I have problem with using printf() in SEGGER RTT.

I've read tutorial and others about SEGGER RTT printf() problem, but they didn't work.

When I use printf() in RTT and compile I got error like this:

[._build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol SEGGER_RTT_printf (referred from main.o).]

And when I trying to see definition of printf() I got this.

image description

Thanks for reading my question!

Related