User Activity

Posted on March 04, 2016 at 22:58I am using a STM32L476 chip based on  CubeMX generated code . I have ported this to a development board and implemented Stop2 power state to save battery life. I have a stop_x() and start_x() function for each device...
Posted on March 02, 2016 at 00:07I am using the Stm32CubeL4 to generate a USB device with a CDC class. This is on a custom board. I am not using the USB ID line or VBUS. It runs, but USBD_CDC_Init() is never called. On the Windows side, I see an ''...