CCES 2.1.0.0
EZ Board SC548
Hello all,
I have a question about plotting data inside Cross Core Embedded Studio. Below you can find a screenshot to ease understanding of the issue.
I created a sine wave in memory (SHARC L1 BW 00) of type int32_t. The Memory browser (window A) confirms the data is correct. The plot window instead shows a weird graph. In detail it plots only the low byte of the 4-byte word. When I configure the data plot (window C), I can only choose "Integer" but not the word size. But this is claimed to be available in the help (window D).
Is there anyone whit the same problem? What am I doing wrong?
Best regards
Jens
Hi everbody,
I am experiencing similar issue in CCES2.9.1 when trying to plot int vector
(Using ADSP-sc584)
Previously I was plotting just fine with CCES2.8.3.
What seems to be happening is that the plotter is plotting Byte by Byte instead of groups of 4.
Can somebody please check ?
Max
Hi,We already aware of this issue as a bug in CCES. We will fix it in a future release of CCES.Currently, the best option to view a 32-bit integer within the memory browser is to use the 32-bit hexadecimal format.For the plot window, the only thing we can suggest is that the customer may be able to copy their integer data to float format, which would allow for plotting.Regards,Nishanthi.V