Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).
Hi all, I have a a DSP code, loads the code from an EEPROM using SPI interface, running correctly right now. But now I need to write&read all the memory addresses in DARAM and SARAM during the boot process, to check if all the addresses are truely accessable. In C54x this can easily be done by changing the boot.asm file, and check all the addresses just before loading the code. But you know in C55x the logic is different, all things are done automatically if you are using the given executable file with correct parameters to obtain the hex file. Hence now I dont know how to interrupt this boot loading process in C5509A. Hope somebody can help. Thanks, Murat.