CDC_Transmit_FS () with you stm32cube (LAST VERSION)
Posted on March 22, 2016 at 16:48Are you kidding? What sense has this function made in this way ?uint8_t CDC_Transmit_FS(uint8_t* Buf, uint16_t Len){ uint8_t result = USBD_OK; /* USER CODE BEGIN 7 */ USBD_CDC_SetTxBuffer(hUsbDevice_0, Buf, Len);...