gsm

所属分类:单片机开发
开发工具:C/C++
文件大小:6982KB
下载次数:31
上传日期:2012-05-06 14:45:43
上 传 者gan88
说明:  gsm模块,有打电话接电话以及发短信接收短信等功能
(GSM module, called the phone and SMS messages and other functions )

文件列表:
程序\my test\cmsis\Core\CM3\core_cm3.c (17206, 2009-06-23)
程序\my test\cmsis\Core\CM3\core_cm3.h (46533, 2009-06-23)
程序\my test\cmsis\Core\CM3\startup\arm\startup_stm32f10x_cl.s (15600, 2010-03-06)
程序\my test\cmsis\Core\CM3\startup\arm\startup_stm32f10x_hd.s (15880, 2010-03-06)
程序\my test\cmsis\Core\CM3\startup\arm\startup_stm32f10x_ld.s (12164, 2009-06-23)
程序\my test\cmsis\Core\CM3\startup\arm\startup_stm32f10x_md.s (12564, 2009-07-28)
程序\my test\cmsis\Core\CM3\startup\gcc\startup_stm32f10x_cl.s (12531, 2009-06-23)
程序\my test\cmsis\Core\CM3\startup\gcc\startup_stm32f10x_hd.s (13007, 2009-06-23)
程序\my test\cmsis\Core\CM3\startup\gcc\startup_stm32f10x_ld.s (9505, 2009-06-23)
程序\my test\cmsis\Core\CM3\startup\gcc\startup_stm32f10x_md.s (9994, 2009-06-23)
程序\my test\cmsis\Core\CM3\startup\iar\startup_stm32f10x_cl.s (16309, 2009-06-23)
程序\my test\cmsis\Core\CM3\startup\iar\startup_stm32f10x_hd.s (16709, 2009-06-23)
程序\my test\cmsis\Core\CM3\startup\iar\startup_stm32f10x_ld.s (12333, 2009-06-23)
程序\my test\cmsis\Core\CM3\startup\iar\startup_stm32f10x_md.s (12594, 2009-06-23)
程序\my test\cmsis\Core\CM3\stm32f10x.h (593382, 2010-08-12)
程序\my test\cmsis\Core\CM3\system_stm32f10x.c (30616, 2009-09-01)
程序\my test\cmsis\Core\CM3\system_stm32f10x.h (2404, 2009-06-23)
程序\my test\cmsis\License.doc (39936, 2009-06-23)
程序\my test\eval\eval.c (1318, 2012-03-18)
程序\my test\eval\eval.h (3013, 2012-03-21)
程序\my test\eval\GPIO\Example1\main.c (6652, 2007-10-08)
程序\my test\eval\GPIO\Example1\stm32f10x_conf.h (5582, 2007-10-08)
程序\my test\eval\GPIO\Example1\stm32f10x_it.c (22693, 2007-10-08)
程序\my test\eval\GPIO\Example1\stm32f10x_it.h (3267, 2007-10-08)
程序\my test\eval\GPIO\Example2\main.c (7698, 2007-10-08)
程序\my test\eval\GPIO\Example2\stm32f10x_conf.h (5580, 2007-10-08)
程序\my test\eval\GPIO\Example2\stm32f10x_it.c (22693, 2007-10-08)
程序\my test\eval\GPIO\Example2\stm32f10x_it.h (3267, 2007-10-08)
程序\my test\eval\LCD\Font.h (16132, 2011-08-11)
程序\my test\eval\LCD\Font_Lib.h (23366, 2011-08-10)
程序\my test\eval\LCD\hz16.c (1416, 2011-08-10)
程序\my test\eval\LCD\hz16.h (1616, 2011-08-10)
程序\my test\eval\LCD\LCD.C (16556, 2012-03-18)
程序\my test\eval\LCD\LCD.H (5026, 2012-03-18)
程序\my test\eval\stm32f10x.h (531293, 2011-08-03)
程序\my test\eval\stm32f10x_conf.h (3116, 2011-08-10)
程序\my test\eval\stm32f10x_it.c (6508, 2012-03-18)
程序\my test\eval\stm32f10x_it.h (2005, 2012-03-14)
... ...

/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V1.0 * Date : 10/08/2007 * Description : Description of the GPIO Example1. ******************************************************************************** * 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 describes how to use GPIO BSRR (Port bit set/reset register) and BRR (Port bit reset register) for IO toggling. These registers allow modifying only one or several GPIO pins in a single atomic write access. Directory contents ================== stm32f10x_conf.h Library Configuration file stm32f10x_it.c Interrupt handlers stm32f10x_it.h Header for stm32f10x_it.c main.c Main program Hardware environment ==================== - Connect four leds to pins PC.06, PC.07, PC.08 and PC.09(respectively LD1, LD2, LD3 and LD4 on STM3210B-EVAL board). How to use it ============= In order to make the program work, you must do the following: - Create a project and setup all your toolchain's start-up files - Compile the directory content files and required Library files: + stm32f10x_lib.c + stm32f10x_gpio.c + stm32f10x_rcc.c + stm32f10x_nvic.c + stm32f10x_flash.c - Link all compiled files and load your image into either RAM or Flash - Run the example ******************* (C) COPYRIGHT 2007 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者