|
Hi, I plan to use c55x DSP with some FLASH external RAM as the only external memory. The code I am developping is bigger than the on chip RAM on the C55 I want to use (C5509), so I will need to transfer some code from the Flash to the RAM during the execution of my code. I will need to organize my program on the FLASH memory on this purpose. I read that the Virtual Linker of Code Composer allows to organize code into memory objet by objet. Is it possible to do it function by function? Does any Code Composer user have any experience about this? Thanks a lot, Laurent |