12.3 sdk
i have error when compile this project ''.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol SEGGER_RTT_printf (referred from main.o).'"
this error how to solve ittwi_sensor - bmp180.rar
12.3 sdk
i have error when compile this project ''.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol SEGGER_RTT_printf (referred from main.o).'"
this error how to solve ittwi_sensor - bmp180.rar
Hi,
Looks like you are calling the SEGGER_RTT_printf function directly (not through NRF_LOG)?
You need to include the source file in your project, found in: nRF5_SDK_12.3.0_d7731ad\external\segger_rtt\SEGGER_RTT_printf.c
And you need to define the preprocessor symbol 'NRF_LOG_USES_RTT=1'.
Best regards,
Jørgen
Hi,
Looks like you are calling the SEGGER_RTT_printf function directly (not through NRF_LOG)?
You need to include the source file in your project, found in: nRF5_SDK_12.3.0_d7731ad\external\segger_rtt\SEGGER_RTT_printf.c
And you need to define the preprocessor symbol 'NRF_LOG_USES_RTT=1'.
Best regards,
Jørgen