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.