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

Tutorial on setting up the bootloader for nrf52832 in IAR

Hi.

 

I' m using nRF52832, SDK v15.0.0, S132.

 

I'm want tutorial how make bootloader DFU in IAR.

 

How I make bootloader DFU for nrf52832 in IAR?

Parents Reply
  • The path that nrfutil is provided, i.e. C:\\1\\nrf52832_xxaa.hex looks weird. It should be C:\1\nrf52832_xxaa.hex. 
    Try placing nrfutil.exe in the C:\1\
    Then open cmd and type cd "C:\1\" and run the command without any reference to C:\1\ in the path to nrf52832_xxaa.hex

Children