STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I am not able to communicate on Virtual COM port. If I am using Both functionality(receiving and transmitting). I am using STM32F103C8 MCU.

It is showing me Error "USB is unrecognized". Only Transmitting Function is working Properly.int8_t CDC_Receive_FS_User (uint8_t* Buf, uint32_t *Len)//Non-Static { CDC_Receive_FS(Buf,Len);// >> static Funcation( usbd_cdc_if.c ) } /* * if I am NOT...

Resolved! Using USB hub with STM32F7 USB HS

Hello,I'm designing an embedded system that connects to a PC for USB data and converts it to an analog signal.This is an HS USB device with 2 USB ports which needs to process 4 channel 40Mbps data.This device can work as a single system, but with som...

0690X00000BvotTQAR.png
BHan.1 by Associate II
  • 442 Views
  • 12 replies
  • 0 kudos