Posted on July 30, 2015 at 22:33I have the following issue with the IWDG: I initialized the IWDG with the sequence IWDG_WriteAccessCmd(IWDG_WriteAccess_Enable); IWDG_SetPrescaler(IWDG_Prescaler_32); IWDG_SetReload(0x0FF0); IWDG_ReloadCounte...
Posted on July 12, 2014 at 00:05 I am trying to get the USB in HS device mode working. I am using the ST USB OTG libraries in version 2.1.0. I modified the example code for a VCP device, so it fits my needs. Compiler flags are USE_USB_OTG_HS ...
Posted on July 31, 2015 at 02:53The watchdog also resets if I do not run the program with the debugger. It is old code, which I ported to the STM32F407, and there the watchdog timer (different code obviously) never resets, though it is a 1.6s timeou...