Where is the global interrupt interface of S32K344?

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

Where is the global interrupt interface of S32K344?

Jump to solution
451 Views
shunyizhang
Contributor III

The MCU I am using now is S32K344, and the development environment is S32DS for S32 platform. The project needs to mask global interrupts, but this interface is not found at present.

Which file is the global interrupt interface in?

0 Kudos
1 Solution
425 Views
Senlent
NXP TechSupport
NXP TechSupport

Hi@shunyizhang

the same discussion is available in the link below

https://community.nxp.com/t5/S32K/How-to-enable-disable-all-interrupts-for-S32K344/td-p/1704585 

__asm("cpsid i");     

 __asm("cpsie i"); 

View solution in original post

0 Kudos
2 Replies
426 Views
Senlent
NXP TechSupport
NXP TechSupport

Hi@shunyizhang

the same discussion is available in the link below

https://community.nxp.com/t5/S32K/How-to-enable-disable-all-interrupts-for-S32K344/td-p/1704585 

__asm("cpsid i");     

 __asm("cpsie i"); 

0 Kudos
419 Views
shunyizhang
Contributor III

thank you!

0 Kudos