What's the easiest way to execute a reset?

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

What's the easiest way to execute a reset?

ソリューションへジャンプ
2,344件の閲覧回数
chrispflieger
Contributor IV

Is there a command to reset the MCU?

ラベル(1)
0 件の賞賛
返信
1 解決策
2,191件の閲覧回数
chrispflieger
Contributor IV

Going off of Erich's tip, I went looking for that register and found this little gem in the LPCopen code:

NVIC_SystemReset()

Sweet.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
2,192件の閲覧回数
chrispflieger
Contributor IV

Going off of Erich's tip, I went looking for that register and found this little gem in the LPCopen code:

NVIC_SystemReset()

Sweet.

0 件の賞賛
返信
2,191件の閲覧回数
BlackNight
NXP Employee
NXP Employee

ARM Cortex M has a way to trigger a reset with writing to the AIRCR register.

See How to Reset an ARM Cortex-M with Software | MCU on Eclipse 

I hope this helps,

Erich