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

SPI DFU timeout not working

Hi,

I am working on an SPI DFU on my NRF52840 DK using SDK 15.2.0. So far the init packet is able to transfer, however, after I create an object for transferring the firmware image, the dfu timeout automatically goes off and returns to the main loop. I have no idea why it is doing this since shouldn't the timer reset every time a protocol is called? I have tried changing the timeout value, and yet the timer still resets after the create data object protocol. Does anyone have any idea why this occurs?

Related