Part Number: SM320F28335-EP
Our SW is devided in two parts: One Loader with extended functionality and one Main program.
After reset the Loader is always executed and if not loading it performs other tasks.
After the Loader is done the Main program is to be run.
We would like to place the Loader SW in a non volatile memory mapped to zone 6 (external bus interface) so that we could JTAG this program to this memory during production tests (not using the EMU pod).
After the Loader is done we need to jump to the Main program that we want to reside in the internal pipelined flash of the DSP.
Note. We could jump to the Loader after the internal DSP ROM functions are performed that is ok. The goal is to not use the EMU pod for any of the SW to be loaded but only use the satndard JTAG interface.
As we understand it Textas does not support conversion the boundary scan format so that standard JTAG could be used to place code in the internal pipelined flash in the DSP ?
I guess executing code from Zone 6 (after the ROM code) that would be using the default XINTF setting for Zone 6. Could we then change the setting when operating (already) from Zone 6 to speed it up ?
If I remember correct the default XINTF settings are quite slow.
/Mike (Saab AB)