-
大小: 8.59MB文件类型: .rar金币: 1下载: 0 次发布日期: 2023-08-25
- 语言: 其他
- 标签: GD32E10x_Fir
资源简介
GD32E10x_Firmware_Library,GD32E10x_AddOn,GD32E103R_START_Demo_Suites
代码片段和文件信息
/*!
\file gd32e10x_it.c
\brief interrupt service routines
\version 2018-03-26 V1.0.0 demo for GD32E103
*/
/*
Copyright (c) 2018 GigaDevice Semiconductor Inc.
All rights reserved.
Redistribution and use in source and binary forms with or without modification
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS“
AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT
INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT
NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY
WHETHER IN CONTRACT STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.
*/
#include “gd32e10x_it.h“
#include “systick.h“
#include “gd32e103r_start.h“
uint8_t g_button_press_flag = 0;
/*!
\brief this function handles NMI exception
\param[in] none
\param[out] none
\retval none
*/
void NMI_Handler(void)
{
}
/*!
\brief this function handles HardFault exception
\param[in] none
\param[out] none
\retval none
*/
void HardFault_Handler(void)
{
/* if Hard Fault exception occurs go to infinite loop */
while (1){
}
}
/*!
\brief this function handles MemManage exception
\param[in] none
\param[out] none
\retval none
*/
void MemManage_Handler(void)
{
/* if Memory Manage exception occurs go to infinite loop */
while (1){
}
}
/*!
\brief this function handles BusFault exception
\param[in] none
\param[out] none
\retval none
*/
void BusFault_Handler(void)
{
/* if Bus Fault exception occurs go to infinite loop */
while (1){
}
}
/*!
\brief this function handles UsageFault exception
\param[in] none
\param[out] none
\retval none
*/
void UsageFault_Handler(void)
{
/* if Usage Fault exception occurs
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
I.A.... 1066655 2018-05-31 13:38 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Docs\Schematic\GD32E103R-START-Schematic_V1.0.pdf
I.A.... 34071 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\EWARM\GD32E103R_START.dep
I.A.... 74819 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\EWARM\GD32E103R_START.ewd
I.A.... 55559 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\EWARM\GD32E103R_START.ewp
I.A.... 120855 2018-04-10 16:03 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\EWARM\GD32E103R_START.ewt
I.A.... 169 2018-04-10 16:03 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\EWARM\GD32E103R_START.eww
I.A.... 4156 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\gd32e10x_it.c
I.A.... 2561 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\gd32e10x_it.h
I.A.... 2448 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\gd32e10x_libopt.h
I.A.... 2777 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\main.c
I.A.... 25074 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\MDK-ARM\GD32E103R_START.uvopt
I.A.... 22690 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\MDK-ARM\GD32E103R_START.uvproj
I.A.... 2048 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\readme.txt
I.A.... 2666 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\systick.c
I.A.... 2004 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\1_EXTI_KEY_LEDToggle\systick.h
I.A.... 52257 2018-04-19 11:19 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\EWARM\GD32E103R_START.dep
I.A.... 74859 2018-04-19 11:19 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\EWARM\GD32E103R_START.ewd
I.A.... 55558 2018-04-19 11:19 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\EWARM\GD32E103R_START.ewp
I.A.... 120855 2018-04-19 11:19 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\EWARM\GD32E103R_START.ewt
I.A.... 169 2018-04-19 11:19 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\EWARM\GD32E103R_START.eww
I.A.... 3650 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\gd32e10x_it.c
I.A.... 2563 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\gd32e10x_it.h
I.A.... 2450 2018-04-19 11:19 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\gd32e10x_libopt.h
I.A.... 2457 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\main.c
I.A.... 25583 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\MDK-ARM\GD32E103R_START.uvopt
I.A.... 22715 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\MDK-ARM\GD32E103R_START.uvproj
I.A.... 2073 2018-04-19 11:19 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\readme.txt
I.A.... 2668 2018-04-19 11:19 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\systick.c
I.A.... 2006 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\2_Systick_LED\systick.h
I.A.... 37519 2018-04-19 11:18 GD32E10x_Demo_Suites\GD32E103R_START_Demo_Suites\Projects\3_USBFS\Device\CDC_ACM\EWARM\CDC_ACM.ewd
............此处省略921个文件信息
- 上一篇:数学建模经典模型汇总
- 下一篇:激光雷达串口控制台
评论
共有 条评论