資源簡介
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全自動抓雞工具!
評論
共有 條評論