This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DFU + RTX: Is it possible?

I have the ble_app_hrs example working well with DFU.

When I take main.c from the example code and put it into an RTX project, the DFU stops working.
Symptom: nrfToolbox starts "switching to DFU Mode", the led changes once on the pca10028 board, but never changes the second time. nRFToolbox never says the device is ready.

I've started with the clean example project and slowly added my project files to it, and each time the problems start when I add RTX. Adding RTX requires me to switch from app_timer.c to app_timer_rtx.c. Perhaps this is the problem, though I see no direct timer calls in the dfu_xxx files.

Is there a trick to using DFU with RTX?

Related