搜索资源列表
LCD12864DG128
- 基于飞思卡尔DG128的液晶屏LCD12864的驱动程序,感谢龚球的帮助,不然还真没法找到BUG-LCD screen is based on Freescale DG128 LCD12864 driver, thanks to the help of the ball Gong, or really can not find the BUG
interrupt.rar
- MC9s12d系列单片机中断程序实例,本程序在DP256,DG128两种实验平台上测试通过。此系列单片机有56种中断,其余中断程序可仿照此程序编写,MC9s12d Series Singlechip interrupted instance, the procedures in the DP256, DG128 two experimental platform test. This series there are 56 kinds of single-chip interrupted, an
C17_MSCAN12SelfTest
- dg128 Can总线自发自收消息进行自检测操作 -dg128 Can
codewarrior_example
- 本文件夹是为用户提供的codeworrior编程范例,旨在通过给出的范例使用户对odeworrior的使用有所了解。 其中: "CAN0 CAN4 C"是CAN0和CAN4通讯的程序。用户可参照此例程设置MSCAN模块。 "LED"是《开发套件使用文档》中创建的codewarrior工程。 "Port ucosii V252"是嵌入式操作系统uC/OS-II在DP256/DG128上移植的范例。 "printpp"是帮助用户调试的一个工具,它相当于C提供的printf函数,但
ucos_dg128
- UCOSII在mcs12dg128上的移植,有包括初始化任务,红绿灯,互斥信号量,建立统计任务,空闲任务,任务额外信息,消息队列在内的6个工程。内容十分详尽,适合UCOS的学习。不过因为文件过多,低license无法编译,请自行申请license-UCOSII at mcs12dg128 on the transplant, including initialization tasks, the traffic lights, mutual exclusion semaphores, set u
Freescale_DG128_Singlechip_octave_procedures
- 飞思卡尔dg128倍频程序源代码,可提高到24m的速度。-Freescale dg128 octave source code, can be increased to the speed of 24m.
demoCAN
- DG128 CAN接口程序 在飞思卡尔DG128完成CAN总线协议的通信-DG128 CAN
CANsend
- 这是用飞思卡尔dg128单片机编的CAN总线发送程序,开发环境codewarrior4.6-It is compiled by Freescale MCU CAN bus dg128 sending process, development environment codewarrior4.6
CAN
- 这是基于飞思卡尔多个dg128单片机的CAN接收程序,开发环境codewarrior4.6-This is based on Freescale' s MCU CAN over dg128 receiver program
FreescaleDG128B_development_board_democode
- freescale DG128开发板代码,主要包括CAN模块,SCI模块,LCD模块,LED模块的初始化代码,及通讯程序-Attached file is mainly about the code of DG128 development board with the core product of Freescale,which includes the initialization code of MSCAN,SCI,LCD,and LED,and also contains Transc
C17_MSCAN12SelfTest
- CAN通讯代码,主要是DG128芯片中应用-CAN communications code
timer
- 用飞思卡尔dg128实现的计时器程序。可以用来实现计时。并且自动保存两次的时间间隔。-Implemented by Freescale dg128 timer program. Can be used for timing. And automatically save the two time intervals.
can-bus-acceptance
- 飞思卡尔dg128单片机 can总线接受程序-The the Freescale the dg128 microcontroller can bus acceptance procedure
CANTestConvalid
- 飞思卡尔dg128芯片的CAN通讯测试校验功能的实现,通过自发自收的循环测试,可以很好的验证CAN通讯功能是否正常。-DG128 chips CAN communication test Freescale check function to achieve, through spontaneous self-closing cycle test, verify the CAN communication function is normal.
FlashWriteRead
- 飞思卡尔dg128芯片,实现芯片的Flash擦写功能,附带串口通信功能,可通过CAN通信输入数据后存储到Flash区域,已通过调试。-Freescale the DG128 chip, chip Flash erase function, with the serial communication function, by CAN communication input data stored in the Flash area, through debugging.
CANtest(DG128)_20130218
- MC9S12DG128的CAN收发程序 MSCAN12通过SCI0接收串口调试助手发送的数据,然后以500k的速率通过 CAN0发送出去同时串口调试助手接收发送的数据,CAN0采用中断接收模式,接收buffer接收到数据即产生中断,在中断程序中接收数据并通过串口发送到调试助手显示。发送接收均能在串口助手中按照16进制分开显示,但接收大量数据还不行,会死机,需要再修改。