-
state_machine-for 8051微控制器
应用背景 ; ;这是一种小 ;8051单片机state_machine。花费少的RAM内存也很有效。你可以添加你个人的任务。它可以管理你的应用程序更有效。它可以直接运行在Keil IDE。 ; ;原操作系统是自由软件;您可以重新分配它的 条件下; ; ;GNU通用公共许可证的自由软件基金会发布的 ; ; ;无论是3版的许可证,或 ;(在你选择的任何版本)。 ; ;原操作系统是分布在希望它有用,但没有任何担保; ; ; ;甚至没有暗示保证 ;适销性或针对特定用途的。 ; ; ;详情请参阅GNU通用公共许可证。 ; ;你应该已经收到一份GNU较宽松通用公共许可证 ; ;随着这个程序。如果不是,jorya.txj@gmail.com写电子邮件 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;---关键技术 ; ; ; ;state_machine,keil 51,8051单片机系列的微操作系统。 ; ;一个特殊的例外,LGPL可以应用你希望分配 ; ;联合工作,包括原始的操作系统,而毋须提供 ; ;任何专有组件的源代码。看到文件exception.txt ; ;详情如何,当异常可以应用。
- 2022-04-16 11:07:38下载
- 积分:1
-
cc2500avr8L.c and cc2500avr.h files developed by me.
cc2500avr8L.c and cc2500avr.h files developed by me.
- 2022-04-29 09:33:15下载
- 积分:1
-
基于lpc2103的arm7代码,使用keil,使用中断实现了串口,I2C,看门狗,定时器...
基于lpc2103的arm7代码,使用keil,使用中断实现了串口,I2C,看门狗,定时器-Arm7 code based on the lpc2103, use keil, use a serial port interrupt, I2C, watchdog, timer
- 2022-03-04 06:51:36下载
- 积分:1
-
sharp arm920t 7A400 of the Evaluation CD
sharp的arm920t 7A400的评估板附带光盘Sharp KEVLH7A400 v0.3b
Welcome to the SHARP KEV7A400 Evaluation board beta starter kit.
This document contains last minute updates to the kit and/or
documentation that were not available at the kit development time.-sharp arm920t 7A400 of the Evaluation CD-ROM attached Sharp KEVLH 7A400 v0.3b Welcome to the SHARP KEV7A400 Evalu ation board beta starter kit. This document con tains last minute updates to the kit and/or docu Sommet that were not available at the dev kit elopment time.
- 2023-02-18 10:15:10下载
- 积分:1
-
UART DSP C6713
它是用来配置 DSP TMS320C6713 comnunicate 与 pc 机通过 UART 的程序。该程序很简单,但它是必要的人是初学者。希望当初学者读此代码,他们将概述 DSP,知道如何有效地使用它。
- 2022-03-18 01:17:19下载
- 积分:1
-
Embedded systems, including principles of experimental report shows that the dev...
嵌入式系统实验报告 包括原理说明,开发过程和相关代码-Embedded systems, including principles of experimental report shows that the development process and associated code
- 2022-10-30 17:50:03下载
- 积分:1
-
汇编源代码大全3
汇编源代码大全3--Assembly source code-3.
- 2022-03-19 04:58:33下载
- 积分:1
-
用四位共阴数码管动态扫描静态显示英文字母:LOVE
用四位共阴数码管动态扫描静态显示英文字母:LOVE
- 2022-11-12 01:40:04下载
- 积分:1
-
WinCe下串行通讯的实现
WinCe下串行通讯的实现-WinCe Serial Communication for the
- 2022-03-05 06:37:35下载
- 积分:1
-
intrrupt 处理 ind lpc 2148
intrrupt 处理 rtf 文件中通过编程很容易去......
这是一个基本教程上 LPC214x Mcu 和如何编程他们为那些新到的中断的中断。开始时,先让我们看看: 什么中断、 Irq 和 Isr是。根据 wiki:"中断是发送给 CPU 的指示系统事件已发生,需要立即关注的信号"。中断请求,即一个 "IRQ" 可以被认为的特别要求,CPU 要执行一个函数(代码的小片) 当一个中断发生时。此函数或 "小块代码" 技术上称为 "中断服务例程" 或 "ISR"。所以当一个 IRQ 到 CPU 到达时,它停止执行当前的代码并开始执行 ISR后 ISR 执行完毕 CPU 获取回它已停止的位置。
- 2022-07-24 10:16:35下载
- 积分:1