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

Resolved! STM32U5G strange UART bootloader behavior

Hi all,I'm using an STM32U5G7VJT6Q on a custom design PCB. From the application, I jump to the USART (UART1) system bootloader. I then try to connect to the bootloader via STM32CubeProgrammerCLI. The jump to the bootloader appears to be correct and t...

14bit DCMI to 32MB SDRAM at 48MHz, on STM32H743IIT6

Hello dear ST forum.I need again you precious help.I am working on a data acquisition device, and need to get 14bit data from a parallel ADC connected on DCMI pins,at 48MHz, and move it to a 32MB SDRAM (W9825G6KH-6I) till almost full. The MCU is STM3...

nedelcu by Associate II
  • 303 Views
  • 7 replies
  • 0 kudos

Resolved! The STM32H562RI programming and boot mode

1. How does the STM32H562RI MCU burn firmware into the internal flash of the MCU? What Settings need to be made for hardware or software? Can it also be burned to an external flash? How is it operated?2. Can the STM32H562RI MCU be boot from an extern...

Yuri_L by Associate
  • 94 Views
  • 1 replies
  • 0 kudos

HAL_Flash_Program triggers HardFault exception

Hello everyone,I'm facing a weird issue about Flash programming on a STM32g0b1 microcontroller on IAR Workbench for ARM. ContextI'm working on a bootloader project. I am able to lock, unlock, erase and program flash at the beginning of my program. Fo...