I am developing a custom USB module based on the nRF54L15 chip. I would like to know how I can initially flash firmware onto the board.
My plan is to have a custom bootloader so that I can later perform DFU over UART using nrf-util (if this is supported on the nRF54L15).
My main question is:
-
Is it possible to flash my custom board initially using the debugger that is present on the nRF54L15 DK?
Any guidance on the flashing process and DFU support for this chip would be very helpful.