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

app_uart_init() function error:

Hello,

I wanted to add uart in ble_custom_template project. I have added UART and FIFO Libraries in User include Libraries. Also i set the bits for uart in sdk_config.h. Still I get following error.

Linking xyz.elf
Output/Release/Obj/smart_cap_v1/modbus_handle.o: in function `uart_init':
undefined reference to `app_uart_init'
Build failed

I read other Q and A also as lot of people have this error. But didnt get promisable answer. Please guide me for the same.

Thank you in advance.

Regards.

Related