Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 6 months ago.
watchdog timer on STM nucleo platform
Does anyone have any links or info on how to use the watchdog timer on the nucleo series platforms?
1 Answer
10 years, 6 months ago.
Hello,
You can find watchdog timer examples in the STM32L1xx standard peripherals library:
http://www.st.com/web/en/catalog/tools/PF257913
As the STM32L1xx library is included in mbed, you can use directly the provided functions.
Regards