SWT Time-out Interrupt on MPC5777C

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

SWT Time-out Interrupt on MPC5777C

ソリューションへジャンプ
1,841件の閲覧回数
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 件の賞賛
返信
1 解決策
1,832件の閲覧回数
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 件の賞賛
返信
1 返信
1,833件の閲覧回数
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 件の賞賛
返信