LPC824 Invert Input Signal to Output

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPC824 Invert Input Signal to Output

543件の閲覧回数
scruffmeister
Contributor II

Using the LPC824 Is there an efficient way to take an input signal on a pin, invert it and route/output it on another pin without using an interrupt?

0 件の賞賛
返信
1 返信

514件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

I have not good idea to invert a signal from a pad and output an inverted signal to another pad without interrupt for LPC824.

But the LPC804 has PLU, which enable you invert a signal from the PLU input pad and output the inverted signal to another PLU output pad.

This is LPC804 website:

https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mc...

Of course, you can use PINT module to generate interrupt, in the ISR, read the logic of input pin, and output the inverted  logic to another GPIO pad.

Hope it can help you

BR

XiangJun Rong