Hi,
Our devices are running on NRF52833 with soft device version s140. We are facing an issue to do DFU in one particular device. Details mentioned below:
- We are able to properly do DFU from NRFConnect app on all other devices except one. All devices have same hardware and soft device version.
- The device where DFU is failing is in working condition.
- While DFU from NRFConnect app is triggered, the Enter bootloader command is sent. "Enter bootloader sent (Op Code = 1)".
- Response received from device is "Response received (Op Code = 1, Status = 1)".
- But later in the NRF logs it shows "DFU Bootloader not found. trying the same address..".
- When we try to connect to bootloader directly when it advertises in DFU mode, the connection attempt is failing every time and Error Code for disconnection is 255(0xFF).
Since we are unable to collect the bootloader logs so we are unable to find the root cause. What can be the possible root cause for the issue?

