Hello ,
In fact, do you use PE or not ?
(1) If you use PE, please add your interrupt code to the "Events.c" file .
For example, the component "TimerInt_LDD" , after generate code , we can see :
.
(2) If your project without PE,
you need write a function : void PIT_IRQHandler () {} , then add your interrupt code into it.
And if you want change the name of interrupt function , you need change the two place you mentioned.
Have a great day,
Alice
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------