Hello DSP's people I have a question.
In the past I worked with C6416.
About DSP's boot (C6416) from flash: there are the limit of 1Kbytes (on firmware) and so it's necessary a secondary boot: DSP downloads 1Kbytes from flash, this is the secondary boot loader written by the user. When this secondary boot loader is in internal RAM, DSP starts and execute this secondary boot loader that downloads the entire firmware from flash (without limit of 1 kbytes).
Ok, no problem, I worked with that.
Now I work with C6455 and we have to do boot from flash.
In C6544 we have internal ROM (from 0x0010.0000 to 0x007f.ffff) with code for boot.
1) It's necessary in this DSP a secondary boot loader when my firmware is greater than 1kbytes?
2) There are some limitation like in C6416?
3) the code in internal ROM is protected? Can I overwrite this code? I think no....
Thanks for every response ti my questions and for every suggestion about boot on C6455.
Bye Stefano