Hello
I have quite big problem.
I'm using MCUBoot and SMP to download image and it works (when no task are registered to watchdog_task), i'm able to flash new image and run it.
But when i register any task to watchdog_task, i'm not able to upload new image via SMP.
More specifically: whenever I try to upload a new program, the processor freezes and this causes watchdog CPU reset, is there any workaround on this?
I was wrote about this problem to zephyr github but no one answear.
Many thanks for any help.