Hello, we want to evaluate the BLE ISP2454-LX chip.
To do this we bought from RUTRONIK FRANCE an ISP2454-LX-EB evaluation board with the ISP2454-LX-TB test board.
SDK : nRF Connect SDK Bare Metal v2.0.0
Tool Chain : nRF Connect SDK Toolchain v3.3.0
Softdevice : bm_nrf54l15dk/nrf54l15/cpuapp/s145_softdevice
We want to put the nRF54L15 device in the NORDIC DFU mode programmatically.
On nRF52832 device we do this :
// Write Magic Pattern and ...
NRF_POWER->GPREGRET = 0xB1;
// Reset
NVIC_SystemReset();
So, my question is : how can we do this (put device in DFU mode) on a nRF54L15 device ?
Thanks.
Best Regards.
Andre Muller.