1. I need to add startup_rvmdk.s file in project code. I am using keil 5.13.0.0 & driverlib 2.1.1.71 & lauchpad tm4c123gxl.
2. Now I had checked two startup files with location:
C:\ti\TivaWare_C_Series-2.1.1.71\examples\boards\ek-tm4c123gxl\hello\startup_rvmdk.s
C:\ti\TivaWare_C_Series-2.1.1.71\examples\boards\ek-tm4c123gxl\interrupts\startup_rvmdk.s
3. Now both are different in a way that starup file in interrupt folder has extra lines below. Does that mean whatever interrupts I am using , I have to add their isr handler name in startup files also.I have tried uart code by not doing this & code goes into isr without this also.
;****************************************************************************** ; ; External declarations for the interrupt handlers used by the application. ; ;****************************************************************************** EXTERN IntGPIOa EXTERN IntGPIOb EXTERN IntGPIOc