This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MPU config and memory attributes

I want config STM32F746 MPU ,

In the ARM Cortex M7 generic user guide External RAM memory region (0x60000000 - 0x7FFFFFFF)(512MByte) has WBWA (write back write allocate) cache policy see this link

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0646b/CIHDHAEF.html

But in a application note of STmicroelectronics Company (for stm32f7 and stm32h7) for MPU programming define this region as write-through for FMC peripheral

  

Nom ,which of these is true ???

Thanks