Hi,
i´m trying to burn video_preview, that let me to access to pixels, to dm6437 EVM flash,
that I get here(Accesing_pixels_in_a_Frame_1_03.zip)
http://e2e.ti.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.67/Accessing_5F00_Pixels_5F00_In_5F00_A_5F00_Frame_5F00_1_5F00_03.zip
The hex file is generated by hexAIS with
hexAIS -o video_preview.hex video_preview.out
then I use flashBurn DSK as described in
http://e2e.ti.com/cfs-filesystemfile.ashx/__key/CommunityServer-Components-PostAttachments/00-00-02-82-53/DM643x-Flashing-Instructions.pdf
but when I turn on the board the image in the monitor is just blue and if I try to run the same example from emulator it doenst work properly, the screen remains blue.
If I tried to burn the original example of video_preview (not the file from the link above), using video_preview.out to generate video_preview.hex , it works fine and let me to use simulator and i can work fine.
I wish to be able to burn to flash the files I´m working with (Accesing_pixels_in_a_Frame_1_03.zip) and they run properly, because it´s a major reference for me.
Thanks in advance.