CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码

文件名称: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.
相关搜索: TinyM0 LPC11XX.S

(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com