I wanted to know how to set the allocate bit (bit[0]) of the MEMATTRS signal (of the system bus) in the cortex m4 IP. What do I configure to get the bit to toggle? Also, I couldn't find any description in the cortex m4 manual talking about the allocate attribute and how to set it. I saw that there are ways to change shareability using the MPU feature, but nothing on the allocate attribute. Could someone help me understand what the allocate attribute is and point to any documentation which speaks about changing it.
Asked
Active
Viewed 20 times
0
-
did you look at the amba/ahb/axi documentation? – old_timer Apr 18 '23 at 21:39
-
@old_timer Yes, they have only given information about shareability and about the cache attribute. I couldn't find anything related to the "allocate" bit. – cher Apr 20 '23 at 11:08