2025-11-25 9:15 AM
I am working on a project using STM32N6570-DK. I now have a big problem with (1) how to run my code in a Flash and (2) how to connect the ST-LINK to stm32cube ide.
Question 1: how can I now be back to CUBE IDE env. with st-link connected?
Question 2: How can I run my code on board after power-on-reset?
Thank you!!
2025-12-02 2:04 AM
Hello @Yunlion
Did you check the recommendation in this article: How to solve connection errors when connecting and programming the STM32 target board.
Ensure your application is programmed with the correct boot pins and option bytes to select that memory as the boot source.
I recommend you follow the instructions in the UM3249 on "5 Getting started with STM32CubeN6" section and how "Running an example or an application" .