hi,
I'm a newbie to TI's DSP platform. I've a c5505 EVM from digital spectrum. I've read the booting procedure which seems as follows.
1. Convert the project.out file into binary hex file using hex55 utility.
2. load programmer.out application using jtag emulator.
3. run the programmer.out which will prompt for media to boot from.
for spi flash it turns out to be 31.
4. then it prompts for binary hex file to be programmed to flash.
when i give the binary file
it shows : input file opened
finally programming completed.(something like that).
but when I reset the device it doesn't boot from spi flash.
one thing I also want to mention that when I apply the same procedure after building the demo project EVM_Sample It does fine and the device boots up from spi flash. But when i try the same procedure for other examples given in c55xx_csl folder then it doesn't work at all.
what is the difference between the project EVM_Sample and other examples given in c55xx_csl folder? and one thing that I've noticed while building EVM_Sample is it gives a warning : entry-point symbol other than "_c_int00" specified: "reset_isr".
what does this mean and does it make any difference? any help in this regard would be worthwhile.
Regards,
Abhishek