Hi
We are ready with our TI DSP based board. We are now trying booting through SPI regarding witch we have some queries.
Task we want to do:
Now our task is to blink one led through source code but this code will not be downloaded to flash or Ram. We want to use SPI booting means we want to program this code to EEPROM and at power on DSP will read it over SPI and execute it.
Things we have done:
- Ensured Core and IO supplies.
- Ensured oscillator frequency.
- Ensured power-on reset through reset IC.
- Every things are ensure to run small piece of code.
Our queries:
- How we can convert “.out “ generated by ccs5 compiler to compatible with SPI boot loader ? so that we can program that converted file in EEPROM and run code.
- How we set the entry point address so that we could know from witch address code will start execution.
- Do we need to change in “DSP2833x_CodeStartBranch.asm” file to change boot start address.
- Is there any document proving full sequence of SPI booting operation with example?