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

ble_uart and saadc merge config file messed up. Device not advertising

Hello.

Currently I am trying to merge the peripheral example ble_uart and saadc examle. My little project is to send potentiometer values over ble.

As of now I have copied over the code and includes and merged the config file. The project does compile, but it does not advertise or print anything out in the Termite terminal.

I suspect something in the config file was not merged correctly. After trying to debug it seems it does not even get past the uart_init function (im not sure tho. The debugging tools was abit confusing).

Here is the merged code in main.c

Do you know what is going wrong here?