Question
Blinking LED based on IWDG counter
Posted on June 15, 2013 at 13:38
Hi,
In our system, our main code loop repeats every 12 seconds and refreshs the watchdog counter. When refreshing the counter, I toggle an LED. The only problem is the blink period. I would lke the watchdog running LED indicator to blink every one second instead of every twelve seconds. I was hoping I could do this using the IWDG count value (use a particular bit of this counter to toggle LED) but from reading the spec it looks as if I don't have access to this counter. Anyone know a way around this or alternatively is there some way of accessing the counter that I don't know? Many Thanks Bob