STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7 Discovery kit + FMC SDRAM

Hello. I tried to initialize SDRAM (I am using STM32F746 discovery kit), but I try to run it as a separate project just for learning. However I encountered the following problem: when I read data from SDRAM in my case starting from 0xC0000000 address...

baev_al by Associate III
  • 363 Views
  • 1 replies
  • 0 kudos

Overrun problem with USART2 in STM32H723 MCU

Hello,I'm facing a bizarre issue with USART2 in STM32H7 chip.My H7 is connected to 8 F072 chips via UART. Communication with each chip uses a dedicated UART from 1 to 8.All the data exchanges in both RX and TX work fine during normal operativity of m...

FCamp.1 by Associate III
  • 483 Views
  • 6 replies
  • 4 kudos

Resolved! CUSTOM BOOTLOADER

  ISSUE: STM32F7 Custom Bootloader - Main Application Not Running After JumpDetails:Bootloader Memory Definition:RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 320KFLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024KQUADSPI (r) : ORIGIN = 0x90000000, LENGTH = ...