Psoc6 Modus - SCB Interrupts

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

cross mob
GiRa_4021896
Level 2
Level 2
5 replies posted 5 questions asked First question asked

In the ModusToolbox, it seems the SCB interrupts can only be configured to trigger TCPWM or a GPIO.

Is there a different place to configure the SCB to generate an interrupt that my ISR can service?

This is possible in Creator, but I cannot find how to do it in the ToolBox.

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

ISR component is not exist in ModusToolBox, you may click the 'Configuration Help' link in SCB configuration list and implement you won isr function by referring the code example provided in "Configuration Interrupt" section. For UART, the content like below:

Capture.JPG

View solution in original post

0 Likes
2 Replies
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

ISR component is not exist in ModusToolBox, you may click the 'Configuration Help' link in SCB configuration list and implement you won isr function by referring the code example provided in "Configuration Interrupt" section. For UART, the content like below:

Capture.JPG

0 Likes

Thank you.

0 Likes