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

DTM observe on monitor

Hi there

I tried to observe the message when DTM are working.

So I modify the example direct_test_mode to display on monitor.

But after modified , it comes out the error.

.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol m_nrf_log_app_logs_data_dynamic (referred from app_error_weak.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nrf_log_frontend_dequeue (referred from app_error_weak.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nrf_log_frontend_std_0 (referred from app_error_weak.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nrf_log_panic (referred from app_error_weak.o).
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.

What I missing?

Related