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

Error: L6218E

I am running into these 3 errors while compiling my program. I tried fixing sdk_config.h.

.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_uart_init (referred from main.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nrfx_twim_enable (referred from main.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nrfx_twim_rx (referred from main.o).

Am I still missing anything else in sdk_config.h to make it work?

Parents Reply Children
No Data
Related