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

Softdevice protection and nordic DFU

Hi.

I have built an ble application which runs on the nrf52832 with softdevice S132 V 6.0.0.
In addition to the application and the softdevice I program a bootloader on the device.
So I'm able to use the nordic DFU!

When programming the device I can choose following options:

- Lock Softdevice from readback

- Enable Softdevice protection

- Lock entire chip from readback

Does one of these options affect the funtion of the nordic DFU?

Thanks.

Alwin

Parents
  • Hi Alwin, 

    The first two options you listed should not be available on the nRF52 series. The Softdevice is secured with the MWU peripheral, which cannot be disabled with a programming flag (Maybe you are using nRFgo studio for programming?). On the 52 series, you can lock the entire chip from readback. Readback protection will not impact DFU as it is only the Debug interface that gets disabled.  

Reply
  • Hi Alwin, 

    The first two options you listed should not be available on the nRF52 series. The Softdevice is secured with the MWU peripheral, which cannot be disabled with a programming flag (Maybe you are using nRFgo studio for programming?). On the 52 series, you can lock the entire chip from readback. Readback protection will not impact DFU as it is only the Debug interface that gets disabled.  

Children
Related