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