Skip to main content
Associate III
March 18, 2026
Question

STM32N6570-DK Board Debug Problem

  • March 18, 2026
  • 1 reply
  • 414 views

Hello, I'm using the STM32N6570-DK board.

I completed the TOUCHGFX project through this URL, and there was a DEBUG problem while I was making CUBEMX and CUBEIDE operating it.

(https://community.st.com/t5/stm32-mcus/how-to-debug-stm32n6-touchgfx-applications-using-stm32cubeide/ta-p/845901)

I'm not moving from FSBL to APPLI. I'm asking for your help on this part.

Please check.

1 reply

jiangfan
ST Employee
March 18, 2026

Please clearly describe what is your problem.

LeeJaewonAuthor
Associate III
March 18, 2026

When debug is running, fsbl does not go over to the application.

Len_Heske
Associate II
March 18, 2026

Hello @LeeJaewon,

 

your FSBL runs normally, right? The problem is going from FSBL to the AppS/AppNS, correct?

Try describing what the context of your problem is:

What is the last thing your FSBL is doing before going to AppS/AppNS. Make sure it's not an FSBL code error that stops you from ever even starting the transition.

How did you setup the transition? Consider providing screenshots or excerpts of your code. (It seems, you attached your whole project folder which is nice but makes it more time consuming for someone to help you troubleshoot. Most people aren't ready to look at an entire project but rather screenshots and excerpts.)

Are there any error messages you could share? What is your debug console saying in CubeIDE?

Are you using developer boot or flash boot? Make sure you correctly loaded all applications into the external flash memory before executing from it.

 

Kind regards,

Len