--- Quote Start ---
You should put the .text section in on_chip. If you put it in the DDR, you will overwrite the application when it tests the memory. The strange symbols could come from the fact that you don't have enough memory for the application. Try to use the small drivers/c library and turn on the optimizations, and/or increase the on_chip memory size.
To be sure that you test the DDR and not any other memory, you just need to write the correct address when the application asks for it.
--- Quote End ---
Hello,
I'm limited to 48K in my On_Chip_memory! I cannot increase any more!
How can I use the small drivers/c library ? and where can I turn ON the Optimizations ?
Thank you in advance.