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
  • 1173 Views
  • 12 replies
  • 0 kudos

Resolved! Whats the use of System memory & flash memory

Please any one help how to differentiate the system memory & flash memory in STM32MCUs, Whats the use of the both memory?Where we need to store the user code & where we need to store the customized setting?How to store FAT(File Allocation Table)?How ...

Sprak.11 by Associate II
  • 3058 Views
  • 2 replies
  • 0 kudos