diff options
author | Perry Hung <iperry@alum.mit.edu> | 2010-03-26 00:58:23 -0400 |
---|---|---|
committer | Perry Hung <iperry@alum.mit.edu> | 2010-03-26 00:58:23 -0400 |
commit | 35811da8ab196dea7b4590c56a91195eccd2f834 (patch) | |
tree | 63ec487046566066ef7bb37d62d8e6b62f1a4acb /src/stm32lib/inc/stm32f10x_map.h | |
parent | ca8033c92a382be789d9bb325b03165004cd0bb2 (diff) | |
download | librambutan-35811da8ab196dea7b4590c56a91195eccd2f834.tar.gz librambutan-35811da8ab196dea7b4590c56a91195eccd2f834.zip |
Removed stm32 rcc code. Briefly tested the basic set up procedure,
brings up the board to 72MHz, clocked by external crystal PLL boosted to
72MHz.
Diffstat (limited to 'src/stm32lib/inc/stm32f10x_map.h')
-rw-r--r-- | src/stm32lib/inc/stm32f10x_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32lib/inc/stm32f10x_map.h b/src/stm32lib/inc/stm32f10x_map.h index 3dabb05..16dc479 100644 --- a/src/stm32lib/inc/stm32f10x_map.h +++ b/src/stm32lib/inc/stm32f10x_map.h @@ -665,7 +665,7 @@ typedef struct #define DMA2_Channel3_BASE (AHBPERIPH_BASE + 0x0430)
#define DMA2_Channel4_BASE (AHBPERIPH_BASE + 0x0444)
#define DMA2_Channel5_BASE (AHBPERIPH_BASE + 0x0458)
-#define RCC_BASE (AHBPERIPH_BASE + 0x1000)
+//#define RCC_BASE (AHBPERIPH_BASE + 0x1000)
#define CRC_BASE (AHBPERIPH_BASE + 0x3000)
/* Flash registers base address */
|