8 years, 9 months ago.

Watchdog timer for Seeed Arch Max?

We have a few community implemented watchdog timer library for LPC1768, and STM32F10X. Do we have any for STM32F40x? I searched and could not find any in the forum. If I want to port those libraries, how should go about it?

Question relating to:

The Arch Max is an mbed enabled development board for rapid prototyping. It's based on a STM32F407VET6 microcontrolle with an ARM Cortex-M4F core running at 168MHz. It includes an open …

1 Answer

8 years, 9 months ago.

You can start with mbed-src, use ST's HAL WWDG API of stm32f4xx_hal_wwdg.h

Accepted Answer