Re: ARM cache usage

2018-04-27 Thread Chris Johns
On 28/4/18 1:11 am, William Busacker wrote: > > Can someone point me in the direction of material that can explain how > RTEMS uses the MMU on an ARM processor (specifically the ARM11 that the > Raspberry Pi uses)? I want to see if there are any optimizations I make > in code to take better adv

ARM cache usage

2018-04-27 Thread William Busacker
Hi All, Can someone point me in the direction of material that can explain how RTEMS uses the MMU on an ARM processor (specifically the ARM11 that the Raspberry Pi uses)? I want to see if there are any optimizations I make in code to take better advantage of how the memory access system works.