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! 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...

Resolved! Place constant at end of used flash - not specific address

Heyho,how can I put a constant at the end of the STM32's used flash? (using: STM32CubeIDE)Not at a specific address (that's not a problem), but I'd like to have a constant always at the end of the used internal flash, independent of any other source ...

LCE by Principal II
  • 1392 Views
  • 29 replies
  • 7 kudos

SDRAM MPU configuration for LTDC 1280x720

Hi, I have problem config LTDC for 1280x720 @60Hz. Without caching it works no problem, but slow. We are using 32MB SDRAM 16bit, config at 100MHz. When we use MPU to cache SDRAM, code as below: ``` MPU_Region_InitTypeDef MPU_InitStruct; /* Disable t...

Dat Tran by Senior II
  • 301 Views
  • 1 replies
  • 0 kudos

Resolved! FDCAN - DUAL ID FILTER

In this code I want IDs 0x100 and 0x200 should only be accepted but in my code all IDs are accepted. How to resolve this?/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file ...

STMUser_1 by Associate II
  • 1018 Views
  • 15 replies
  • 0 kudos