STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7 Ethernet Error Callback?

I followed the directions for setting up Ethernet on the STM32H757xi-Eval board from here. I am using the Cube FW version 1.10.0. Therefore I applied the fixes for the specific issues of that firmware version. I have seen that I'm getting the call ba...

jmorganj by Associate III
  • 1201 Views
  • 4 replies
  • 0 kudos

STM32 CDC_Receive_FS Doesn't get called

I'm trying to send data from my PC to my STM32 board over USB VCP, but the function CDC_Receive_FS never seems to get called. In fact none of the "_FS" functions in usbd_cdc_if.c seem to get called (except CDC_Transmit_FS) as setting a breakpoint in ...

MMurr.2 by Associate II
  • 3643 Views
  • 6 replies
  • 0 kudos

Resolved! STM32F7 Firmware update via USB key

Hi every oneI'm developing a project on STM32F746BGT6 custom board which will use USB port for store Data on USB key AND firmware updating purposes (In the Field updating), cause I am newbie on USB things, I am googling about firmware update through ...