lpc1768 EXTINT interface

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

lpc1768 EXTINT interface

Jump to solution
987 Views
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 Kudos
1 Solution
977 Views
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

View solution in original post

0 Kudos
3 Replies
978 Views
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 Kudos
973 Views
Sukumar_M
Contributor I

But EXTINT also use For an Counting purpose

0 Kudos
969 Views
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 Kudos