I am new to C5510. I am working on TMS320VC5510A. I am working on a prototype design which has this DSP interfaced with a FLASH memory in the CE1 space. The design that I am working on has to work independently without any link with external world i.e. CCS etc. I can use CCS for programming but finally the DSP will have to work independently. Basically, all the codes will be stored in the FLASH memory and DSP will execute all instructions from there. The first thing as I understand after POWER ON will be to boot the DSP. As of now , I am looking at only booting it up and not interested in any specific application as such. I have tried reading documents on booting and got confused. The doubts are as follows:
(a) The document "Using theTMS320VC5510 BootLoader" refers to input file 'my_app.out' in the examples on page 18. How do we get this file?
(b) I referred a document 'C54x Assembly Language Tools Users Guide'. Appendix C page C-19 gives an example. Is it all that I need to write to boot the DSP if I do not have a specific application in mind? How do I modify this code for C55?