STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Initializing Ov2640 camera

I want to initialize ov2640 camera using custom board with stm32h733VGT but camera does not respond to I2C as i check it by I2C function  I2C device ready but it does not give ok in response but functions return ok if I attach it with any other senso...

Rana1214 by Associate II
  • 679 Views
  • 4 replies
  • 0 kudos

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
  • 640 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 ...