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 Cache lock functions in StarterWare

Other Parts Discussed in Thread: SYSBIOS

Hello,

Does TI has functions for Cache locking without having to use SYSBIOS? I'm aware of the following functions in SYSBIOS:

- Cache_lock() that uses Cache_wayLoadLock()
- Cache_wait()

Are there plans to include such functionality into StarterWare or does TI provide files which can be easy integrated into a project?

Problem: I have an interrupt subroutine that takes too long to execute if it is called the first time. Now I'm looking for a way to "pre-load" this ISR into cache and lock it there.

Thanks and best regards,

Patrick