SWT Time-out Interrupt on MPC5777C

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SWT Time-out Interrupt on MPC5777C

Jump to solution
590 Views
berat24
Contributor III

Hello everyone,

I have a problem about SWT time-out interrupt. SWT interrupt function cannot be called although I set relevant bits. However, I can generate reset after second time-out. My settings are below. 

SWT_0->CR = 0xFF000159;

INT_SYS_EnableIRQ(SWT0_IRQn);

0 Kudos
1 Solution
581 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Berat,

did you use INTC_SYS_SetPriority to configure the priority? It's zero by default which means an interrupt is disabled. I guess that this could be the reason.

Regards,

Lukas

View solution in original post

0 Kudos
1 Reply
582 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Berat,

did you use INTC_SYS_SetPriority to configure the priority? It's zero by default which means an interrupt is disabled. I guess that this could be the reason.

Regards,

Lukas

0 Kudos