Hi,
I'm working on DM6441 support for BANK system.
I'm looking for a solution of VPFE setting.
Does anyone know How to break input frame capture when necessary (required) frames is recieved on VPFE of DM6441?
Input framea are recieved on VPFE (CCDC) and store to DDR memory.
I'm thinking of the following steps but not sure if it's correct way for H/W view point.
1.Set CCDCFG.VDLC = 1 and SYN_MODE.NEW =1 (data write enable).
2.Set VERT_LINES = 480, after 100 lines transfer is completed, set SYN_MODE.WEN = 0
Above flow will work fine? or It's correct way?
I tried to set PCR.ENABLE = 0 during data transfer but lines set in VERT_LINES are already transferred.