Tool/software: Code Composer Studio
Dear all,
I'm new to Tiva programming. I am using uDMA with to transfer from UART1rx to memory using Ping Pong mode,
when I changed the IntDefaultHandler from starup_css.c to UART1IntHandler for enable the vector for trigger the interrupt when DMA transfer is completed,
but I has an error:
Description Resource Path Location Type
unresolved symbol UART1IntHandler, first referenced in ./tm4c123gh6pm_startup_ccs.obj C/C++ Problem
I use C++ for my project, does it a problem. If it is how can I change it to build sucessfully.
Thanks in advance.