Hi,
I am working with evmdm6437. I am a beginner with Da Vinci,and for learn and understand I am doing practice with the samples delivered with dvsdk. Im working with sample named dm6437_evm_video_st_sample.pjt, contained in c:\dvsdk_1_01_00_15\psp_1_00_02_00pspdrivers\system\dm6437_evm\src\video\sample\loopback.
I have connected a NTSC camera and I try to watch frame video in memory filled with data from TVP5146 decoder. Dac D is connected to
a TV monitor. If I run application I see lines moving on TV monitor, I think that some data are flowing to dm6437 from decode, because
output is not the same. Signal VD, HD and PXCLK are moving too, but when I watch DDR2 memory at the address indicated by CcdallocFB[i]->frame.frameBufferPtr or VidAllocFB[i]
I don't see data changes. I run application for some second and halt processor, see my memory window, restart and so on. I have tried to see all memory buffer allocated in my application,
but I don't see any variation in data memory. I am mistaking anything. I have also verifyied that the addresses of frame video buffers used are present, one for time, in the VPFE register SDR_ADDR.
It is important for me learn how to see raw data in memory because in future I will try to connect a micron mt9v023 cmos sensor, with a custom board. How can I view in memory data from decoder or other device connected to vpfe?
Thank a lot
Fabrizio