Question
H745 memory regions, attributes & cache
In the h745 reference manual, the RAM region of memory is write-back while the code region is write-through. According an app note, cache coherency issues can be avoided by using a write-through ram region. In the h7 the sram sections are aliased in the code region.
Does this mean that i can simply use the aliased addresses to get write-through D2 ram access?
