Hi,
I have been learning how to use CMSIS v5 Beta to program an
LPC4357, and so far so good.
I got stuck in creating an interrupt for USART3 (Rx). I am using
numerous other interrupts with no problem. I receive the following
error when compiling:
Error: L6200E: Symbol USART3_IRQHandler multiply defined (by
usart_lpc43xx.o and version1.o).
I am using the CMSIS Startup, system, DRIVER_USART, USART_LPC43xx
files, and i receive the above error.
When debugging, and tri
↧