Hi, we are working with dm6435 in a custom board. We do not have any problem when we run the program via CCS, but when we burn it in flash, and the applications it is run from there, the first time works perfect, but second time the video that we see is a green frame (we are using VPFE to capture digital video from another source, so we think that this frame is simply that VPFE is not working and not able to capture anyhing).The rest of the application works perfect but not video.
Oppossite at what you could be thinking, our program does not take any deccission based in flash, and he is not writting in flash (you could think that maybe is overwritting in flash some code related with VPFE, but this would be almost impossible).
One thing that can help to imagine what could be happening is the following subject: we are able to run it from flash as many times as we want if we simply use CCS to load the symbol. At this point I am suspecting that GEL file could be helping us to avoid the "no video" issue. I have moved OnTargetConnect() and OnPreFileLoaded() contents from gel to the initialization of our application, all the lines in same order except Setup_Cache(), which if I add to the initialization, the application is not able to start (?) and IFR=0 which gives me an assembly error when I added. I have burned this new application with the 'gel' initialization, but no luck either.
Any advices??
Thank you in advance