STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to wipe the flash memory of an STM32L476RG

Hi all,I am working on a research project for my school that involves me programming a microcontroller, however, the program that I most recently flashed to my board causes the processor to quickly heat up and cause a burning smell. I am unsure if th...

Problem reading NAND Flash ID with STM32H725

Hello all,we have built a board with an STM32H725. The FMC-Interface is used for a PSRAM connection to an FPGA and a connection to a NAND flash with 8 Bit databus.The initialization routines are created by STM32CubeMX. The PSRAM interface to the FPGA...

NorbertB_1-1699533504148.png
NorbertB by Associate
  • 177 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 Flash Write fail

Due to engineering requirements, the code is divided into two parts: USB DFU, including encrypted signature verification, and the APP code with header signature file. Currently, there is an attempt to rewrite the flash in the USB DFU orange section f...

螢幕擷取畫面 2023-11-10 112223.png
YJHUNG by Associate II
  • 98 Views
  • 2 replies
  • 3 kudos

STM32H563 EDATA Size - Code Generation Issue

Hello,I am using the Cube Code Generator, within the STM32CubeIDE (version 1.13.1) for an STM32H563, and have configured the Flash Data Sectors to use the maximum 8 sectors per bank for EDATA. The valid range for the EDATA sector size is 0 - 7, as sh...

lpfeiffer_0-1699395038922.png

Beginner`s ask for help to flash the STM32

Hi,I am an absolute beginner in STM32 ecosystem. This is my first time programing an STM32. My MCU is STM32F756VGH6 in TFBGA100 package. I wrote a simple led blink program and encountered a problem while trying to flash the MCU (got some kind of erro...

Vilius by Associate II
  • 1667 Views
  • 41 replies
  • 3 kudos

Bring up stm32G4 custom board

Hi,In my project I need to bring up stm32g4 IC in custom board. Can anyone tell me the process to do that.1. Bootlooader flashing: Do we need to flash the bootloade in to IC?if Yes,Where can I get the bootloader for STM32G4 IC.What is the process to ...