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! STM32L47 Bootloader v9.x SPI bug

Recently, I have been working on a project that intends to utilize the v9.x bootloader on an STM32L471VGT6 through the SPI 2 port. When utilizing the write memory command, I would find that the STM32L4 would occasionally have 0xFFFFFFFFFFFFFFFF writt...

chaup by Associate II
  • 1058 Views
  • 2 replies
  • 1 kudos

Resolved! Using SPI on STM32H7 in mixed mode, normal and DMA.

I am working on a STM32H723 microcontroller and I am trying to use and SPI communication in mixed mode, i.e. normal and DMA.The reason I need this is because I have a third party software stack for a device that is set up in a certain way, and it cyc...

ioncasu by Associate II
  • 704 Views
  • 5 replies
  • 2 kudos

How to utilize 4.2MB RAM in STM32N6

Hi,I am using STM32N6570-DK kit. In my application I need ~3.5MB of RAM but if I allocate more than 256KB of RAM I get the error "region `RAM' overflowed by xxxx bytes".  I got the same results as well when I imported "UART_HyperTerminal_IT" example ...

Jayesh2 by Associate II
  • 856 Views
  • 6 replies
  • 0 kudos

STM32H747 - DSI overflow error, no video output

Greetings!I have a board with STM32H747XI and SN65DSI84-Q1 as a converter from DSI to LVDS.The issue is that I can not get video output from MCU to 2ch LVDS panel 1920x720 with any configuration I'm trying. The main issue is that I'm getting HAL_DSI_...

VHEMaster by Associate III
  • 995 Views
  • 10 replies
  • 0 kudos

Unable to execute code in SDRAM on STM32H745

Hi all,Board: STM32H745I-DISCOIDE: 1.16.1 I am facing some issues with trying to execute code on the SDRAM. I have a 2nd stage bootloader that loads the user application onto QSPI located at 0x9000 0000. After that, I copy the user application code t...