PY32F001Cxx.dbgconf 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. // File: PY32F001Cxx.dbgconf
  2. // Version: 1.0.0
  3. // <<< Use Configuration Wizard in Context Menu >>>
  4. // <h> Debug MCU configuration register (DBGMCU_CR)
  5. // <o.1> DBG_STOP <i> Debug stop mode
  6. // <o.0> DBG_SLEEP <i> Debug sleep mode
  7. // </h>
  8. DbgMCU_CR = 0x00000003;
  9. // <h> Debug MCU APB freeze1 register (DBG_APB_FZ1)
  10. // <i> Reserved bits must be kept at reset value
  11. // <o.31> DBG_LPTIM_STOP <i> LPTIM stopped when core is halted
  12. // <o.12> DBG_IWDG_STOP <i> Independent watchdog stopped when core is halted
  13. // </h>
  14. DbgMCU_APB_Fz1 = 0x00000000;
  15. // <h> Debug MCU APB freeze2 register (DBG_APB_FZ2)
  16. // <i> Reserved bits must be kept at reset value
  17. // <o.19> DBG_PWM1_STOP <i> PWM1 counter stopped when core is halted
  18. // <o.15> DBG_TIM14_STOP <i> TIM14 counter stopped when core is halted
  19. // <o.11> DBG_TIM1_STOP <i> TIM1 counter stopped when core is halted
  20. // </h>
  21. DbgMCU_APB_Fz2 = 0x00000000;
  22. // <<< end of configuration section >>>