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.

Enabling caches on OMAP L137 without DSP/BIOS API

Other Parts Discussed in Thread: SYSBIOS

Hello,

 

I am using an OMAP L137 system.
I would like to enable L1 Data and L2 Caches because i'm doing image processing and have to use external memory.

As far as i have found out the CSL is not available for this Processor.
Unfortunatly i'm using the C6Run toolchain to develop my application, so i can't make use of the DSP/BIOS APIs to alter cache registers.


Is there any way to enable the cache using something similar to the CSL or do i have to set every register manually?