In ARM cortex R5, what is the behaviour when TEX = 001 and C =1, B=0 and S=0 ?
In the documentation, this particular entry in the table is kept empty.
Also can you please explain how bufferable property impacts reads ? FYI I am trying configure MPU regions on memory mapped external flash. Please do let me know if you have recommendations for the same.
This combination is also reserved. It is easier to see with the online version:
https://developer.arm.com/documentation/ddi0460/d/System-Control/Register-descriptions/c6--MPU-memory-region-programming-registers
The bufferable property is relevant to writes, not reads.
Typically flash would be configured as Normal Executable memory. Usually this would be cacheable, but you likely would need to make it non-cacheable if running a flash programming algorithm.