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

softDevice functions are not working from bootloader

Hi there,

I am trying to modify flashwrtire peripheral example code for uart bootloader,

- I have used flash read write softdevice functions (sd_flash_read/sd_flash_write/sd_flash_page_erase)  by adding softdevice handler.

- flash read write operations are happening when code is placed above SD but same code is not working when placed at the end as a bootloader (changed bootloader start as well)

- Seems that when it is placed at bootloader location non of the softdevice function is working (which are starting with "sd_").

I am using nrf5142, SDK11, S130

Related