Sorry.
I'm beginner. Faced with the need to write programs for the TMS320C6722.
My board has external FLASH, connected to the CPU via EMIF. (Internal FLASH, I realized, the CPU does not have)
I read that the ROM has the primary bootloader, which loads into RAM the secondary user's bootloader, and it's loads to RAM the rest of the user program.
Question is. Do I have to write this secondary bootloader itself? Whether the problem is solved automatically by using OS DSP / BIOS?
If so, how to connect the OS to TMS320C6722 ?
I have CodeComposerStudio v.5.1. Can I decide upload programs into RAM as part of the software without having to write myself a secondary bootloader?
And the last question. Will CCS.5 download my application program to the externalFLASH (via EMIF) by the programmer-emulator XDS560?
Thank you, Alexander.