Content originally posted in LPCWare by vtw.433e on Mon Jan 18 02:03:12 MST 2016
Quote: mahendra_ms
thanks for reply,
in my application code I've added UART irq ruteen in my uart.c file.
And how did you define and declare it? Show us exactly your interrupt routine.
In the startup file, the function name is weak, meaning that any definition you provide (assuming it is correctly defined and declared) will override this weak reference and yours will be used. But it must be correct...