Cortex-A5 rev r0p1 Technical Reference Manual:
6.2.1 Memory types
Although various different memory types can be specified in the page tables, the Cortex-A5 processor does not implement all possible combinations:
• Write-through caches are not supported. Any memory marked as write-through is treated as Non-cacheable.
• The outer shareable attribute is not supported. Anything marked as outer shareable is treated in the same way as inner shareable.
• Write-back no write allocate is not supported. It is treated as write-back write-allocate.
Looks like TEX=0, C=1, B=0 is write through, no write allocate. Try setting B=1.
Edward