Hi Emmanuel,
Yes, I made sure that all variables are in local scope, all except the Macro FS_MODE_OPEN_WRITE.
I have simplified the code, by just asking for a file to open, which should return a negative number if the file does not exist. I still get the same DMA error. See code below.
retVal = sl_FsOpen(slfilename, FS_MODE_OPEN_WRITE, &Token, &fileHandle);
Thanks for your assistance.
Glenn.