2023-03-23 05:57 AM
Hi,
I want to extend SDRAM by FMC at stm32h743iit6. When configuring the MPU, there was some error as below, what are the wrong parameters?
Solved! Go to Solution.
2023-03-29 03:00 AM
Hello @Junde,
That's the point, if you are not executing from SDRAM, you may don't need to configure the MPU since the default configuration of SDRAM FMC is device memory XN. After all, it depends on your implementation.
I hope my answer has helped you. When your question is answered please close this topic by marking as Best the reply that answered you, it will help others find that answer faster.
Thanks for your contribution.
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.
2023-03-24 03:13 AM
Hello @Junde,
Thank you for your contribution on ST Community.
What is the purpose of using MPU? I couldn't get your point to extend SDRAM!
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.
2023-03-28 08:26 AM
I don't need the MPU this time, but cubeMx recommends I use it since I config it.
I want to use the SDRAM for the LTDC frame buffer.
After I disable the MPU, all is working well.
Thanks.
2023-03-29 03:00 AM
Hello @Junde,
That's the point, if you are not executing from SDRAM, you may don't need to configure the MPU since the default configuration of SDRAM FMC is device memory XN. After all, it depends on your implementation.
I hope my answer has helped you. When your question is answered please close this topic by marking as Best the reply that answered you, it will help others find that answer faster.
Thanks for your contribution.
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.
2023-03-29 06:24 PM
Of cause your answer is helpful, thanks @F.Belaid for your good reply.
Have a good day.