Other Parts Discussed in Thread: TM4C1294NCPDT,
Tool/software: Code Composer Studio
Hello,
I have been develop my project on the TIVA 1294 LaunchPad (TM4C1294NCPDT) and the application was working fine. I then developed a custom board that uses TM4C129ENCPDT. I was able to load the program onto the new board and turn on/off some GPIOs. I then tried the delay function which is getting the tick data from interrupt handler function from SYSTICK and the interrupt doesn't get triggered.
I tried to create the same project but use the start up file for TIVA 1294LaunchPad, using the same program and the delay function worked on the LaunchPad (I check it by blinking an LED), the tick was increasing by the systick interrupt handler.
I went further by implementing a timer with its own interrupt when reached 0 and the interrupt didn't trigger either.
I have no clue what is wrong with my custom board, has anyone encountered this problem?
I attached the project for my custom board along with the post, please feel free to take a look.
Thanks,
AlexDAQonTiva.zip