STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32-H7 driver for LAN8670 external phy

Hi, I'm working on project, and as a part of it I need to establish an Ethernet connection between the 2 devices.    The device is powered by STM32H7 MCU which is connected to Microchip LAN8670 PHY (10BaseT-1s). On the other side there is or another ...

vano4411 by Associate II
  • 4941 Views
  • 7 replies
  • 0 kudos

STM32H7 SDMMC IDMA + MDMA

Hi everybody! I have searched almost half of the Internet and couldn't find any working example of these kind of technology combination: STM32H7 SDMMC IDMA + MDMA. I must say that without MDMA, everything works good (I'm aware of cache problems). But...

Zed by Associate III
  • 498 Views
  • 1 replies
  • 1 kudos

WWDG: Getting started

Hello there,I am new to STM32 MCUs and been experimenting with different examples. I have below questions regarding WWDG.1. If you look commented section at line# 101 below. I understand the role of counter and window value but wondering where values...

Sam4 by Associate II
  • 324 Views
  • 3 replies
  • 0 kudos

TCP communication with NetX Duo on STM32H563

I've been trying to set up TCP communication with NetX Duo on an STM32H563 now for several days with little success. I can receive one packet, but every packet sent after fails. I've gotten UDP, ICMP, DHCP, etc. to work fine, but TCP for some reason ...

brazien by Associate
  • 184 Views
  • 1 replies
  • 0 kudos

Resolved! C-Library const-correctness for STM32F1xx

I think const-correctness is an important-enough concept to call this a bug report.In the HAL Driver for STM32F1xx, much of the codebase is not const-correct.  For G4xx, I see that I2C is not.What is const-correctness in C?If a function that accepts ...

Brian H by Senior
  • 1343 Views
  • 9 replies
  • 9 kudos