Looking for an example of how to take buffered data from RAM and get it to a PC for analysis.
This is specifically with a TMDSCNCD28069MISO controlCARDS, so there is a USB-JTAG and USB-UART connection available.
Any help appreciated.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Looking for an example of how to take buffered data from RAM and get it to a PC for analysis.
This is specifically with a TMDSCNCD28069MISO controlCARDS, so there is a USB-JTAG and USB-UART connection available.
Any help appreciated.
I'm looking to datalog RAM memory back to the PC side for analysis.
I'm not looking to program the device (which I know UNIFLASH) can do.
Chris,
Get the data you want all buffered up in RAM, and then open the memory window in the debug perspective. In the memory window near the top there is an icon that looks like a green IC with a white arrow in it. This opens the "Save Memory" dialog and will allow you to export any part of the memory map you'd like. I'm thinking you'll probably want the plain text TI Data Format (*.dat).
BR,
Trey