selected processor does not support `cpsie i'

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

selected processor does not support `cpsie i'

390 Views
aakash_kumar78
Contributor I

hi,

i am getting error when i try to build project.

MCU - s32k144.

 

Description Resource Path Location Type
make: *** [SDK/platform/drivers/src/interrupt/subdir.mk:20: SDK/platform/drivers/src/interrupt/interrupt_manager.o] 
selected processor does not support `cpsid i' in ARM mode C:\Users\AAKASH~1.KUM\AppData\Local\Temp\ccVzPxss.s C/C++ Problem
selected processor does not support `cpsie i' in ARM mode  C:\Users\AAKASH~1.KUM\AppData\Local\Temp\ccVzPxss.s C/C++ Problem

0 Kudos
Reply
1 Reply

352 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

What about using INT_SYS_EnableIRQGlobal and INT_SYS_DisableIRQGlobal?

INT_SYS_EnableIRQGlobal ENABLE_INTERRUPTS INT_SYS_DisableIRQGlobal DISABLE_INTERRUPTS.png


Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply