CH08-KEA128-FTM_Timer

所属分类:其他
开发工具:C/C++
文件大小:877KB
下载次数:1
上传日期:2020-02-26 13:55:34
上 传 者Nora_25
说明:  功能概要:构件化理解FTM的基本定时功能 版权所有:苏州大学飞思卡尔嵌入式中心(sumcu.suda.edu.cn) 版本更新:2015-05-07 V1.0 1. 工程概述 (1)本工程为KEA128微控制器的FTM基本定时测试程序 (4)启动FTM2计数器溢出中断,中断周期是100ms,每1s进行一次时间的更新, 并转换四盏小灯的状态。 2. 软件环境 (1)Kinetis Design Studio IDE v3.0. 3. 硬件环境 (1)TRK-KEA128 (2)灯0对应的引脚是PORTC0,灯1对应的引脚是PORTC1,灯2对应的引脚是PORTC2, 灯3对应的引脚是PORTC3 4. 实验现象 (1)TRK-KEA128板上的灯每1s转换一次亮暗状态。 (2)通过串口发送字符串"Hello FTM_Timer! 2015-05-07 "
(Function summary: basic timing function of component-based understanding of FTM Copyright: sumcu.suda.edu.cn Version update: 2015-05-07 V1.0)

文件列表:
CH08-KEA128-FTM_Timer (0, 2020-02-25)
CH08-KEA128-FTM_Timer\.cproject (33734, 2020-02-22)
CH08-KEA128-FTM_Timer\.cwGeneratedFileSetLog (322, 2020-02-22)
CH08-KEA128-FTM_Timer\.project (854, 2020-02-22)
CH08-KEA128-FTM_Timer\.settings (0, 2020-02-25)
CH08-KEA128-FTM_Timer\.settings\language.settings.xml (2215, 2020-02-25)
CH08-KEA128-FTM_Timer\01_Doc (0, 2020-02-25)
CH08-KEA128-FTM_Timer\02_CPU (0, 2020-02-26)
CH08-KEA128-FTM_Timer\03_MCU (0, 2020-02-25)
CH08-KEA128-FTM_Timer\03_MCU\SKEAZ1284.h (286508, 2020-02-22)
CH08-KEA128-FTM_Timer\03_MCU\startup.c (2179, 2020-02-22)
CH08-KEA128-FTM_Timer\03_MCU\sysinit.c (1228, 2020-02-22)
CH08-KEA128-FTM_Timer\03_MCU\sysinit.h (522, 2020-02-22)
CH08-KEA128-FTM_Timer\03_MCU\vectors.c (3743, 2020-02-22)
CH08-KEA128-FTM_Timer\03_MCU\vectors.h (2516, 2020-02-22)
CH08-KEA128-FTM_Timer\04_Linker_Files (0, 2020-02-25)
CH08-KEA128-FTM_Timer\04_Linker_Files\intflash.ld (5302, 2020-02-22)
CH08-KEA128-FTM_Timer\05_Driver (0, 2020-02-25)
CH08-KEA128-FTM_Timer\05_Driver\ftm (0, 2020-02-25)
CH08-KEA128-FTM_Timer\05_Driver\ftm\ftm.c (2720, 2020-02-22)
CH08-KEA128-FTM_Timer\05_Driver\ftm\ftm.h (1434, 2020-02-22)
CH08-KEA128-FTM_Timer\05_Driver\gpio (0, 2020-02-25)
CH08-KEA128-FTM_Timer\05_Driver\gpio\gpio.c (7112, 2020-02-22)
CH08-KEA128-FTM_Timer\05_Driver\gpio\gpio.h (3538, 2020-02-22)
CH08-KEA128-FTM_Timer\05_Driver\uart (0, 2020-02-25)
CH08-KEA128-FTM_Timer\05_Driver\uart\uart.c (8841, 2020-02-22)
CH08-KEA128-FTM_Timer\05_Driver\uart\uart.h (4930, 2020-02-22)
CH08-KEA128-FTM_Timer\06_App_Component (0, 2020-02-25)
CH08-KEA128-FTM_Timer\06_App_Component\light (0, 2020-02-25)
CH08-KEA128-FTM_Timer\06_App_Component\light\light.c (1614, 2020-02-22)
CH08-KEA128-FTM_Timer\06_App_Component\light\light.h (2961, 2020-02-25)
CH08-KEA128-FTM_Timer\06_App_Component\timer (0, 2020-02-25)
CH08-KEA128-FTM_Timer\06_App_Component\timer\timer.c (944, 2020-02-25)
CH08-KEA128-FTM_Timer\06_App_Component\timer\timer.h (1607, 2020-02-25)
CH08-KEA128-FTM_Timer\07_Soft_Component (0, 2020-02-25)
CH08-KEA128-FTM_Timer\07_Soft_Component\common (0, 2020-02-25)
CH08-KEA128-FTM_Timer\07_Soft_Component\common\common.c (3138, 2020-02-22)
CH08-KEA128-FTM_Timer\07_Soft_Component\common\common.h (3613, 2020-02-22)
CH08-KEA128-FTM_Timer\07_Soft_Component\printf (0, 2020-02-25)
... ...

功能概要:构件化理解FTM的基本定时功能 版权所有:苏州大学飞思卡尔嵌入式中心(sumcu.suda.edu.cn) 版本更新:2015-05-07 V1.0 1. 工程概述 (1)本工程为KEA128微控制器的FTM基本定时测试程序 (4)启动FTM2计数器溢出中断,中断周期是100ms,每1s进行一次时间的更新, 并转换四盏小灯的状态。 2. 软件环境 (1)Kinetis Design Studio IDE v3.0. 3. 硬件环境 (1)TRK-KEA128 (2)灯0对应的引脚是PORTC0,灯1对应的引脚是PORTC1,灯2对应的引脚是PORTC2, 灯3对应的引脚是PORTC3 4. 实验现象 (1)TRK-KEA128板上的灯每1s转换一次亮暗状态。 (2)通过串口发送字符串"Hello FTM_Timer! 2015-05-07 " ============================================================================= 声明: (1)我们开发的源代码,在本中心提供的硬件系统测试通过,真诚奉献给社会,不足之处, 欢迎指正。 (2)对于使用非本中心硬件系统的用户,移植代码时,请仔细根据自己的硬件匹配。 苏州大学飞思卡尔嵌入式中心(苏州华祥信息科技有限公司) 技术咨询:http://sumcu.suda.edu.cn;0512-65214835 业务咨询:http://www.hxtek.com.cn

近期下载者

相关文件


收藏者