Dear nordic team,
I was working on secure dfu bootloader where i added SPIS example with it to communicate it with stm for some data transfer and controlling the switching between app and bootloader in nrf.where the data transfer is working fine in both st and nrf in ota mode.but when i press reset button i should send a command from stm 0x200,0xB00 to nrf to reset nrf52 but some time when i press the reset button multiple times it is not resetting.when i take the log it is some times transferring 0x100,0x500,0x80 instead of the command 0x200,0xb00.pls help
Akshay