GD32E10x_Demo_Suites


GD32E10x_Firmware_Library,GD32E10x_AddOn,GD32E103R_START_Demo_Suites
资源截图
代码片段和文件信息
/*!
    file  gd32e10x_it.c
    rief 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;
/*!
    rief      this function handles NMI exception
    param[in]  none
    param[out] none
    
etval     none
*/
void NMI_Handler(void)
{
}

/*!
    rief      this function handles HardFault exception
    param[in]  none
    param[out] none
    
etval     none
*/
void HardFault_Handler(void)
{
    /* if Hard Fault exception occurs go to infinite loop */
    while (1){
    }
}

/*!
    rief      this function handles MemManage exception
    param[in]  none
    param[out] none
    
etval     none
*/
void MemManage_Handler(void)
{
    /* if Memory Manage exception occurs go to infinite loop */
    while (1){
    }
}

/*!
    rief      this function handles BusFault exception
    param[in]  none
    param[out] none
    
etval     none
*/
void BusFault_Handler(void)
{
    /* if Bus Fault exception occurs go to infinite loop */
    while (1){
    }
}

/*!
    rief      this function handles UsageFault exception
    param[in]  none
    param[out] none
    
etval     none
*/
void UsageFault_Handler(void)
{
    /* if Usage Fault exception occurs

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    I.A....   1066655  2018-05-31 13:38  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesDocsSchematicGD32E103R-START-Schematic_V1.0.pdf

    I.A....     34071  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDToggleEWARMGD32E103R_START.dep

    I.A....     74819  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDToggleEWARMGD32E103R_START.ewd

    I.A....     55559  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDToggleEWARMGD32E103R_START.ewp

    I.A....    120855  2018-04-10 16:03  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDToggleEWARMGD32E103R_START.ewt

    I.A....       169  2018-04-10 16:03  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDToggleEWARMGD32E103R_START.eww

    I.A....      4156  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDTogglegd32e10x_it.c

    I.A....      2561  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDTogglegd32e10x_it.h

    I.A....      2448  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDTogglegd32e10x_libopt.h

    I.A....      2777  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDTogglemain.c

    I.A....     25074  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDToggleMDK-ARMGD32E103R_START.uvopt

    I.A....     22690  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDToggleMDK-ARMGD32E103R_START.uvproj

    I.A....      2048  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDToggle
eadme.txt

    I.A....      2666  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDTogglesystick.c

    I.A....      2004  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects1_EXTI_KEY_LEDTogglesystick.h

    I.A....     52257  2018-04-19 11:19  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LEDEWARMGD32E103R_START.dep

    I.A....     74859  2018-04-19 11:19  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LEDEWARMGD32E103R_START.ewd

    I.A....     55558  2018-04-19 11:19  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LEDEWARMGD32E103R_START.ewp

    I.A....    120855  2018-04-19 11:19  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LEDEWARMGD32E103R_START.ewt

    I.A....       169  2018-04-19 11:19  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LEDEWARMGD32E103R_START.eww

    I.A....      3650  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LEDgd32e10x_it.c

    I.A....      2563  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LEDgd32e10x_it.h

    I.A....      2450  2018-04-19 11:19  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LEDgd32e10x_libopt.h

    I.A....      2457  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LEDmain.c

    I.A....     25583  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LEDMDK-ARMGD32E103R_START.uvopt

    I.A....     22715  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LEDMDK-ARMGD32E103R_START.uvproj

    I.A....      2073  2018-04-19 11:19  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LED
eadme.txt

    I.A....      2668  2018-04-19 11:19  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LEDsystick.c

    I.A....      2006  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects2_Systick_LEDsystick.h

    I.A....     37519  2018-04-19 11:18  GD32E10x_Demo_SuitesGD32E103R_START_Demo_SuitesProjects3_USBFSDeviceCDC_ACMEWARMCDC_ACM.ewd

............此处省略921个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)