Hi all
I'm trying to find the best way to boot my TMDSVDP6437 dev kit from flash. I have the flashburn utility from Software Design Solutions, and this bootloads the demo application that came with it easily. I now have to extend this such that I may boot my own DSP/BIOS application.
As I understand this, the necessary steps should be:
1) Set my DSP/BIOS application to have different load and run addresses, so that I may boot from FLASH but run from DDR. I'm not too sure how to do this. I've seen the settings in the .tcf, but I haven't found documentation on this. Everything I've found relates to editing the .cmd file, which seems to me to be an outdated way of doing this, as the BIOS setup will overide any changes I make anyway?
2) Modify the .asm assembler bootloader that came with flashburn utility, and include in my project.
3) Convert the application to a .hex file using hexAIS.exe. This seems straightforward once my .out is generated with the correct addressing.
4) Load the application with flashburn.
I've read spra999a, which describes this process. It doesn't seem to be quite right for what I want to do though.
Is this the correct way of going about bootloading from flash? What documents/examples can I read to gain a better understanding of how I need to do this.
I'd really appreciate any advice/input.