Two questions
I asked this question a couple months ago and was told that TI was looking into it for the future so hopefully there is a tool now. From what I've read, the FLASHBURN program is no longer supported for newer DSP devices. I am using CCS5, C6678. Is there a comparable program or method that I can use to write to my FLASH for so that I can use my flash as a Bootloader?
I will have my Flash connected through the DSP EMIF. The C66x DSP Bootloader guide SPRUGY5 is not very detailed with this, but on page 3-2 it looks like I will just need to write my code into memory location 0x70000000 on the FLASH and on startup the C6678 will automatically try to boot with my program in this location memory . Does this sound right or is there more to booting from flash with a EMIF connection? I don't yet have a working system to test with yet.
thanks Mike