文件名称:TinyM0_Routine
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:2.41mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
周立功的TinyM0配套源码。【2011.1.24】TinyM0模板及例程更新
1、TinyM0配套基本外设例程的编写是基于TinyM0核心板+我司的EasyCortex-M3 1300的开发板(相关介绍连接:http://www.embedtools.com/pro_kaifa/ARM/EasyCortex_M3-1300.asp)外设完成,因此用户需要自行购买或设计相关的外设器件Demo板;其中的CAN例程是基于TinyM0-CAN开发板进行编写的。
2、TinyM0更新模板及例程采用CMSIS标准架构进行编写组织;
3、使用uCOS-II模板时,请在工程的uCOSII文件夹下添加V2.52的源码;关于uCOS-II V2.52的开源源码请在网络上或者在uCOS-II的官方网站http://www.micrium.com/上获得。
4、关于中断的使用,请确认用户编写的外设中断服务函数与Startup_LPC11xx.s文件中的中断服务函数名称一致;
5、若用户需要调整的程序堆栈空间大小,可修改Startup_LPC11xx.s文件中Stack_Size和Heap_Size的定义;
6、用户编程调试程序时,默认使用DebugInFlash调试模式 若选择使用ReleaseInFlash模式,下载完程序后芯片将采用CRP2级加密,下一次进行程序下载或调试时,需要先用K-Flash或FlashMagic对芯片进行擦除;-ZLG TinyM0 supporting source.
1、TinyM0配套基本外设例程的编写是基于TinyM0核心板+我司的EasyCortex-M3 1300的开发板(相关介绍连接:http://www.embedtools.com/pro_kaifa/ARM/EasyCortex_M3-1300.asp)外设完成,因此用户需要自行购买或设计相关的外设器件Demo板;其中的CAN例程是基于TinyM0-CAN开发板进行编写的。
2、TinyM0更新模板及例程采用CMSIS标准架构进行编写组织;
3、使用uCOS-II模板时,请在工程的uCOSII文件夹下添加V2.52的源码;关于uCOS-II V2.52的开源源码请在网络上或者在uCOS-II的官方网站http://www.micrium.com/上获得。
4、关于中断的使用,请确认用户编写的外设中断服务函数与Startup_LPC11xx.s文件中的中断服务函数名称一致;
5、若用户需要调整的程序堆栈空间大小,可修改Startup_LPC11xx.s文件中Stack_Size和Heap_Size的定义;
6、用户编程调试程序时,默认使用DebugInFlash调试模式 若选择使用ReleaseInFlash模式,下载完程序后芯片将采用CRP2级加密,下一次进行程序下载或调试时,需要先用K-Flash或FlashMagic对芯片进行擦除;-ZLG TinyM0 supporting source.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TinyM0_Routine/ADC/ADCBurst/ADCBrust.muo
TinyM0_Routine/ADC/ADCBurst/ADCBrust.xmp
TinyM0_Routine/ADC/ADCBurst/CM0/core_cm0.c
TinyM0_Routine/ADC/ADCBurst/CM0/core_cm0.h
TinyM0_Routine/ADC/ADCBurst/LPC11xx/LPC11xx.h
TinyM0_Routine/ADC/ADCBurst/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/ADC/ADCBurst/LPC11xx/system_LPC11xx.c
TinyM0_Routine/ADC/ADCBurst/LPC11xx/system_LPC11xx.h
TinyM0_Routine/ADC/ADCBurst/TKScope.cfg
TinyM0_Routine/ADC/ADCBurst/USER_CODE/main.c
TinyM0_Routine/ADC/ADCInt/ADCInt.muo
TinyM0_Routine/ADC/ADCInt/ADCInt.xmp
TinyM0_Routine/ADC/ADCInt/CM0/core_cm0.c
TinyM0_Routine/ADC/ADCInt/CM0/core_cm0.h
TinyM0_Routine/ADC/ADCInt/LPC11xx/LPC11xx.h
TinyM0_Routine/ADC/ADCInt/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/ADC/ADCInt/LPC11xx/system_LPC11xx.c
TinyM0_Routine/ADC/ADCInt/LPC11xx/system_LPC11xx.h
TinyM0_Routine/ADC/ADCInt/USER_CODE/main.c
TinyM0_Routine/ADC/ADCPolling/ADCPolling.muo
TinyM0_Routine/ADC/ADCPolling/ADCPolling.xmp
TinyM0_Routine/ADC/ADCPolling/CM0/core_cm0.c
TinyM0_Routine/ADC/ADCPolling/CM0/core_cm0.h
TinyM0_Routine/ADC/ADCPolling/LPC11xx/LPC11xx.h
TinyM0_Routine/ADC/ADCPolling/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/ADC/ADCPolling/LPC11xx/system_LPC11xx.c
TinyM0_Routine/ADC/ADCPolling/LPC11xx/system_LPC11xx.h
TinyM0_Routine/ADC/ADCPolling/USER_CODE/main.c
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/.crf
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/CAN_RecSend_Reg.muo
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/CAN_RecSend_Reg.tuo
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/CAN_RecSend_Reg.xmp
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/CM0/core_cm0.c
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/CM0/core_cm0.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/LPC11xx/LPC11xx.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/LPC11xx/system_LPC11xx.c
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/LPC11xx/system_LPC11xx.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/TKScope.cfg
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/can.c
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/can.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/CAN_RecSend_Test.c
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/can_reg_cfg.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/dataType.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/type.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/zlg_can.c
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/zlg_can.h
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/.crf
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/CM0/core_cm0.c
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/CM0/core_cm0.h
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC1100.muo
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC1100.sct
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC1100.tuo
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC1100.xmp
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC11xx/LPC11xx.h
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC11xx/system_LPC11xx.c
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC11xx/system_LPC11xx.h
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/TKScope.cfg
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/USER_CODE/main.c
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/CM0/core_cm0.c
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/CM0/core_cm0.h
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/LPC1100.muo
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/LPC1100.xmp
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/LPC11xx/LPC11xx.h
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/LPC11xx/system_LPC11xx.c
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/LPC11xx/system_LPC11xx.h
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/USER_CODE/main.c
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/CM0/core_cm0.c
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/CM0/core_cm0.h
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/LPC1100_uCOSII.muo
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/LPC1100_uCOSII.xmp
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/LPC11xx/LPC11xx.h
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/LPC11xx/system_LPC11xx.c
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/LPC11xx/system_LPC11xx.h
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/uCOSII/cpu/os_cpu.h
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/uCOSII/cpu/Os_cpu_c.c
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/uCOSII/INCLUDES.H
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/uCOSII/OS_CFG.H
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/uCOSII/readme.txt
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/USER_CODE/main.c
TinyM0_Routine/GPIO/GPIO_BEEP/CM0/core_cm0.c
TinyM0_Routine/GPIO/GPIO_BEEP/CM0/core_cm0.h
TinyM0_Routine/GPIO/GPIO_BEE
TinyM0_Routine/ADC/ADCBurst/ADCBrust.xmp
TinyM0_Routine/ADC/ADCBurst/CM0/core_cm0.c
TinyM0_Routine/ADC/ADCBurst/CM0/core_cm0.h
TinyM0_Routine/ADC/ADCBurst/LPC11xx/LPC11xx.h
TinyM0_Routine/ADC/ADCBurst/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/ADC/ADCBurst/LPC11xx/system_LPC11xx.c
TinyM0_Routine/ADC/ADCBurst/LPC11xx/system_LPC11xx.h
TinyM0_Routine/ADC/ADCBurst/TKScope.cfg
TinyM0_Routine/ADC/ADCBurst/USER_CODE/main.c
TinyM0_Routine/ADC/ADCInt/ADCInt.muo
TinyM0_Routine/ADC/ADCInt/ADCInt.xmp
TinyM0_Routine/ADC/ADCInt/CM0/core_cm0.c
TinyM0_Routine/ADC/ADCInt/CM0/core_cm0.h
TinyM0_Routine/ADC/ADCInt/LPC11xx/LPC11xx.h
TinyM0_Routine/ADC/ADCInt/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/ADC/ADCInt/LPC11xx/system_LPC11xx.c
TinyM0_Routine/ADC/ADCInt/LPC11xx/system_LPC11xx.h
TinyM0_Routine/ADC/ADCInt/USER_CODE/main.c
TinyM0_Routine/ADC/ADCPolling/ADCPolling.muo
TinyM0_Routine/ADC/ADCPolling/ADCPolling.xmp
TinyM0_Routine/ADC/ADCPolling/CM0/core_cm0.c
TinyM0_Routine/ADC/ADCPolling/CM0/core_cm0.h
TinyM0_Routine/ADC/ADCPolling/LPC11xx/LPC11xx.h
TinyM0_Routine/ADC/ADCPolling/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/ADC/ADCPolling/LPC11xx/system_LPC11xx.c
TinyM0_Routine/ADC/ADCPolling/LPC11xx/system_LPC11xx.h
TinyM0_Routine/ADC/ADCPolling/USER_CODE/main.c
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/.crf
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/CAN_RecSend_Reg.muo
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/CAN_RecSend_Reg.tuo
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/CAN_RecSend_Reg.xmp
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/CM0/core_cm0.c
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/CM0/core_cm0.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/LPC11xx/LPC11xx.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/LPC11xx/system_LPC11xx.c
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/LPC11xx/system_LPC11xx.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/TKScope.cfg
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/can.c
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/can.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/CAN_RecSend_Test.c
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/can_reg_cfg.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/dataType.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/type.h
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/zlg_can.c
TinyM0_Routine/CAN/基于寄存器操作例程/CAN_RecSend_Reg/USER_CODE/zlg_can.h
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/.crf
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/CM0/core_cm0.c
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/CM0/core_cm0.h
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC1100.muo
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC1100.sct
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC1100.tuo
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC1100.xmp
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC11xx/LPC11xx.h
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC11xx/system_LPC11xx.c
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/LPC11xx/system_LPC11xx.h
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/TKScope.cfg
TinyM0_Routine/CAN/基于片上API操作例程/CAN_RecSend_API/USER_CODE/main.c
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/CM0/core_cm0.c
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/CM0/core_cm0.h
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/LPC1100.muo
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/LPC1100.xmp
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/LPC11xx/LPC11xx.h
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/LPC11xx/system_LPC11xx.c
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/LPC11xx/system_LPC11xx.h
TinyM0_Routine/Cortex-M0_Execute_for_lpc1100/USER_CODE/main.c
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/CM0/core_cm0.c
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/CM0/core_cm0.h
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/LPC1100_uCOSII.muo
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/LPC1100_uCOSII.xmp
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/LPC11xx/LPC11xx.h
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/LPC11xx/startup/startup_LPC11xx.s
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/LPC11xx/system_LPC11xx.c
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/LPC11xx/system_LPC11xx.h
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/uCOSII/cpu/os_cpu.h
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/uCOSII/cpu/Os_cpu_c.c
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/uCOSII/INCLUDES.H
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/uCOSII/OS_CFG.H
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/uCOSII/readme.txt
TinyM0_Routine/Cortex-M0_Execute_of_uCOSII_for_lpc1100/USER_CODE/main.c
TinyM0_Routine/GPIO/GPIO_BEEP/CM0/core_cm0.c
TinyM0_Routine/GPIO/GPIO_BEEP/CM0/core_cm0.h
TinyM0_Routine/GPIO/GPIO_BEE
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.