This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM388: Interlace output through HDCOMP (HDDAC)

Part Number: DM388

Hi All,

We are using IPNC 3.9 SDK. We are trying to output as Interlace format on HDCOMP(HDDAC).

DM388(HDDAC)-->VGA connector

1. ipnc_rdk/ipnc_mcfw/demos/mcfw_api_demos/multich_usecase/ti_mcfw_ipnc_main.c

vdisParams.deviceParams[VDIS_DEV_HDMI].resolution = VSYS_STD_480I;

2. ipnc_rdk/ipnc_mcfw/mcfw/src_bios6/links_m3vpss/system/system_dctrl.c

  case VSYS_STD_480I:
            clkValue = 13500u;
        break;

3. ti_tools/hdvpss_01_00_01_37/packages/ti/psp/vps/hal/src/vpshal_hdvenc.c

    {{FVID2_STD_NTSC, 720, 480, FVID2_SF_INTERLACED, 216000, 60,
        12, 68, 64, 5, 41, 5}, 0, 0, 0},

4. We are using default system display control (HDMI and HDCOMP tied)

5. We are confirming the output format through registers

COMP_status = devmem2 0x48105200

When we set interlace format output blank screen?? Any suggestion?

Regards,

RAJM