LoginSignup
1
1

More than 3 years have passed since last update.

STM32CubeIDEでWatchDog Timerを有効にしたソースをデバッグする

Last updated at Posted at 2020-08-29

はじめに

WatchDog Timerを有効にしているとデバッグ実行時にリセットが掛かってしまいます。
これを避けるにはDebugビルドではWatchDog Timerを無効にする方法も有りますが、STM32CUbeIDEにもWatchDog Timerを有効にしたままデバッグ実行可能にする方法が有ります。

設定方法

デバッグの構成から、[Suspend watchdog counters while halted]を「使用可能にする」に設定します。
image.png

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1