2024-06-26 11:42 PM - last edited on 2024-06-27 06:28 AM by SofLit
Hi,
I'm using stm32u599 and an external qspi with touchgfx.
Is it necessary to enable and set the MPU configuration?
Solved! Go to Solution.
2024-06-27 05:51 AM
Hello @ToniT ,
It depends on the project you are working on, if you think it benefits the performance of your application, then you can enable it. However, you don't need to enable the MPU for TouchGFX project to work on.
You can get inspiration from the STM32U5A9DK Board Setup that is available in the TouchGFX designer for configuring your board.
I hope this answers your question.
Don't hesitate to ask more questions if you have, but remember to follow the guidelines pointed out by our amazing friend @SofLit
2024-06-27 03:05 AM
Hello,
Please read these recommendations on how to post a thread on this community especially on how to write a title and how to explain your problem/ask your question.
Thank you for your understanding.
2024-06-27 05:51 AM
Hello @ToniT ,
It depends on the project you are working on, if you think it benefits the performance of your application, then you can enable it. However, you don't need to enable the MPU for TouchGFX project to work on.
You can get inspiration from the STM32U5A9DK Board Setup that is available in the TouchGFX designer for configuring your board.
I hope this answers your question.
Don't hesitate to ask more questions if you have, but remember to follow the guidelines pointed out by our amazing friend @SofLit
2024-06-27 06:29 AM
Hi,
maybe I asked the question too simply
I already have a working project with several screens in a real device
I read in some application notes that the mpu is mandatory, but they talked about cortex M7 not M33
I had doubts whether it should also be activated for the M33
Thanks for you reply.
2024-06-27 06:38 AM
Oh, I see.
Yes, for Cortex-M7, you need it enabled, and I'm glad that you already have your application up and running.
Good luck!