STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Split .BIN in multiple regions

Hi,I want to split the .BIN file because it is too big... Here is the size of the files :.BIN size : 2.13 Go.HEX size : 30.5 Mo.ELF size : 11.4 MoHere is the memory used :I am using an USB flash drive to update my system program. I know I need to spl...

0693W000006EImtQAG.png
MMerc.1 by Senior
  • 3237 Views
  • 6 replies
  • 0 kudos

MAC/MDIO Issues with STM32H7 Emcraft SOM

Hi STM32 Community,I'm using a SoM with the STM32H750, made by Emcraft. My goal is to set up Ethernet using the standard HAL library alongside lwIP. However, I've hit a snag with the MDIO communication to the PHY(a Waveshare LAN8720 board).Based on t...

MDIO_MDC_1.png MDIO_MDC_2.png
Sonic_TS by Associate
  • 1716 Views
  • 0 replies
  • 0 kudos

FATFS and USB integration

 I am currently working on a project that involves integrating USB functionality for data transfer and data logging on an STM32F407VG micro-controller. Specifically, I want to log data files on an SD card and enable the user to download these logged ...