Page 1 of 1

[TODO] HAL for Watchdog timer (for STM32F10x)

Posted: Fri Jan 04, 2013 11:38 am
by z80
Hi!

I failed to find ready to use Watchdog timer HAL implementation for Chibios. So I had to implement it myself. Please, have a look.

watchdog.zip
STM32F10x IWDG HAL layer and Watchdog abstract driver.
(5 KiB) Downloaded 803 times

Re: HAL for Watchdog timer (for STM32F10x)

Posted: Fri Jan 04, 2013 6:34 pm
by Giovanni
Hi,

Good job, I will look into including it into the HAL, apparently there is not much to add there, if anything.

Giovanni

Re: HAL for Watchdog timer (for STM32F10x)

Posted: Sun Dec 29, 2013 11:55 pm
by dsigma
Hi Giovanni, I was wondering if you were planning on integrating this at any point in time? This would be very useful...

Best Regards,
-D

Re: HAL for Watchdog timer (for STM32F10x)

Posted: Mon Dec 30, 2013 10:18 am
by Giovanni
Hi,

Sorry I forgot about this, I will put it in list for 3.0.

Giovanni

Re: [TODO] HAL for Watchdog timer (for STM32F10x)

Posted: Mon Dec 30, 2013 7:08 pm
by dsigma
cool! thanks! :)

Re: [TODO] HAL for Watchdog timer (for STM32F10x)

Posted: Mon Jan 13, 2014 2:24 am
by JamesS
Now trying on STM32F407.

Integrated and builds clean.

Thanks.

James.

Re: [TODO] HAL for Watchdog timer (for STM32F10x)

Posted: Sat Feb 15, 2014 4:55 pm
by Vik
Hi all,

I can confirm that this works perfectly on the STM32F303 (F3 Discovery board).

Many thanks for this z80, I was just at the point where I would have needed to write it myself, so you saved me a few days of development time :)

Cheers,
Vik