Hi all,
I am just a beginner and only have some basic knowledge of working on C5510 DSK and CCS (assembly only).
I am working on a custom board having 4 C5510 DSPs. Presently the DSPs are boooting from the Compact Flash using Parallel EMIF Boot Mode (16 bit-Boot Pins 1011).
But I want to change the booting program to include REGISTER CONFIGURATONs for McBSP0,1 and 2 during boot time and some initial configuration as well.
The execution entry point is contained in the boot table and is programmable.
So I wanted that I load my code in a separate location and make the DSP to boot from there, so as not to disturb the original boot code.
Please tell me how to go about it sequentially and relevant documents/codes if any.
Is it better to work on the DSK first so as to be sure of the procedure. The custom ha sa different configuration.
Also I wanted to include all RTS lib/CSL/BSL or any such things in the boot pgm, so that any application assembler/C can be ported on the DSP and run after loading with all the library functions/other resources available to it
Thanks