TC26X GPT12DEMO


英飞凌TC26X GPT12模块定时器DEMO 定时器中断,可以直接使用
资源截图
代码片段和文件信息
/**
 * file Cpu0_Main.c
 * rief System initialisation and main program implementation.
 *
 * version iLLD_Demos_1_0_0_8_0
 * copyright Copyright (c) 2013 Infineon Technologies AG. All rights reserved.
 *
 *
 *                                 IMPORTANT NOTICE
 *
 *
 * Infineon Technologies AG (Infineon) is supplying this file for use
 * exclusively with Infineon‘s microcontroller products. This file can be freely
 * distributed within development tools that are supporting such microcontroller
 * products.
 *
 * THIS SOFTWARE IS PROVIDED “AS IS“.  NO WARRANTIES WHETHER EXPRESS IMPLIED
 * OR STATUTORY INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
 * INFINEON SHALL NOT IN ANY CIRCUMSTANCES BE LIABLE FOR SPECIAL INCIDENTAL
 * OR CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER.
 */

/******************************************************************************/
/*----------------------------------Includes----------------------------------*/
/******************************************************************************/

#include “Cpu0_Main.h“
#include “SysSe/Bsp/Bsp.h“
#include “Gpt12Demo.h“

/******************************************************************************/
/*------------------------Inline Function Prototypes--------------------------*/
/******************************************************************************/

/******************************************************************************/
/*-----------------------------------Macros-----------------------------------*/
/******************************************************************************/

/******************************************************************************/
/*------------------------Private Variables/Constants-------------------------*/
/******************************************************************************/

/******************************************************************************/
/*------------------------------Global variables------------------------------*/
/******************************************************************************/
App_Cpu0 g_AppCpu0; /**< rief CPU 0 global data */

/******************************************************************************/
/*-------------------------Function Implementations---------------------------*/
/******************************************************************************/

/** rief Main entry point after CPU boot-up.
 *
 *  It initialise the system and enter the endless loop that handles the demo
 */
int main(void)
{
    /* standard PLL & clock initialisation */
    IfxScuCcu_init(&IfxScuCcu_defaultClockConfig);

    /*
     * !!WATCHDOG0 AND SAFETY WATCHDOG ARE DISABLED HERE!!
     * Enable the watchdog in the demo if it is required and also service the watchdog periodically
     * */
    IfxScuWdt_disableCpuWatchdog(

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

     文件      18838  2017-02-05 13:38  Gpt12Demo.cproject

     文件        577  2017-02-05 11:25  Gpt12Demo.project

     文件       1905  2017-02-05 11:25  Gpt12DemoConfiguration.h

     文件       3367  2017-02-05 11:25  Gpt12DemoConfigurationIsr.h

     文件       3825  2017-02-05 11:25  Gpt12DemoCpu0_Main.c

     文件       2651  2017-02-05 11:25  Gpt12DemoCpu0_Main.h

     文件      71522  2017-02-05 11:25  Gpt12Democstart.c

     文件      12147  2017-02-05 11:25  Gpt12Democstart.h

     文件      13606  2017-02-05 13:36  Gpt12DemoDebug.Cpu0_Main.o.d

     文件        960  2017-02-05 13:36  Gpt12DemoDebug.Cpu0_Main.o.opt

     文件        351  2017-02-05 13:36  Gpt12DemoDebug.cstart.o.d

     文件        948  2017-02-05 13:36  Gpt12DemoDebug.cstart.o.opt

     文件      22840  2017-02-05 13:38  Gpt12DemoDebug.Gpt12Demo.elf.d

     文件       9661  2017-02-05 13:37  Gpt12DemoDebug.Gpt12Demo.elf.opt

     文件      14968  2017-02-05 13:36  Gpt12DemoDebug.Gpt12Demo.o.d

     文件        960  2017-02-05 13:36  Gpt12DemoDebug.Gpt12Demo.o.opt

     文件        255  2017-02-05 13:36  Gpt12DemoDebug.sync_on_halt.o.d

     文件        972  2017-02-05 13:36  Gpt12DemoDebug.sync_on_halt.o.opt

     文件       4681  2017-02-05 13:38  Gpt12DemoDebugconsole.log

     文件     107156  2017-02-05 13:36  Gpt12DemoDebugCpu0_Main.o

     文件     969500  2017-02-05 13:36  Gpt12DemoDebugCpu0_Main.src

     文件      32892  2017-02-05 13:36  Gpt12DemoDebugcstart.o

     文件     153692  2017-02-05 13:36  Gpt12DemoDebugcstart.src

     文件    1299124  2017-02-05 13:38  Gpt12DemoDebugGpt12Demo.elf

     文件     564925  2017-02-05 13:38  Gpt12DemoDebugGpt12Demo.mapxml

     文件       4472  2017-02-05 13:38  Gpt12DemoDebugGpt12Demo.mdf

     文件     126552  2017-02-05 13:36  Gpt12DemoDebugGpt12Demo.o

     文件    3151309  2017-02-05 13:36  Gpt12DemoDebugGpt12Demo.src

     文件       7728  2017-02-05 13:36  Gpt12DemoDebugmakefile

     文件        105  2017-02-05 13:36  Gpt12DemoDebugPinMapper.aurix_pin_mappings.o.d

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

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

发表评论

评论列表(条)