Hello
I just started learning nrf52832 DK and run few of the examples. I wanted to start developing my own application based on the examples. Right now, I want to read analog from A0 and print the reading in UART. I tried to combine the peripheral examples UART and SAADC, but with no success. I made some changes to the sdk_config.h file of the saadc example to enable APP_FIFO_ENABLED 1, RETARGET_ENABLED 1, APP_UART_ENABLED 1, APP_UART_DRIVER_INSTANCE 0. Building my project fails with the following three errors:
- .\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_uart_get (referred from main.o).
- .\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_uart_init (referred from main.o).
- .\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_uart_put (referred from main.o).
Can somebody explain me what might cause the error. I would also appreciate if anyone indicate me an existing example with the minimal line of codes. Btw, I am using sdk15.