Skip to main content
Associate III
April 25, 2025
Solved

Starting the MPU of the STM32N6570-DK board

  • April 25, 2025
  • 1 reply
  • 503 views

I am working on a STM32N6570-DK board, and I am wondering how to start the MPU of the N6 core, when I start a touchgfx project, it can't work successfully. I hope that some additional information and some courses can be provided.

This topic has been closed for replies.
Best answer by RomainR.

Hello @Z-YF 

Have you tried one of existing TouchGFX examples for STM32N6570-DK, because I just checked and the projects all work perfectly. Maybe you should look at the MPU configuration code in these TouchGFX examples?

Can you provide more details about the MPU issue if you want to get useful help ?

Best regards,

Romain,

1 reply

RomainR.
RomainR.Best answer
ST Employee
April 30, 2025

Hello @Z-YF 

Have you tried one of existing TouchGFX examples for STM32N6570-DK, because I just checked and the projects all work perfectly. Maybe you should look at the MPU configuration code in these TouchGFX examples?

Can you provide more details about the MPU issue if you want to get useful help ?

Best regards,

Romain,

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Z-YFAuthor
Associate III
April 30, 2025

Yeah, I have tried to create my own project, but it turns out that some errors appear. So maybe I need to check the configuration of the demos more carefully and follow their configs. I will post another reply if any other errors appear.