This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Cortex-A15 Cache and MMU setting

Genius 5785 points

Hello,

I'd like to measure the access time between Cortex-A15 and DDR3/MSMC-SRAM. CA15 and CA8 are the same as ARMv7. So, I think StarterWare of AM335x can divert  K2H. I referred to the exmaple below. The cache setting is almost same. The page table for MMU is changed from AM335x to K2H.

C:\ti\AM335X_StarterWare_02_00_01_01\examples\evmAM335x\cache_mmu

But the access time as enabling cache is slower than another one as disabling cache. I want to understand the difference of setting cache and mmu between CA15 and CA8.

I connected CCS, C66xx_Core0 with xtcievmk2x.gel and CortexA15_1. I ran my program, then I watched ARM Advanced Feature in CCS. MMU Enabled, Data Cache Enabled and  Instruction Cache Enabled were checked correctly by my program.

Regards,
Kazu