
27 Oct
2022
27 Oct
'22
12:06 p.m.
On 27/10/2022 08.32, Stefan Roese wrote:
In this case the watchdog gets started but never reset via cyclic. This is due to cyclic_init never being called in the SPL - where is that supposed to occur?
I did not have many targets with WDT in SPL to test with. Seems that I missed to call into cyclic_init() here.
I have an idea for getting rid of cyclic_init() (and thus the need for ensuring it gets called) completely, give me a day or two to spin a small series.
Rasmus