資源簡介
stm32 實現的韋根接受程序,完成的工程;是韋根26/34接受程序

代碼片段和文件信息
/********************?(C)?COPYRIGHT?2008?STMicroelectronics?********************
*?File?Name??????????:?stm32f10x_it.c
*?Author?????????????:?MCD?Application?Team
*?Version????????????:?V1.1
*?Date???????????????:?05/30/2008
*?Description????????:?Main?Interrupt?Service?Routines.
*??????????????????????This?file?provides?template?for?all?exceptions?handler
*??????????????????????and?peripherals?interrupt?service?routine.
********************************************************************************
*?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?SOFTWARE?AND/OR?THE?USE?MADE?BY?CUSTOMERS?OF?THE?CODING
*?INFORMATION?CONTAINED?HEREIN?IN?CONNECTION?WITH?THEIR?PRODUCTS.
*?FOR?MORE?INFORMATION?PLEASE?CAREFULLY?READ?THE?LICENSE?AGREEMENT?FILE?LOCATED?
*?IN?THE?ROOT?DIRECTORY?OF?THIS?FIRMWARE?PACKAGE.
*******************************************************************************/
/*?Includes?------------------------------------------------------------------*/
#include?“includes.h“
#include?“Wiegand.h“
#include?“comService.h“
/*?Private?typedef?-----------------------------------------------------------*/
/*?Private?define?------------------------------------------------------------*/
/*?Private?macro?-------------------------------------------------------------*/
/*?Private?variables?---------------------------------------------------------*/
static?vu32?Index?=?0;
static?vu32?AlarmStatus?=?0;
static?vu32?LedCounter?=?0;
static?u16?LedTick;
/*?Private?function?prototypes?-----------------------------------------------*/
/*?Private?functions?---------------------------------------------------------*/
/*******************************************************************************
*?Function?Name??:?NMIException
*?Description????:?This?function?handles?NMI?exception.
*?Input??????????:?None
*?Output?????????:?None
*?Return?????????:?None
*******************************************************************************/
void?NMIException(void)
{
?
}
/*******************************************************************************
*?Function?Name??:?HardFaultException
*?Description????:?This?function?handles?Hard?Fault?exception.
*?Input??????????:?None
*?Output?????????:?None
*?Return?????????:?None
*******************************************************************************/
void?HardFaultException(void)
{
??/*?Go?to?infinite?loop?when?Hard?Fault?exception?occurs?*/
??while?(1)
??{
??}
}
/*******************************************************************************
*?Function?Name??:?MemManageException
*?Description????:?This?function?handles?Memory?Manage?exception.
*?Input??????????:?None
*?Outp
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????19945??2014-03-28?16:42??Wiegand\BSP\bsp.c
?????文件???????4607??2014-03-28?15:48??Wiegand\BSP\bsp.h
?????文件???????6200??2009-03-10?11:49??Wiegand\stm32f10x_conf.h
?????文件??????33046??2014-05-29?15:07??Wiegand\stm32f10x_it.c
?????文件???????3967??2008-05-29?21:04??Wiegand\stm32f10x_it.h
?????文件???????3226??2014-03-20?14:12??Wiegand\Wiegand.c
?????文件????????378??2014-03-20?11:27??Wiegand\Wiegand.h
?????目錄??????????0??2014-06-12?17:14??Wiegand\BSP
?????目錄??????????0??2014-06-12?17:14??Wiegand
-----------?---------??----------?-----??----
????????????????71369????????????????????9
評論
共有 條評論