資源簡介
QN8027的STM32的驅動代碼,比較實用,整個工程項目都有,直接下載直接使用!
代碼片段和文件信息
/**
??******************************************************************************
??*?@file????Project/STM32F2xx_StdPeriph_Template/stm32f2xx_it.c
??*?@author??MCD?Application?Team
??*?@version?V1.1.0
??*?@date????13-April-2012
??*?@brief???Main?Interrupt?Service?Routines.
??*??????????This?file?provides?template?for?all?exceptions?handler?and
??*??????????peripherals?interrupt?service?routine.
??******************************************************************************
??*?@attention
??*
??*?©?COPYRIGHT?2012?STMicroelectronics
??*
??*?Licensed?under?MCD-ST?Liberty?SW?License?Agreement?V2?(the?“License“);
??*?You?may?not?use?this?file?except?in?compliance?with?the?License.
??*?You?may?obtain?a?copy?of?the?License?at:
??*
??*????????http://www.st.com/software_license_agreement_liberty_v2
??*
??*?Unless?required?by?applicable?law?or?agreed?to?in?writing?software
??*?distributed?under?the?License?is?distributed?on?an?“AS?IS“?BASIS
??*?WITHOUT?WARRANTIES?OR?CONDITIONS?OF?ANY?KIND?either?express?or?implied.
??*?See?the?License?for?the?specific?language?governing?permissions?and
??*?limitations?under?the?License.
??*
??******************************************************************************
??*/
/*?Includes?------------------------------------------------------------------*/
#include?“includes.h“
/**?@addtogroup?Template_Project
??*?@{
??*/
/*?Private?typedef?-----------------------------------------------------------*/
/*?Private?define?------------------------------------------------------------*/
/*?Private?macro?-------------------------------------------------------------*/
/*?Private?variables?---------------------------------------------------------*/
/*?Private?function?prototypes?-----------------------------------------------*/
/*?Private?functions?---------------------------------------------------------*/
/******************************************************************************/
/*????????????Cortex-M3?Processor?Exceptions?Handlers?????????????????????????*/
/******************************************************************************/
/**
??*?@brief???This?function?handles?NMI?exception.
??*?@param??None
??*?@retval?None
??*/
void?NMI_Handler(void)
{
}
/**
??*?@brief??This?function?handles?Hard?Fault?exception.
??*?@param??None
??*?@retval?None
??*/
void?HardFault_Handler(void)
{
??/*?Go?to?infinite?loop?when?Hard?Fault?exception?occurs?*/
??while?(1)
??{
??}
}
/**
??*?@brief??This?function?handles?Memory?Manage?exception.
??*?@param??None
??*?@retval?None
??*/
void?MemManage_Handler(void)
{
??/*?Go?to?infinite?loop?when?Memory?Manage?exception?occurs?*/
??while?(1)
??{
??}
}
/**
??*?@brief??This?function?handles?Bus?Fault?exception.
??*?@param??None
??*?@retval?None
??*/
void?BusFault_Handler(void)
{
??/*?Go?to?infinite?loop?when?Bus?Fault?exception?occurs?*/
??while?(1)
??{
??}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-01-05?09:31??STM32F2_QN8027代碼\
?????目錄???????????0??2015-01-05?09:31??STM32F2_QN8027代碼\Project\
?????文件??????????19??2014-10-29?09:17??STM32F2_QN8027代碼\Project\ExtDll.iex
?????文件??????387336??2014-12-15?13:45??STM32F2_QN8027代碼\Project\FM_Demo.axf
?????文件????????8856??2014-12-15?13:45??STM32F2_QN8027代碼\Project\FM_Demo.bin
?????文件?????????483??2014-12-15?13:45??STM32F2_QN8027代碼\Project\FM_Demo.build_log.htm
?????文件???????24965??2014-12-15?13:45??STM32F2_QN8027代碼\Project\FM_Demo.hex
?????文件???????77663??2014-12-15?13:45??STM32F2_QN8027代碼\Project\FM_Demo.htm
?????文件????????1025??2014-11-18?09:51??STM32F2_QN8027代碼\Project\FM_Demo.lnp
?????文件???????93702??2014-12-15?13:45??STM32F2_QN8027代碼\Project\FM_Demo.map
?????文件?????????479??2014-10-27?17:33??STM32F2_QN8027代碼\Project\FM_Demo.sct
?????文件??????136903??2014-12-15?13:45??STM32F2_QN8027代碼\Project\FM_Demo.uvgui.Administrator
?????文件??????137045??2014-12-15?11:16??STM32F2_QN8027代碼\Project\FM_Demo.uvgui_Administrator.bak
?????文件???????32896??2014-12-15?11:16??STM32F2_QN8027代碼\Project\FM_Demo.uvopt
?????文件???????25097??2014-11-18?10:33??STM32F2_QN8027代碼\Project\FM_Demo.uvproj
?????文件??????104279??2014-12-15?13:45??STM32F2_QN8027代碼\Project\FM_Demo_Target?1.dep
?????文件???????32896??2014-11-18?13:49??STM32F2_QN8027代碼\Project\FM_Demo_uvopt.bak
?????文件???????25124??2014-10-29?19:34??STM32F2_QN8027代碼\Project\FM_Demo_uvproj.bak
?????文件????????2471??2014-11-18?10:33??STM32F2_QN8027代碼\Project\Jli
?????文件?????????671??2014-10-28?18:08??STM32F2_QN8027代碼\Project\Jli
?????文件??????395010??2014-11-18?09:51??STM32F2_QN8027代碼\Project\main.crf
?????文件????????2227??2014-11-18?09:51??STM32F2_QN8027代碼\Project\main.d
?????文件??????147950??2014-10-28?11:01??STM32F2_QN8027代碼\Project\main.i
?????文件?????1806813??2014-10-28?11:01??STM32F2_QN8027代碼\Project\main.lst
?????文件??????433512??2014-11-18?09:51??STM32F2_QN8027代碼\Project\main.o
?????文件????????4249??2014-10-28?10:59??STM32F2_QN8027代碼\Project\main.txt
?????文件??????393117??2014-10-29?16:28??STM32F2_QN8027代碼\Project\misc.crf
?????文件????????2171??2014-10-29?16:28??STM32F2_QN8027代碼\Project\misc.d
?????文件??????149780??2014-10-28?11:01??STM32F2_QN8027代碼\Project\misc.i
?????文件?????1822588??2014-10-28?11:01??STM32F2_QN8027代碼\Project\misc.lst
?????文件??????429572??2014-10-29?16:28??STM32F2_QN8027代碼\Project\misc.o
............此處省略284個文件信息
評論
共有 條評論