Hi, I'm trying to make a porting for the DSP processor C6748 of my OMAP L138 (not interested on the ARM) from an old version of a code made for a C6713 DSK. I've been dealing through some trouble apparently resolved by adding source or header files downloaded from the web or found in the installation directory of CCS v4.2.4. Now the project still have linking problems because of some variable (e.g. MEM_table, MEM_tabsize and others) that are not defined in any source file available and i don't know how replace (and maybe this is the point) the file dsk6713_edma_aic23.h used before (and I don't have the dsk6713_edma_aic23.c anyway). So my question is how can i make this old software work for the C6748 processor. Is there any template/example which i could follow? The old software, indeed, seems like it was created from a template since I found code lines like "#ifndef _DSK6713_AUDIO_TEMPLATE_INIT_" and "#define _DSK6713_AUDIO_TEMPLATE_INIT_" but i have no template available.
Francesco