uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
system_stm32f10x.c File Reference

CMSIS Cortex-M3 Device Peripheral Access Layer System Source File. More...

#include "stm32f10x.h"

Go to the source code of this file.

Macros

#define SYSCLK_FREQ_72MHz   72000000
 

Functions

void SystemInit (void)
 Setup the microcontroller system Initialize the Embedded Flash Interface, the PLL and update the SystemCoreClock variable. More...
 
void SystemCoreClockUpdate (void)
 Update SystemCoreClock according to Clock Register Values. More...
 

Variables

uint32_t SystemCoreClock = SYSCLK_FREQ_72MHz
 
__I uint8_t AHBPrescTable [16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}
 

Detailed Description

CMSIS Cortex-M3 Device Peripheral Access Layer System Source File.

Author
MCD Application Team
Version
V3.3.0
Date
04/16/2010 THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.

© COPYRIGHT 2010 STMicroelectronics

Definition in file system_stm32f10x.c.