Reg: UART Interrupts

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

Reg: UART Interrupts

776 次查看
vishvapathi
Contributor V

Hi All,

I am using I.MX sabre SDB. I am using 3 uarts in my EVB. i am using thm in polling method. I would like to use the same in Interrupt method.

Kindly give some pointers or sample codes to use Interrupts in the Processor under Linux.

I already checked Linux Ref manual, but i didnt find any.

Thanks in advance

Vishva

标签 (2)
0 项奖励
回复
1 回复

614 次查看
SergioSolis
NXP Employee
NXP Employee

Hello Vishva,

In the linux reference manual, in the chapter about the Universal Asynchronous Receiver/Transmitter (UART) Driver, you will see where the UART driver is (which uses interrupt method).

Source Code Structure

Universal Asynchronous Receiver/Transmitter (UART) Driver

<ltib_dir>/rpm/BUILD/linux/drivers/tty/serial.

That would be the only available example.

0 项奖励
回复