cancel
Showing results for 
Search instead for 
Did you mean: 

flash a program on STM32N6570DK

elena01
Associate

 

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

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

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".
Thanks
Imen

View solution in original post

2 REPLIES 2
Imen.D
ST Employee

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".
Thanks
Imen

I try, thanks