STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Managing dual bank boot on STM32L476

Hi community,I'm currently struggling hard with the dual bank boot on the stm32L476:I managed in setting BFB2 as needed, thru an utility such as ST-LINK (ok, for debug only, not for production...)I cannot set it using DFU-USB read/write operations (...

STM32L4 support eMMC

Posted on June 13, 2018 at 15:57How to make my STM32L4 to support eMMC device ? I run the code cube_FW_L4_V1.12.0 on my board then it failed on the cmd55 at SD_PowerON stage.The eMMC chip is the 'KingSton  eMMC04G-M627 eMMC' 4GB. Any idea . Thanks 

fema by Associate III
  • 1640 Views
  • 11 replies
  • 0 kudos

Resolved! STM32F4 CRC32 algorithm headache

I am developing a serial comms protocol between two STM32F407s.I am using the hardware CRC module to generate checksums for some of the data.I am also writing a test script in python to aid development.All has gone well until now.Now I need my test s...

AT38 by Associate III
  • 3799 Views
  • 8 replies
  • 1 kudos

Is it possible to use this external SDRAM to store program variables instead of using MCU onboard RAM using the Flexible memory controller (FMC)?

Hi.I am using the STM32746G Discovery Board and running the STemWin which uses the external SDRAM [Part No.: MT48LC4M32B2B5-6A, Manufacturer: MICRON] to buffer the LCD rendering. Is it possible to use this external SDRAM to store program variables in...