Posted on December 22, 2012 at 09:15STM32 experts:I have a STM32F105 board and was learning the virtual com port with ''STM32_USB-Host-Device_Lib_V2.1.0'' library. I didn't know why the VCP_DataRx function was been called one time when PC USB host ...
Posted on December 17, 2012 at 16:12hi all, I have bought a STM32F105R8 demo board, the board can communicate USART1 to CAN1. now I want to try the USBD and CAN1 in FS mode, so I downloaded the “STM32_USB-Host-Device_Lib_V2.1.0� from http://...
Posted on December 18, 2012 at 13:31Hi Mozra, thanks, I think it is no matter the CAN setting, because I set the VCP_DataRx() empty, only return the USBD_OK, if I still send data from COM3 to CAN, the VCP_DataRx will not be effected by CAN. but it...