Hi,
Why is it that when NRFFW[0] = 0xFFFFFFFF SVC calls are passed on to the softdevice but when NRFFW[0] = 0x19000 they are passed on to the SVC handler of the application?
I am using softdevice 6.1.0 and SDK version 15.2.0.
When stepping through the code of the MBR I noticed that it depends on the value located at the first word of RAM. When NRFFW[0] = 0xFFFFFFFF the value at 0x2000_0000 is 0x1000. When NRFFW[0] = 0x19000 the value at 0x2000_0000 is 0x19000.
Why is that?
Kind regards,
Bert