I'm trying to use Spectrum Digital XDS200 with DM8168 in CCS5 (v5.3) .
And I'm trying to flash u-boot into NAND with the help of nand-flash-writer.
All the steps are made according TI manual available here:
http://processors.wiki.ti.com/index.php/DM816x_C6A816x_AM389x_PSP_Flashing_Tools_Guide
And it does not wirk...
There are CIO functions in nand-flash-writer with which it interacts through XDS200.
The problem is that the debug session is always lost (there is no more reaction on printfs or scanf calls) in CCS5 after some (always different) amount of time of program execution. I see the "Running" state of CPU and XDS200 emulator diode blinks but Disassembly (and also CPU registers etc) becomes not available more and the debugger skips any further CIO (printfs) from nand-flash-writer program.
Sometimes it happens after the console interaction with nand-flash-writer (after setting all it's requests) via console, sometimes during it. So, printfs come but only for a few time.
Has anybody met such issue? Or maybe you'll give some tipps on it...
Thanks in advance.