STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ADC doesn't work

Hi all, I have created a new project for the STM32U575RIT6 microcontroller using the attached .ioc file. On top of the auto-generated code, I have made the following modifications:In main.c:    while (1) { uint32_t bits = 0; uint16_t adc_value =...

proyo by Associate II
  • 185 Views
  • 3 replies
  • 1 kudos

Resolved! Own custom build STLDR file creation issue

hi,I am trying to build my own STLDR file with STM32H723ZGT6 + w25q128.I could able to build the stldr file STLDR creation with Separate Project 1 but it's not working with external loader  project 2 it's giving down load error while program download...

MMARI.1 by Senior
  • 442 Views
  • 5 replies
  • 0 kudos

MDC / MDIO Read Write Failure

Hi All             I designed the hardware using the STM32H753VIT6 and the 3-port Ethernet switch KSZ9893RNXI. The STM32 is configured and can communicate with the external world via Ethernet. However, I'm unable to read or write to the switch regist...

Resolved! Spi clocks are 4, 5, 6 instead of 8 bits

Hi allI am using the stm32h743 device when using spi 6 to transmit data the clocksare 4, 5, 6 randomly instead of 8 bitswhen configuring spi2 the processor function perfectly.on this device I have already used connection: SPI1, SPI5, ethernet, uart4....

dorong by Associate II
  • 662 Views
  • 17 replies
  • 3 kudos

Failed to execute MI command after update to IDE

Hi All,I know the dreaded 'Failed to load MI command' error has been much discussed on the forum but I can't find any posts which match this set of circumstances, so hoping somebody can help.My project was working perfectly on STM32G0 but I need to p...

pretoriandave_0-1740427561434.png pretoriandave_1-1740427607194.png