Hello
I'm trying to use the example code for ble_app_uart and it doesn't seem to work. I copied the folder for pca10028 and changed processor from nrf51422 to nrf51802 everywhere in the makefile and changed the linker script so it matches nrf51802 ram size, ie reduced by 4K. When uploading to my board: , I have LED_0 connected to gpio 3. It shines solid blue and does not blink as supposed, yes I have changed my pin config so that LED_0 is defined to gpio 3. And nrf uart app nor nrf connect app or any other ble app is detecting the chip as it should advertise itself as "Nordic_UART", but it doesn't. What am I doing wrong? The rest of the code is not touched.
SDK: 12.3
SoftDevice: s130
Thank you!