Hi there,
I'm new member in this forum and I'm also a new user of DSPs, Im using a TMS320C6416 DSK for an image processing application, I wanted to use the DAT_copy to transfert a linear bloc of memory from a place to another, but I didn't obtain any changes, I did like following :
DAT_open(DAT_CHAANY,DAT_PRI_High,0);
DAT_copy(in,out,100);
DAT_close();
where in and out are two pointers.
When debugging my source code, I didn't mention any changes or pherhaps there's changes but I got random numbers in memory pointed by out pointer.
I really need help, I no longer have enough time to achieve my project.
Sincerely,