Hi
I am using c6runapp to run code on a c6747 (with omap137). I have run a few of our projects successfully using this method.
Now I have an executable that uses file IO calls like fopen() to pass data to the DSP. I have successfully compiled and run the example code (cio_example) that does this. However, when I build and run my project, fopen is failing as it returns NULL. Furthermore, the errno is 0 indicating no failure.
The files are quite large (WAV files).
Am I doing something wrong? Any help appreciated, thanks.