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.

Memory dump using fwrite in CCS v5

Other Parts Discussed in Thread: CCSTUDIO

Hi

I am trying to automate a process of testing a portion of code where we get some some data from the FPGA and then use Memory or Core dump for validation purposes.

This process seems to be very time consuming. I have written code using fopen, fwrite and fclose to dump the contents but every time the functionality reaches the fwrite function, it never comes out of it.

The coding environment is CCS v5.1.0.09000 and SYS/BIOS v6.32

Please suggest.

Dushyant