Skip to main content
Associate
September 15, 2025
Solved

STM32N6570-DK demo version update

  • September 15, 2025
  • 4 replies
  • 553 views

Hi, I have a STM32N6570-DK and I see that the available demo code is up to v1.3.0

How do I determine what version of code was shipped on the DK?

Is there a document that details how to upgrade the code if it’s needed?

STM32N6-OOBSTM32N6570-DK Out-of-the-box demo binary1.3.0

Thanks, Tony 

Best answer by AlexWEI

hi 

just use the cube programmer to upgrade the demo code. 

4 replies

TDK
Super User
September 15, 2025

You could download the firmware currently on the board and compare.

"If you feel a post has answered your question, please click ""Accept as Solution""."
CrigstarAuthor
Associate
September 16, 2025

That’s a good idea. I’ll try to do that. I need to be careful as Download seems to send a file to the device and can’t see an Upload option. Still trying to get familiar with this.

TDK
Super User
September 16, 2025

Put in 1 MB as the size here and hit read. You may need to split it into multiple files.

TDK_0-1758025605487.png

Or, open the file you want to compare to and hit Verify here (don't hit Download or you'll lose what is on the chip):

TDK_1-1758025662649.png

 

"If you feel a post has answered your question, please click ""Accept as Solution""."
CrigstarAuthor
Associate
September 17, 2025

Thank you. I’ll try this but it will be a few weeks before I can get to it as I’ll be traveling.

AlexWEI
AlexWEIBest answer
ST Employee
October 11, 2025

hi 

just use the cube programmer to upgrade the demo code. 

CrigstarAuthor
Associate
October 11, 2025

Hi, i ended up doing this but i was hoping that the demo indicated its version somewhere so i could avoid re-writing that same code to it.