How to feed watchdog from an application which is started in bootloader
I am using STM32L562E-DK for my development. I have ported SBSFU for it. I want to add watchdog functionality to it. Currently, I am initializing the watchdog (window) from the application and feeding it from Freerto's task in the application.Now, I ...