Now,I am developing a capture to preview solution at DM37X platform board,
and I have few tvp514xm2 video standard exchange questions which need your support,
could you give me a hand ? thanks ,the following are my questions
1.as I know,at tvp5146m2 spec . I can see a PIN "IRQREQ" ,If I wannt to trigger a "INTREQ"
when video standard exchanged,How can I do it ?
Because I have set the Register Interrupt Mask 1 Register[bit1]Standard changed,
and Register Interrupt Clear 1 Register[bit1] Standard changed as "1",
but when video Standard has been changed (ex:ntsc-m changed to pal-N;or pal-bdghi changed to pal-Nc),
it can't generate a INTREQ signal
the following are related registers -->
REG_VIDEO_STD=0x2
REG_AUTOSWITCH_MASK=0x3f
REG_VIDEO_STD_STATUS=0x2
REG_INTERRUPT_RAW_STATUS0=0x0
REG_INTERRUPT_RAW_STATUS1=0x0
REG_INTERRUPT_STATUS0=0
REG_INTERRUPT_STATUS1=0
REG_INTERRUPT_MASK0=0
REG_INTERRUPT_MASK1=2
REG_INTERRUPT_CLEAR0=0
REG_INTERRUPT_CLEAR1=0
2.Does the Register "Video Standard Status Register(0x3F)" dynamically show correct video standard
If video standard has been exchanged ?
Because when the video exchanged from NTSC-M to NTSC-443,and I do a program to read the related registers,
the register REG_VIDEO_STD still show 0x2 but not 0x5;
the following are related registers -->
REG_VIDEO_STD=0x2
REG_AUTOSWITCH_MASK=0x3f
REG_VIDEO_STD_STATUS=0x2
REG_INTERRUPT_RAW_STATUS0=0x0
REG_INTERRUPT_RAW_STATUS1=0x0
REG_INTERRUPT_STATUS0=0
REG_INTERRUPT_STATUS1=0
REG_INTERRUPT_MASK0=0
REG_INTERRUPT_MASK1=2
REG_INTERRUPT_CLEAR0=0
REG_INTERRUPT_CLEAR1=0