Posted on June 19, 2014 at 13:37Hi all,I am trying to retarget printf over USB-VCP and I am stcuk !I implemented the putc function in the following way:****************************************int fputc(int ch, FILE *f){ USBD_CDC_SetTxBuffer(&hUSBDD...