Other Parts Discussed in Thread: EK-TM4C123GXL
I like to use the watchdog to unblock a firmware in case it get stucked.
"/examples/boards/ek-tm4c123gxl/watchdog" give a nice example how to setup the watchdog as a timer.
I coming from a other perspective. I like to start the watchdog when the firmware comes up. From time to time my idle thread pokes the watchdog.
What is the "poke" function? Can I archive that without using any intr/isr?
Best
Stefan