资源简介
STM32 ADC 模数转换代码测试通过
代码片段和文件信息
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : stm32f10x_vector.c
* Author : MCD Application Team
* Version : V2.0.3
* Date : 09/22/2008
* Description : STM32F10x vector table for EWARM5.x toolchain.
* This module performs:
* - Set the initial SP
* - Set the initial PC == __iar_program_start
* - Set the vector table entries with the exceptions ISR address
* - Configure external SRAM mounted on STM3210E-EVAL board
* to be used as data memory (optional to be enabled by user)
* After Reset the Cortex-M3 processor is in Thread mode
* priority is Privileged and the Stack is set to Main.
********************************************************************************
* 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.
*******************************************************************************/
/* Includes ------------------------------------------------------------------*/
#include “stm32f10x_lib.h“
#include “stm32f10x_it.h“
/* Private typedef -----------------------------------------------------------*/
typedef void( *intfunc )( void );
typedef union { intfunc __fun; void * __ptr; } intvec_elem;
/* Private define ------------------------------------------------------------*/
/* Uncomment the following line if you need to use external SRAM mounted on
STM3210E-EVAL board as data memory */
/* #define DATA_IN_ExtSRAM */
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/* Private function prototypes -----------------------------------------------*/
/* Private functions ---------------------------------------------------------*/
#pragma language=extended
#pragma segment=“CSTACK“
void __iar_program_start( void );
#pragma location = “.intvec“
/* STM32F10x Vector Table entries */
const intvec_elem __vector_table[] =
{
{ .__ptr = __sfe( “CSTACK“ ) }
__iar_program_start
NMIException
HardFaultException
MemManageException
BusFaultException
UsageFaultException
0 0 0 0 /* Reserved */
SVCHandler
DebugMonitor
0 /* Reserved */
PendSVC
SysTickHandler
WWDG_IRQHandler
PVD_IRQHandler
TAMPER_IRQHandler
RTC_IRQHandler
FLASH_IRQHa
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 10995 2013-08-03 13:48 STM32_ADC\ADC.dep
文件 45540 2012-12-21 20:07 STM32_ADC\ADC.ewd
文件 47462 2012-12-21 20:07 STM32_ADC\ADC.ewp
文件 157 2012-12-21 20:07 STM32_ADC\ADC.eww
文件 10277 2008-09-21 13:21 STM32_ADC\boot\cortexm3_macro.s
文件 5894 2008-09-21 13:21 STM32_ADC\boot\stm32f10x_vector.c
文件 199984 2012-12-22 10:22 STM32_ADC\Debug\Exe\ADC.out
文件 1399 2013-08-03 13:32 STM32_ADC\Debug\Obj\ADC.pbd
文件 2364 2012-12-21 20:07 STM32_ADC\Debug\Obj\cortexm3_macro.o
文件 17980 2013-02-04 00:37 STM32_ADC\Debug\Obj\main.o
文件 65884 2012-12-21 20:07 STM32_ADC\Debug\Obj\stm32f10x_adc.o
文件 7604 2012-12-21 20:07 STM32_ADC\Debug\Obj\stm32f10x_flash.o
文件 33560 2012-12-21 20:07 STM32_ADC\Debug\Obj\stm32f10x_gpio.o
文件 97644 2012-12-21 20:07 STM32_ADC\Debug\Obj\stm32f10x_it.o
文件 3096 2012-12-21 20:07 STM32_ADC\Debug\Obj\stm32f10x_lib.o
文件 57828 2012-12-21 20:07 STM32_ADC\Debug\Obj\stm32f10x_rcc.o
文件 50076 2012-12-21 20:07 STM32_ADC\Debug\Obj\stm32f10x_usart.o
文件 7492 2012-12-21 20:07 STM32_ADC\Debug\Obj\stm32f10x_vector.o
文件 29218 2008-09-21 13:21 STM32_ADC\interrupt\stm32f10x_it.c
文件 3842 2008-09-21 13:21 STM32_ADC\interrupt\stm32f10x_it.h
文件 2225 2008-09-21 13:21 STM32_ADC\library\inc\cortexm3_macro.h
文件 18854 2008-09-21 13:21 STM32_ADC\library\inc\stm32f10x_adc.h
文件 6911 2008-09-21 13:21 STM32_ADC\library\inc\stm32f10x_bkp.h
文件 12279 2008-09-21 13:21 STM32_ADC\library\inc\stm32f10x_can.h
文件 1881 2008-09-21 13:21 STM32_ADC\library\inc\stm32f10x_crc.h
文件 9598 2008-09-21 13:21 STM32_ADC\library\inc\stm32f10x_dac.h
文件 2859 2008-09-21 13:21 STM32_ADC\library\inc\stm32f10x_dbgmcu.h
文件 17974 2008-09-21 13:21 STM32_ADC\library\inc\stm32f10x_dma.h
文件 5776 2008-09-21 13:21 STM32_ADC\library\inc\stm32f10x_exti.h
文件 13996 2008-09-21 13:21 STM32_ADC\library\inc\stm32f10x_flash.h
............此处省略68个文件信息
- 上一篇:慕课网视频批量工具_v1.6.rar
- 下一篇:3389全自动抓鸡工具!
相关资源
- stm32F1+ov7670+定点定线
- stm32f1 黑点+黑线识别
- LED点阵屏源码32X64中英混合
- TMS320F28027 自带温度传感ADC的一个小程
- ADXL335加速度传感器
- stm32f103_内部flash读写非常好用
- STM32L476串口收发程序
- 基于stm32的人体红外感应
- STM32各个引脚功能Excel表格整理
- stm32f4xxADS1256驱动
- STM32开发板头文件.c.h文件
- stm32位带操作详细说明
- 基于nRF24L01和STM32的无线文件收发系统
- 虚拟示波器软件+stm32测试程序
- stm32F4图像使用迭代阈值法分割图像
- STM32F407的MPU6050三轴DMP度角度源码
- 基于stm32的音乐频谱显示
- ad_0809 Verilog Hdl
- STM32读写时钟PCF8563
- STM32输出SPWM
- SSD1305 SPI DMA驱动
- adc 采样时间 采样周期 采样频率计算
- STM32F103C8T6封装.zip
- STM32几个简单小程序
- 基于STM32F103的SHT11温湿度传感器采集程
- 基于STM32的闹钟程序
- STM32的红外遥控程序,亲测能用
- STM32的待机唤醒程序,亲测能用
- STM32的RTC实时时钟程序,亲测能用
- stm32 外部上升沿触发ADC采集
评论
共有 条评论