Non-Maskable Interrupt S32K146

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Non-Maskable Interrupt S32K146

ソリューションへジャンプ
1,901件の閲覧回数
hamid_abrishami
Contributor III

Hi every one! I used S32k146 with LQFP 144. and I connect a safety function pin to PTD3 and use ( Non-Maskable Interrupt) option but it make a conflict in my software routine. CAN I change this interrupt priority. and use this as a normal interrupt. 

0 件の賞賛
返信
1 解決策
1,870件の閲覧回数
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

This is the introduction to NMI in the Cortex-M4 Devices Generic User Guide:
A Non Maskable Interrupt (NMI) can be signalled by a peripheral or triggered by software. This is the highest priority exception other than reset. It is permanently enabled and has a fixed priority of -2. NMIs cannot be:
• masked or prevented from activation by any other exception
• preempted by any exception other than Reset.

NMI fixed priority of -2 Cortex -M4 Devices Generic User Guide.png

Have you considered configuring this pin as PTD3 to enable the PORTD interrupt and configure its priority?

PTD3 SSS S32K146.pngS32K1xx_DMA_Interrupt_mapping S32K14x_INT_MAP_ARM PORTD Interrupt.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.
-------------------------------------------------------------------------------

元の投稿で解決策を見る

2 返答(返信)
1,843件の閲覧回数
hamid_abrishami
Contributor III

yes, I config the PTD3 and interrupt function (no NMI function) 

0 件の賞賛
返信
1,871件の閲覧回数
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

This is the introduction to NMI in the Cortex-M4 Devices Generic User Guide:
A Non Maskable Interrupt (NMI) can be signalled by a peripheral or triggered by software. This is the highest priority exception other than reset. It is permanently enabled and has a fixed priority of -2. NMIs cannot be:
• masked or prevented from activation by any other exception
• preempted by any exception other than Reset.

NMI fixed priority of -2 Cortex -M4 Devices Generic User Guide.png

Have you considered configuring this pin as PTD3 to enable the PORTD interrupt and configure its priority?

PTD3 SSS S32K146.pngS32K1xx_DMA_Interrupt_mapping S32K14x_INT_MAP_ARM PORTD Interrupt.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.
-------------------------------------------------------------------------------