STM32H747xI Watchdog Timer Stop Functionality
The hardware for my project is an Arduino Opta, which utilizes the STM32H747XI dual core processor. We are trying to implement a watchdog timer for our application because the OS occasionally crashes. The start and kick timer functionality works without a problem. However, we are having trouble stopping the timer. We need to stop the timer during over-the-air "OTA" updates because it is a long running process.
If I am understanding the datasheet correctly, it appears that stopping the timer is only available in debug mode. Please confirm.
If stopping the timer is not an option, how would you recommend we tackle this problem? Is it possible to do the OTA update on the second core while the timer is running along with the main application on the first? Thanks in advance for your help. I've spent a lot of time trying to solve this problem.
Regards, Mark
