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.

H264 encoder is not working if i configure GIO35 in dm368

Hi all,

 

      I am facing problem with H264 encoder  if i configure GIO35,GIO36 pins in dm368. It is MUX_CFG 

MUX_CFG(DM365, GPIO35, 4,   16,    3,  0, false) //not working

MUX_CFG(DM365, GPIO36, 4,   18,    3,  0, false)

 

I am using dvsdk_dm368-evm_4_02_00_06_setuplinux. Is there any relation between h264 encoder and gpio configuration.It's working fine If i remove the above configuration from kernel. And that i am not facing any problem with jpeg enc, its working fine.The only problem is with H264 encoder.

My dmai application is getting struck at  Venc1_process(hVe1, cBuf, eBuf);  function. Can any one help me how to solve this issue.