Part Number: AM3352
Other Parts Discussed in Thread: SYSBIOS
Hi,
Now I use AM3352(Cortex-A8) in my project.The AM3352's MMU is not enabled in my project (just set Mmu.enableMMU = false in my project's main.cfg file).
And I need to use D-cache,so I have a question:is D-cache can be enabled,and work normally when MMU is disabled? If the D-cache can work normally with MMU disabled,how should I do to configuire the D-cache?
The bios_6_75_02_00 is used in my project.