This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSTUDIO: saveRaw command will get the message "execution state prevented access"

Part Number: CCSTUDIO
Other Parts Discussed in Thread: TDA3MV

Hi Expert,

My Platform is TDA3MV

I try to Save a DeWarp Output Frame by the command on CCS but I will get "execution state prevented access"

saveRaw(0, 0x94098800, "C:\\0.YUV", 284256, 32, false);

Could you give me some suggestions?

Thanks

Daniel

  • Hi Daniel,

    I assume the target is running when you tried to run the command. Please halt the target. If you wish to do a binary file tranfer from target to host without halting the target, you may need to do it from within your code (C I/O).

    Thanks

    ki