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 want to init the watchdog in the bootloader and feed it from the application.
For another interface (e.x. timer) we need to deinit the timer in the bootloader before jumping to the application if the same timer is used in the application. As watchdog doesn't have deinit functionality, is it possible to use watchdog from an application that is initialized in bootloader?
@Frantz LEFRERE , Can you please help me regarding it?
