hi,
With the help of E2E forum, I ported jpegdec demo from CCSv4 to CCSv5, and all seems to be OK after built successful, Here is the post indicates what have done when ported to CCSv5: http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/166075.aspx#608149.
But after I load the .out file to the EVM board and then run it, the test demo run out of my expectation.
ERROR description:
when I running the demo, it just stay stopped and the console output
[C66xx_1] *******************************************
[C66xx_1] Read Configuration Set 1
[C66xx_1] *******************************************
[C66xx_1] Running in Output Dump Mode
I wait for a long time, but it doesn't change.
Then, I debug it step by step, and find that when it runs to line 687 in TestAppDecoder.c (code in line687 is BytesRead = fread (inputData, 1, BufferSize, finFile); ), it seems crashed: the core doesn't stop and it maybe still running, but the program stays in the line.
ENV:
Windows 7, CCSv5.0.3, C66x_jpegdec_03_01_00_01_ELF, EVM6678L and all other components are the same as the user guide points out.
I guess it may be the version of my CCS, but I am not sure of that, could anyone give me some advises?
Thanks.