Hello,
I'm using nrf52840 with gcc compiler and SDK15.3. For our firmware update procedure, we use two flash storage instances. One for the transmitted new application and one for the bootloader settings. When aplplication is transferred, we change the bootloader settings that after a software reset the bootloader erases the old application and puts new application in the correct föash memory region. I ported that program from nrf52832 where it works very well. Now on the nrf52840 when the flah storage instance is initialized it gives back the SVC handler missing failure (return code 0x01). That causes that the flash_storage instance can't erase it's memory region. Does anybody know what's wrong with my code are handling?
Thanks in advance
Kind regards
Sascha Schmidt