Posted on May 29, 2014 at 06:03hi Jla,here is my code which works fine.static int8_t CDC_Init(void){ /* USER CODE BEGIN 3 */ USBD_CDC_SetTxBuffer(&hUsbDeviceFS, &buff_TX[0],256); USBD_CDC_SetRxBuffer(&hUsbDeviceFS, &buff_RX[0]); return (0); /* U...
Posted on May 15, 2014 at 04:48hi Andril,i now solved the issue with richard's solution. so to bother you all. now it communicates once, let me test it fully and then come share my experience.thanks to all ,Ramdas
Posted on May 14, 2014 at 06:24hi Andrii,thanks for the reply. currently the PC is detecting the device but if i see in the device manager there is yellow exclamatory saying the following message ''This device cannot start. (Code 10)'' seems like t...
Posted on May 13, 2014 at 09:02hi all,i am very new to the STM32 area, i have successfully created a keil project using STM32CubeMX, now i compiled and flashed in the STM32F4 discovery board. i am able to control the LEDs. but i got stuck in USB in ...