can_HK32F030F4Px_1.0.0.dbgconf 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. // File: STM32F030_070.dbgconf
  2. // Version: 1.0.0
  3. // Note: refer to STM32F030x4/x6/x8/xC, STM32F070x6/xB Reference manual (RM0360)
  4. // refer to STM32F030x4 STM32F030x6, STM32F030x8 STM32F030xC datasheet
  5. // STM32F070CB STM32F070RB, STM32F070C6 STM32F070F6 datasheet
  6. // <<< Use Configuration Wizard in Context Menu >>>
  7. // <h> Debug MCU configuration register (DBGMCU_CR)
  8. // <o.2> DBG_STANDBY <i> Debug standby mode
  9. // <o.1> DBG_STOP <i> Debug stop mode
  10. // </h>
  11. DbgMCU_CR = 0x00000006;
  12. // <h> Debug MCU APB1 freeze register (DBGMCU_APB1_FZ)
  13. // <i> Reserved bits must be kept at reset value
  14. // <o.21> DBG_I2C1_TIMEOUT <i> I2C1 SMBUS timeout mode stopped when core is halted
  15. // <o.12> DBG_IWDG_STOP <i> Independent watchdog stopped when core is halted
  16. // <o.11> DBG_WWDG_STOP <i> Window watchdog stopped when core is halted
  17. // <o.10> DBG_RTC_STOP <i> RTC stopped when core is halted
  18. // <o.8> DBG_TIM14_STOP <i> TIM14 counter stopped when core is halted
  19. // <o.5> DBG_TIM7_STOP <i> TIM7 counter stopped when core is halted
  20. // <o.4> DBG_TIM6_STOP <i> TIM6 counter stopped when core is halted
  21. // <o.1> DBG_TIM3_STOP <i> TIM3 counter stopped when core is halted
  22. // </h>
  23. DbgMCU_APB1_Fz = 0x00000000;
  24. // <h> Debug MCU APB2 freeze register (DBGMCU_APB2_FZ)
  25. // <i> Reserved bits must be kept at reset value
  26. // <o.18> DBG_TIM17_STOP <i> TIM17 counter stopped when core is halted
  27. // <o.17> DBG_TIM16_STOP <i> TIM16 counter stopped when core is halted
  28. // <o.16> DBG_TIM15_STOP <i> TIM15 counter stopped when core is halted
  29. // <o.11> DBG_TIM1_STOP <i> TIM1 counter stopped when core is halted
  30. // </h>
  31. DbgMCU_APB2_Fz = 0x00000000;
  32. // <<< end of configuration section >>>