I use Azure starter kit Rev2 board and I am using the External MCU update program. I have mixed both Azure IOT and External MCU program.
There's a function "ProgramImages(images, imageCount, &DfuTerminationHandler); " in External MCU . I want this function to complete before moving on to next step.
I have some Event handlers which works in between and interfere with the above function "ProgramImages(images, imageCount, &DfuTerminationHandler); " and will not work properly.
Want can I do in this situation. If I comment the Event Handlers , then the above function will work perfectly. How to solve this issue?
Thank you.