This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

add ble_nus to buttonless app

I tried to add ble_nus service to buttonless app (sdk 14). Keil doen't raise any errors and compiled project, but app is not work actuall in NRF_LOG I can see these messages

0> nrf_sdh_ble: RAM start should be adjusted to 0x20002760.
0> nrf_sdh_ble: RAM size should be adjusted to 0xD8A0. 0> app: Fatalapp: Fatal

I tried copy IRAM settings from app_uart example to my app but it wasn't work

I've also tried debugging

  1. I set breakpoint image description

  2. Change Keil options for debugging image description

  3. Compiled, Programm project (OTA DFU)

  4. Start debug session (Ctrl + F5) and get this window

image description

Related