About using CSI and PWM functions at the same time

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

About using CSI and PWM functions at the same time

跳至解决方案
934 次查看
JanTang
Contributor I

Hello everyone, I wanted to enable PWM8_OUT on imx6ull's ENET1_RX_ER port, but I noticed that pwm8 also manages the pwm output on the CSI_HSYNC port. Does this mean that there is some kind of potential conflict (e.g. CCM configuration) if I want to enable CMOS Sensor Interface (CSI) at the same time? What do I need to pay attention to? Thanks a lot.

标签 (2)
0 项奖励
回复
1 解答
907 次查看
joanxie
NXP TechSupport
NXP TechSupport

refer to the dts file

"https://github.com/nxp-imx/linux-imx/blob/git.kernel.org/linux-stable/linux-4.14.y/arch/arm/boot/dts..."

MX6UL_PAD_CSI_HSYNC__CSI_HSYNC 0x1b088

so PWM8 doesn't be used for csi hsync in current bsp, you can use it

在原帖中查看解决方案

1 回复
908 次查看
joanxie
NXP TechSupport
NXP TechSupport

refer to the dts file

"https://github.com/nxp-imx/linux-imx/blob/git.kernel.org/linux-stable/linux-4.14.y/arch/arm/boot/dts..."

MX6UL_PAD_CSI_HSYNC__CSI_HSYNC 0x1b088

so PWM8 doesn't be used for csi hsync in current bsp, you can use it