Disable specific interrupts

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

cross mob
user_4297386
Level 1
Level 1

Hi,

I was just getting started on a PSoC 63 CYBLE416045 board and I was wondering if there is a way to disable a specific interrupt.

I know that __disable_irq disables ALL interrupts and if there was anything that would allow finer control.

Thanks

0 Likes
1 Solution
ShipingW_81
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 replies posted

__NVIC_DisableIRQ can be used to disable a specific interrupt.

View solution in original post

0 Likes
1 Reply
ShipingW_81
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 replies posted

__NVIC_DisableIRQ can be used to disable a specific interrupt.

0 Likes