I am trying to run the jpeg encoder demo TestAppEncoder on a custom dm6435 board. Board hardware should be fine, I have run multiple other projects on it and I have confirmed that it has enough ddr2 memory attached for the new project. I have successfully built and started running the project, but the code is hanging "forever" (at least several minutes so far) in the function call to TestApp_ReadInputData(). Further, it never returns from the fread call inside. I have tried rebuilding the project with the rts46plus library instead of the original rts6000 in the project settings, but I get the same behavior. Here is my standard out prior to the hang:
*******************************************
Read Configuration Set 1
*******************************************
Running in Compliance Mode
Input file... ..\..\Test\TestVecs\Input\remi003_422.yuv
Test File... ..\..\Test\TestVecs\Reference\remi003_422.jpg
Creating Algorithm Instance...
Algorithm Instance Creation Done...
Is there anything that I'm missing in getting this demo to run on the 6435?