Hello,
I did a code base on aws_fota sample and added a watchdog, a timer (to feed watchdog) and modified some outputs. Tests about thèses items looks correct.
When my code arrive to this line, it never returns (watchdog is feed by a timer).
err = bsdlib_init();
What can I do please ?