Hello,
I'm trying to compile the project "CSL_USB_IsoFullSpeedExample_ezdsp_Out" for my EZDSP5535 board with memory model "huge"
The problem is that the ASRC lib seem to be compiled with different memory model so it can't link.
Can we get source file of ASRC or the ".lib" for huge memory model?
Secondly i have another question: i successfully run the project (with large memory model) but i cannot find where the character
for the LCD are. In "lcd_osd.c" we find this:
#pragma DATA_SECTION(CharGen_6x8, ".charrom")
Uint16 CharGen_6x8[256*3];
So the char must be set in CharGen_6*8 but it seem that's it is never initialized...
Where in the project are those character?
Thank you very much for your help.
Max