User Activity

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 ...