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

Using SEGGER_RTT_printf with esb_low_power_ptx

Hello,

I was able to get SEGGER_RTT_WriteString() to work correctly, however SEGGER_RTT_printf keeps giving me this issue when compiling:

._build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol SEGGER_RTT_printf (referred from main.o). Not enough information to list image symbols. Finished: 1 information, 0 warning and 1 error messages. "._build\nrf52832_xxaa.axf" - 1 Error(s), 0 Warning(s). Target not created. Build Time Elapsed: 00:00:06

I enabled RTT and Logging on the config wizard under sdk_config.h

I am using SDK 12.2.0_f012efa and Kiel_v5

The RTT files are included in the project, but the function does not seem to be found. Any help is appreciated.

Thanks,

Tim

Related