Tool/software: Code Composer Studio
Hi,
I am trying to understand how to program pre-stored pattern mode. As per the manual, we can load 400 uncompressed binary patterns into firmware. We did that. The overall firmware size is 9593KB which is successfully uploaded without deleting already existing images on the flash.
Now, I need to run the images one by one which requires changing the index from 0 to 417. After displaying one pattern, I need to invoke external program to save an image from camera. If I look at the programming guide, there is something like BATCHFILE_EXECUTE.
Can I use this command to invoke external application? If yes, could you please give any specific examples related to this command. I am looking to see if the triggering can be avoided as the voltage levels are different and if I change the camera, I need to redo the electronic circuitry.