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.

AM335x - Can you use cache without using MMU?

Hello,

My questions is in the subject line.

I would like to enable cache in a Bootloader but so far have only managed to do so by using the TI example code which also enables MMU. Does one need the other, or could I enable cache without MMU? The reason for not using MMU is the fact that a 4kB table is needed to initialise it, which I would not like to consume for this.

Please also refer me to any AM335x MMU manual. I haven't found any myself, but my knowledge relates to the few registers documented in the TRM.

Thanks.