Aurix TC277 Vector table

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
DSRnathan
Level 3
Level 3
50 sign-ins 25 replies posted 25 sign-ins
hello Everyone,
I am trying to develop interrupt service routine for my application using Tricore TC277. I am unable to find Vector table from any of the Baseframework project files or in ICP. From the iLLD User documentation there is an include directiory mentioned called #include "Ifx_IntPrioDef.h" but could not find it anywhere.
Kindly help me regarding, Where can i obtain vector table for Tricore TC277or should we create one for ourselves?

Thank you everyone in advance,

Kind Regards,
Deepak R
0 Likes
1 Reply
NeMa_4793301
Level 6
Level 6
10 likes received 10 solutions authored 5 solutions authored
Hi Deepak. From an architecture standpoint: the AURIX BIV register defines the start of the Interrupt Vector table for each CPU.

Since you've already got the iLLD, check here in the help file (e.g., iLLD_UM_TC29B.chm):
iLLD > CPU > Interrupt Functions

There are examples for walking you through the process of defining an interrupt and its handler function.
0 Likes