CY8C21534 interrupt priority

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

cross mob
Cazh_3976091
Level 1
Level 1
First reply posted First question asked Welcome!

Hello,

      I use CY8C21534 for a project,  how do I change the interrupt  priority of CSD?

0 Likes
1 Solution
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

In PSoC 1, the interrupt vector table is a lookup table that maps interrupt vectors to their corresponding interrupt service routines (ISRs). Each interrupt vector has a corresponding priority level, and the priority level is determined by the position of the interrupt vector in the interrupt vector table. 

Each digital PSoC block has its own interrupt priority and vector. A row’s position in the array determines the relative priority of the digital PSoC blocks within the row. The lower the row number, the higher the interrupt priority, and the lower the interrupt vector address.

Vison_Zhang_0-1676425452022.png

 

View solution in original post

0 Likes
1 Reply
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

In PSoC 1, the interrupt vector table is a lookup table that maps interrupt vectors to their corresponding interrupt service routines (ISRs). Each interrupt vector has a corresponding priority level, and the priority level is determined by the position of the interrupt vector in the interrupt vector table. 

Each digital PSoC block has its own interrupt priority and vector. A row’s position in the array determines the relative priority of the digital PSoC blocks within the row. The lower the row number, the higher the interrupt priority, and the lower the interrupt vector address.

Vison_Zhang_0-1676425452022.png

 

0 Likes