I am currently working on porting a codec from the DM6446 to the DMVA2 with the IPNC SDK and I am having some problems allocating fast scratch memory for the codec with IALG_DARAM0. It seems that this is just giving me DDR. On the DM6446 there was a *.tcf file that contained the memory mapping for the codec memory allocation requests. As I understand this is now handled by the configuro tool. What do I need to do to get the DARAM0 parameter to give me access to fast on-chip memory.
Thanks.