LPC824 Invert Input Signal to Output

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

LPC824 Invert Input Signal to Output

568 次查看
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 回复

539 次查看
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