2025-04-25 9:49 AM
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.
2025-04-30 4:19 AM
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.
2025-04-30 4:23 AM
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.