From 35811da8ab196dea7b4590c56a91195eccd2f834 Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Fri, 26 Mar 2010 00:58:23 -0400 Subject: 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. --- src/stm32lib/inc/stm32f10x_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stm32lib') 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 */ -- cgit v1.2.3