STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7 UART DMA recieve issue

Hello,I have been trying to establish the UART communication using DMA. To implement that I referred to https://community.st.com/t5/stm32-mcus-products/stm32h7-uart-dma-receive-unknown-length-of-data/m-p/86869#M11292 post. I am trying to implement DM...

HDesa.1 by Senior
  • 1423 Views
  • 4 replies
  • 1 kudos

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
  • 2543 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
  • 1310 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 ...