User Activity

I'm using a STM32F070RB nucleo board with STM32CubeMX to implement a USB CDC device. After generating my project (and increasing the stack size minimum), I'm able to transmit data from the Windows 10 host to the CDC device by editing the CDC_Recive_F...
Posted on September 06, 2017 at 02:55 How should I implement USB CDC Receive for the STM32F103C8 using CubeMX? I could not find any examples. I have a partially working implementation of a USB CDC for this IC, but I have a few occasional issue...