keil-stm32

所属分类:单片机开发
开发工具:C/C++
文件大小:1523KB
下载次数:260
上传日期:2014-02-12 16:44:34
上 传 者oipklll85
说明:  keil STM32官方例程,STM32的各个模块的开发都很详细。
(keil STM32 official routines, STM32 development of each module are detailed.)

文件列表:
keil官方例程\STM32F10xFWLib\Examples\ADC\3ADCs_DMA\main.c (12188, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\3ADCs_DMA\stm32f10x_conf.h (6299, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\3ADCs_DMA\stm32f10x_it.c (29348, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\3ADCs_DMA\stm32f10x_it.h (3842, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\ADC1_DMA\main.c (8476, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\ADC1_DMA\stm32f10x_conf.h (6305, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\ADC1_DMA\stm32f10x_it.c (29218, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\ADC1_DMA\stm32f10x_it.h (3842, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\AnalogWatchdog\main.c (8458, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\AnalogWatchdog\platform_config.h (2234, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\AnalogWatchdog\stm32f10x_conf.h (6309, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\AnalogWatchdog\stm32f10x_it.c (29463, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\AnalogWatchdog\stm32f10x_it.h (3842, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\ExtLinesTrigger\main.c (12147, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\ExtLinesTrigger\stm32f10x_conf.h (6299, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\ExtLinesTrigger\stm32f10x_it.c (29703, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\ExtLinesTrigger\stm32f10x_it.h (3842, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\RegSimul_DualMode\main.c (10107, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\RegSimul_DualMode\stm32f10x_conf.h (6303, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\RegSimul_DualMode\stm32f10x_it.c (29218, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\RegSimul_DualMode\stm32f10x_it.h (3842, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\TIMTrigger_AutoInjection\main.c (11217, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\TIMTrigger_AutoInjection\stm32f10x_conf.h (6299, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\TIMTrigger_AutoInjection\stm32f10x_it.c (29668, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\ADC\TIMTrigger_AutoInjection\stm32f10x_it.h (3842, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\BKP\Backup_Data\main.c (9359, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\BKP\Backup_Data\platform_config.h (2318, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\BKP\Backup_Data\stm32f10x_conf.h (6310, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\BKP\Backup_Data\stm32f10x_it.c (29218, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\BKP\Backup_Data\stm32f10x_it.h (3842, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\BKP\Tamper\main.c (10214, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\BKP\Tamper\main.h (1629, 2010-03-30)
keil官方例程\STM32F10xFWLib\Examples\BKP\Tamper\platform_config.h (2319, 2010-03-30)
... ...

*** This README.TXT file comes with the STR71x Software Library *** ******************************************************************************* THE PRESENT SOFTWARE 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 SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. ******************************************************************************* Example description =================== This example is just a theoretical program which demonstrates how to use the APB software library and shows some features of the APB peripheral, which can for example: - Disable/Enable clock gating for each peripheral, - Disable/Enable reset for each peripheral. This example performs the following: - Disable the I2C0 & I2C1 clocks, - Keep I2C0 and I2C1 under Reset, - Enable clocks for UART 0 1 2 3, - Disable Reset for UART 0 1 2 3. Directory contents ================== scat.scf Scatter file 71x_conf.h Library Configuration file 71x_it.c Interrupt handlers main.c Main program Hardware implementation ======================= This example works as standalone on the STR7-Eval board (mb393) and extra hardware implementation is not required to run the example. How to use it ============= In order to make the program work, you must do the following : - Just compile and run it. (C) COPYRIGHT 2003 STMicroelectronics

近期下载者

相关文件


收藏者