Loading...
 
Skip to main content

System Workbench for STM32


Cannot see I/O Registers in Debug mode

There is another remark: I disabled the line in the file

# reset_config srst_only srst_nogate connect_assert_srst

In the output of openOCD, there are two lines:

srst_only separate srst_nogate srst_open_drain connect_deassert_srst
none separate


If do not just disable the line in the configuration file, replace it with

# reset_config srst_only srst_nogate connect_assert_srst
reset_config none


In the output of openOCD, there are three lines:

none separate
srst_only separate srst_nogate srst_open_drain connect_deassert_srst
none separate


My impression: the configuration string "reset_config srst_only srst_nogate connect_assert_srst" is implicitly included after the configuration file is processed. And then the command line options already having a higher priority overlap with this option