lpc1768 EXTINT interface

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

lpc1768 EXTINT interface

跳至解决方案
1,913 次查看
Sukumar_M
Contributor I

Hi,

I Try to config ir sensor in lpc1768 but it produce unwanted ripples so if i check the output connection should be active how to deactivated the output pin.

 

0 项奖励
回复
1 解答
1,903 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

As you know that the uart can transmit irDa signal from it's Uartx_TX pin, which is a bit stream modulated by the 38KHz signal, the 38khz fixed duty cycle signal can be generated by uart module itself. If you want LPC uart_rx pin to receive the irDa signal, I suppose that you have to create an analog low-pass filter circuit to remove the 38K modulated signal, then use uart_RX pin to receive the filtered data stream.

For the EXTINT pin, it is an input pin, which can accept external signal to fire interrupt.

If I misunderstand you, I am sorry.

BR

XiangJun Rong

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,904 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

As you know that the uart can transmit irDa signal from it's Uartx_TX pin, which is a bit stream modulated by the 38KHz signal, the 38khz fixed duty cycle signal can be generated by uart module itself. If you want LPC uart_rx pin to receive the irDa signal, I suppose that you have to create an analog low-pass filter circuit to remove the 38K modulated signal, then use uart_RX pin to receive the filtered data stream.

For the EXTINT pin, it is an input pin, which can accept external signal to fire interrupt.

If I misunderstand you, I am sorry.

BR

XiangJun Rong

0 项奖励
回复
1,899 次查看
Sukumar_M
Contributor I

But EXTINT also use For an Counting purpose

0 项奖励
回复
1,895 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

If you want to count external clock number, you can connect the external clock signal to the Timer Capx pin, by proper configuration, the Timer will count the number of external clock signal.

Hope it can help you

BR

XiangJun Rong

0 项奖励
回复