Posted on November 19, 2016 at 23:38I'm trying to send received data from PC (USB VCP) using UART. I generated the code with CubeMx for ''STM32f103c8t6'' and modified the ''CDC_Receive_FS'' function to send received data by UART in interrupt mode. ...