↧
Answer by Lundin for How to prevent system hang before watchdog timer task...
Professional embedded systems are designed like this:Pick a MCU with power-on-reset interrupt and on-chip watchdog. This is standard on all modern MCUs.Implement the below steps from inside the reset...
View ArticleAnswer by VladP for How to prevent system hang before watchdog timer task...
There is a hardware watchdog that could be run before the application runs. ARM AM1808 does have a timer that could be implemented as a watchdog, as per documentation:...
View ArticleHow to prevent system hang before watchdog timer task kicks in
We are using an ARM AM1808 based Embedded System with an rtos and a File System. We are using C language. We have a watchdog timer implemented inside the Application code. So, whenever something goes...
View Article
More Pages to Explore .....