DFU with internal flash

I want to do DFU with secure keys on nrf54l15dk. I want to receive in my application new firmware and store it on internal flash of the nrf54l15 (i have memory to store the new and old fw on it since it is has biggest memory of all and i do not use much of the flash anyway). 
Next this i want to do is when i press button 3 on the board i goes in the bootloader and the mcuboot does his thing and upgrades the firmware. 

I went through intermediate course and flashed the code, but AuTerm cant find/read slots so i can just test the lessons.
I know that i can me a GPIO pin interupt call and do a sys_reset_call(cold) and it will reset it, but other things are not that clear to me.

I want a Dual slot DFU in short.

Parents Reply Children
Related