Is quick DMA with IDMA interface for codec engine/framework components supported under netra?
Will we be able to use acpy3 apis from within DSP application to transfer data from DDR to L2 cache?
In package.bld for " framework_components_3_20_02_29\examples\ti\sdo\fc\dman3\examples\fastcopy" I see no suport for 8168. When will this support be added?
/* No support yet */
if (platName.match(/DA830/) || platName.match(/8168/) || platName.match(/sdp4430/) || platName.match(/DM8148/)) {
return (true);
}
RV