I have some basic questions regarding how to use the memory architecture in C6748. As per reference manual of C6748, the C6748 DSP have L2 memory that have internal ROM of 1024 kB. It also have a L2 RAM memory of 256kB.
1. Is it possible to flash/program the application binary (from CCS/ or using any other tool) to the L2 internal ROM? If Yes, through which interface this can be done?
2. If the above is possible, I assume it is not required to use external NAND flash for storing the program. Is this correct? Memory provided is enough.
3. From many other forum answers, I found that it is possible to run the application from RAM. Is there any standard startup script to copy the program from Internal ROM to RAM?