One of our engineering group members is seeing an unusual problem with their DSK 5510 board.
When data is located in external memory (SDRAM), he can plot it initially (after loading), but after some time (with no code running), the data appears to become corrupted. For example, after downloading the data we can see this using a CCS graph plot:
http://www.signalogic.com/images/DSK5510_SDRAM_data_plot.jpg
Then, after waiting for a minute (i.e. do nothing), and then refreshing the CCS plot, we see this:
http://www.signalogic.com/images/DSK5510_SDRAM_data_plot_refresh_after_1min.jpg
Could this be an SDRAM refresh issue? A CCS or JTAG issue? We're using the TI-issued DSK5510.gel file and the SDRAM refresh
register config value in the init_emif() gel function is 0x578.
-Jeff