Hi all.
Target H/W : DM8127 Ipnc
Software Version : 2.0.0
Using default Image Sensor(MT9J003), HDMI out is OK and PC side streaming also OK.
For some reason i'd like to test the PG(Pattern Generator) block of ISS Module.
So i set the related register like this to make 1920x1080 resolution image :
(1)
isp_regs->ISP5_PG_PULSE_CTRL = 0x077F0437 // HD Width --> 1920-1, VD Width --> 1080-1
isp_regs->ISP5_PG_FRAME_SIZE = 0x08970457 // Frame PPLN --> 2200-1, Frame HLPFR : 1120-1
isp_regs->ISP5_PG = 0x38 // Bit[5:4] SRC_SEL --> Pattern Generator port is selected, Bit[3] EN : Enable
(2)
isp_regs->ISP5_PG_PULSE_CTRL = 0x00100010 // HD Width --> 1920-1, VD Width --> 1080-1
isp_regs->ISP5_PG_FRAME_SIZE = 0x077F0437 // Frame PPLN --> 2200-1, Frame HLPFR : 1120-1
isp_regs->ISP5_PG = 0x38 // Bit[5:4] SRC_SEL --> Pattern Generator port is selected, Bit[3] EN : Enable
and changed the register value many times but there is no HDMi output .
My question is : are there any other register must changed except above 3 registers ?
Thanks in advanced
Best Regards
Hennessy