STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Fast pin toggling on STMH723

I have been trying to see how fast can I toggle the pins on STM32H7 MCU. I'm using a nucleo-H723zg board. the clock configs are at the highest (550Mhz for CPU, 275 for APB and AHB), the pins are configured as very high speed. But still with a simple ...

Mazz by Associate II
  • 1741 Views
  • 11 replies
  • 3 kudos

STM32 SD Card write multi block

Hello,I'm working on an STM32H7xx device. I'm trying to implement a system that writes data to a 'high capacity' SD Card. My goal is to be able to use the SD Card in a circular way. I'm having difficulty implementing this mechanism because I observe ...