Tagged Questions
5
votes
5answers
1k views
Programming in presence of watchdog timer
I am new to embedded systems programming, although I have done courses during studies, practical programming is still a bit further away.
Here is the problem: I have to program a small system on NXP ...
4
votes
6answers
2k views
How to debug a watchdog timeout
I have a watchdog in my microcontroller that if it is not kicked, will reset the processor. My applications runs fine for a while but will eventually reset because the watchdog did not get kicked. ...
2
votes
2answers
239 views
Linux automatically restarting application on crash - Daemons
I have an system running embedded linux and it is critical that it runs continuously. Basically it is a process for communicating to sensors and relaying that data to database and web client.
If a ...
2
votes
7answers
458 views
How to determine which task is dead?
I have an embedded system that has multiple (>20) tasks running at different priorities. I also have watchdog task that runs to check that all the other tasks are not stuck. My watchdog is working ...