This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

UART DFU MBR example

Hi,

I'm trying to use uart dfu mbr example and when I flush boot loader via jlink I see that it write mbr hex file at address 0x0. My main application also started from address 0, should I move it to address MBR_SIZE or this mbr hex file used only for debugging.

Parents Reply
  • Hi Uri, 
    Have you tried to use nRFutil application on PC  to send the same image ? 
    Have you done any successful DFU update to your NRF52805 chip ? 

    If you can do a DFU update using the nRFUtil you can capture a logic trace of the UART pins. And then do the same with your/my DFU bootloader and compare the two. 

    Which error code was thrown after you sent the init packet ? 

Children
No Data
Related