You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
// File: PY32F403xx.dbgconf
|
|
// Version: 1.0.0
|
|
|
|
// <<< Use Configuration Wizard in Context Menu >>>
|
|
|
|
// <h> Debug MCU configuration register (DBGMCU_CR)
|
|
// <o.2> DBG_STANDBY <i> Debug Standby Mode
|
|
// <o.1> DBG_STOP <i> Debug Stop Mode
|
|
// <o.0> DBG_SLEEP <i> Debug Sleep Mode
|
|
// </h>
|
|
DbgMCU_CR = 0x00000007;
|
|
|
|
// <<< end of configuration section >>>
|