Hello,
we are using a L138 EVM board and CCSV5
for our future design, we plan to use a C6748 DSP and an ARM host processor
link to host processor will be SPI and maybe HPI
What is the best choice for booting DSP ?
I understand that :
To boot from SPI :
- we have to use DSP SPI slave mode
- we can use AISGen tool to generate boot file
- then we have to implement boot protocol on ARM host processor. The only example program that I found is AISParse.cs in C# (from OMAP-L138_FlashAndBootUtils_2_35), so we will have to translate it to C.
To boot from HPI, we need to generate a bin file, then write it to DSP memory, as memory is seen from host processor
But I am not sure which is the best choice ...
Could you help us ?
Thank you