This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Amit,
Which modifications are needed for a TM4C129? I am trying to port a code from a TM4C123 to a TMC4C129 and I am having some troubles with the interrupt handler.
Regrards
Victor.
Hello Victor
The Interrupt Handler Vector table has changed from TM4C123 to TM4C129. You can copy the same from one of the examples to your project and then map the Interrupt Handler in the new startup file. Also do note that the defines PART_TM4C12??? and TARGET_IS_TM4C??? also needs to be updated.
Note: Splitting the thread as it did not have any co-relation to the original thread.
Regards
Amit