STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F407 VBUS sensing detection

I am developing a device that implements the USB device class.According to application note AN4879 "Introduction to USB Hardware and PCB Design Considerations Using STM32 Microcontrollers" it is written as follows:Based on the USB specification, a US...

Alex_777 by Associate III
  • 392 Views
  • 3 replies
  • 1 kudos

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
  • 274 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
  • 543 Views
  • 5 replies
  • 0 kudos

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
  • 894 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