diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-07-21 09:25:51 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-07-21 09:25:51 +0000 |
commit | 25572d2e48464167fc6d88c6d5c404589dad1627 (patch) | |
tree | f66bf21704bb3aa053d64d286be0488d443d24a5 /src/tcl/chip/st | |
parent | 97cc3e0dc84c5d3644b153e27a1ae82651ece964 (diff) | |
download | openocd+libswd-25572d2e48464167fc6d88c6d5c404589dad1627.tar.gz openocd+libswd-25572d2e48464167fc6d88c6d5c404589dad1627.tar.bz2 openocd+libswd-25572d2e48464167fc6d88c6d5c404589dad1627.tar.xz openocd+libswd-25572d2e48464167fc6d88c6d5c404589dad1627.zip |
Duane Ellis <openocd@duaneellis.com> stm32 peripherals scripts
git-svn-id: svn://svn.berlios.de/openocd/trunk@846 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/tcl/chip/st')
-rw-r--r-- | src/tcl/chip/st/stm32/stm32_rcc.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tcl/chip/st/stm32/stm32_rcc.tcl b/src/tcl/chip/st/stm32/stm32_rcc.tcl index 0e096912..3973ff94 100644 --- a/src/tcl/chip/st/stm32/stm32_rcc.tcl +++ b/src/tcl/chip/st/stm32/stm32_rcc.tcl @@ -42,7 +42,7 @@ proc show_RCC_CFGR { } { show_mmr_bitfield 15 14 $val ADCPRE { pclk2_div1 pclk2_div1 pclk2_div1 pclk2_div1 pclk2_div2 pclk2_div4 pclk2_div8 pclk2_div16 } show_mmr_bitfield 16 16 $val PLLSRC { HSI_div_2 HSE } show_mmr_bitfield 17 17 $val PLLXTPRE { hse_div1 hse_div2 } - show_mmr_bitfield 21 18 $val PLLMUL { x2 x3 x4 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x16 } + show_mmr_bitfield 21 18 $val PLLMUL { x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x16 } show_mmr_bitfield 22 22 $val USBPRE { div1 div1_5 } show_mmr_bitfield 26 24 $val MCO { none none none none SysClk HSI HSE PLL_div2 } } |