Skip to main content
Associate
October 7, 2025
Solved

flash a program on STM32N6570DK

  • October 7, 2025
  • 1 reply
  • 280 views

 

Hi, I created a project on the STM32N6570DK and I only have the project "in (STM32CubeIde)", I don't have the FSBL and the Appli. How do I flash my firmware?

I tried to use the fsbl provided by the official ST repository, namely "ai_fsbl.hex", but the program does not start

Best answer by Imen.D

Hello @elena01 and welcome to the Community,

Did you try the Template for STM32N6570-DK located in this path:

\Projects\STM32N6570-DK\Templates\Template_FSBL_XIP\STM32CubeIDE

Test the working example following the readme.txt and you can refer to this UM3249 Getting started with STM32CubeN6 for STM32N6 series.
You can find STM32N6 articles that will help you on your project.
It's recommended to use the STM32CubeProgrammer (2.18 or later) for flashing the firmware in STM32N6 Discovery kit.

1 reply

Imen.DBest answer
Technical Moderator
October 7, 2025

Hello @elena01 and welcome to the Community,

Did you try the Template for STM32N6570-DK located in this path:

\Projects\STM32N6570-DK\Templates\Template_FSBL_XIP\STM32CubeIDE

Test the working example following the readme.txt and you can refer to this UM3249 Getting started with STM32CubeN6 for STM32N6 series.
You can find STM32N6 articles that will help you on your project.
It's recommended to use the STM32CubeProgrammer (2.18 or later) for flashing the firmware in STM32N6 Discovery kit.
"When your question is answered, please close this topic by clicking ""Accept as Solution"".ThanksImen"
elena01Author
Associate
October 8, 2025

I try, thanks