Part Number: TDA4VM
Hi expert,
I found that the functions regarding memory cache under "ti-processor-sdk-rtos-j721e-evm-07_02_00_06/psdkqa/qnx/pdk/packages/ti/osal/src/qnx/CacheP_nonos.c"
is
void CacheP_wb(const void * addr, int32_t size)
{
return;
}
void CacheP_wbInv(const void * addr, int32_t size)
{
return;
}
void CacheP_Inv(const void * addr, int32_t size)
{
return;
}
May i ask is it no need to do this job or TI will finish this part in future?
Thanks,
hutian