UART_IRQ_util.c file

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

UART_IRQ_util.c file

Jump to solution
944 Views
Alex_2221
Contributor IV

Hello everyone, I want to use UART interrupt and I found out that there is a file called uart_irq_util.c for keil and I can use it for working with uart interrupt. Where can I find this file? I know that I can write my own file, but I wanna use this file for simplicity. 

Thanks in advance,

Alex

0 Kudos
1 Solution
926 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

It appears that there is NOT such file uart_irq_util.c for the uart example in SDK based on  Keil. For the uart module api function, pls refer to the uart_17xx_40xx.c, for the interrupt vector, pls refer to keil_startup_lpc175x_6x.s

How do you know that there is a file called uart_irq_util.c?

BR

XiangJun Rong

 

xiangjun_rong_0-1632620974375.png

 

View solution in original post

0 Kudos
3 Replies
927 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

It appears that there is NOT such file uart_irq_util.c for the uart example in SDK based on  Keil. For the uart module api function, pls refer to the uart_17xx_40xx.c, for the interrupt vector, pls refer to keil_startup_lpc175x_6x.s

How do you know that there is a file called uart_irq_util.c?

BR

XiangJun Rong

 

xiangjun_rong_0-1632620974375.png

 

0 Kudos
916 Views
Alex_2221
Contributor IV

Thank you so much I'll check that out. Actually, I saw that in a tutorial video, but that person didn't said from where he got that file.

0 Kudos
931 Views
Alex_2221
Contributor IV

My chip is LPC1768

Tags (1)
0 Kudos