Other Parts Discussed in Thread: TMS320F2812
Hi Folks!
I am using Code Composer Studio V4.1.3.00038 with a XDS510LC USB emulator (Spectrum Digital) on a TMS320F2812 based board,
comparable to the eZdsp F2812 evaluation board.
In the early days (June) the uploading object code to external RAM (0x108000) board through the emulator works
very well, but after a series of CCS updates I get the following error message and the emulator hangs:
C28xx: Trouble Writing Memory Block at 0x108000 on Page 0 of Length 0x3ff8: Error 0x80002082/-1250
Fatal Error during: Memory, Target Communication, Control, Device driver: Lost USB connection to emulator.
You should ABORT and restart to re-establish the USB link.
Cannot write to target
Deeper investigations have shown that the RAM is accessible (manual read / write), but simply manually filling larger memory regions
(> 0x3800 words, independent from address) does not work and ends with the same result as above.
Therefore I assume that this problem is related to buffer sizes, timing or something in this area.
Programming of the flash memory (of course with a different memory map) works fine.
After having trouble with setting breakpoints, this patch was applied:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/60276/215606.aspx#215606
Thanks in advance & Regards.
Guido