STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

About BOOT0 and BOOT1 pins on STM32G474R ?

Dear, @halfhalf Post Edited by ST moderator to apply source code formatting and translate from Chinese to English to comply with the community rule:Best regards,Gyessine---------------------------------------------------------------------------------...

halfhalf by Associate
  • 215 Views
  • 4 replies
  • 2 kudos

GPIO status during boot mode and other operating modes

Hello Team,We are developing custom board using STM32N657X0H3Q MCU. I could not find information regarding GPIO status in datasheet during boot mode, sleep mode, stop mode and standby mode. It will be helpful for us if you can share information with ...

kadam by Associate II
  • 102 Views
  • 1 replies
  • 0 kudos

H7 migration, send SPI without using HAL

Hello dear community!I've migrated from F7 to H7, everything fine so far.To save CPU time I don't want to use HAL for sending two SPI bytes.My F7 transmit SPI code was very simple and perfectly working :SPI6->DR = byte_0; SPI6->DR = byte_1;But on the...

jean by Senior
  • 7251 Views
  • 12 replies
  • 4 kudos

Resolved! Two OSPI usage in STM32U599

Hello, Is it possible to use two OSPI with below configuration.  I can make this configuration in cubeMx but whiel debugging ospi1 is not working after ospi2 initialize.   

Epamuk_1-1777024547409.png Epamuk_2-1777024564617.png Epamuk_3-1777024580076.png Epamuk_4-1777024592601.png
Epamuk by Associate III
  • 144 Views
  • 3 replies
  • 1 kudos

Resolved! STM32N6 - booting off Quad spi (OTP) settings

Goal boot from a Quad SPI flashI shouldn't need to change any OTP settings.  Any sNor flash chip connected to XSPIM_P2 that can operated in single spi mode can be booted off from? From my understanding if we want to make a dev board and use a differe...

Screenshot from 2026-02-11 10-35-55.png Screenshot from 2026-02-11 08-57-46.png Screenshot from 2026-02-11 08-55-19.png Screenshot from 2026-02-11 10-17-46.png

STM32F105 DFU Bootloader Grief

Hi all.I'm new to STM, but have been designing and making embedded MCU products for over ten years.I was drawn to the STM32F105 series because of the USB DFU, to allow for field updates for prospective customers to update a product we're developing. ...

Tad_E by Associate II
  • 2201 Views
  • 6 replies
  • 0 kudos

Resolved! In Shutdown, how is RTC powered?

While I was experimenting with the 'L476 Disco, the RM wording goes across multiple families, so it may be relevant to most/all of them. In particular, for Shutdown mode (which is supposedly the lowest-VDD-consumption mode), the RM says: What does "...

Clipboard01.png