which Cache.h is used for c7x and r5f?
i can see from SDK ti/csl/arch/c7x/Cache.h and one more is present in ti/osal/CacheP.h
is Cache.h used for only c7x and CacheP.h is used for RF5 cores?
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.
which Cache.h is used for c7x and r5f?
i can see from SDK ti/csl/arch/c7x/Cache.h and one more is present in ti/osal/CacheP.h
is Cache.h used for only c7x and CacheP.h is used for RF5 cores?
Hi Nikhil,
Does that mean R5F has additional functionalities on top of what is supported in C7x?
Hi,
The APIs of CacheP.h internally calls the APIs of Cache.h for C7x and it will call csl_cache.h for R5.
Regards,
Nikhil