-
this code for the fashion DS1302 bell
此代码为市面上流行的DS1302实时钟芯片的驱动-this code for the fashion DS1302 bell-chip drive
- 2023-02-15 09:35:03下载
- 积分:1
-
读BIOS的好代码.很有价值
读BIOS的好代码.很有价值-a good read BIOS code. Value
- 2022-03-22 18:23:39下载
- 积分:1
-
本书是《ARM 嵌入式系统系列教程》中的理论课教材。以PHILIPS 公司LPC2000 系列ARM 微控制器为例,深入浅出地介绍嵌入式系统开发的各个方面。全书...
本书是《ARM 嵌入式系统系列教程》中的理论课教材。以PHILIPS 公司LPC2000 系列ARM 微控制器为例,深入浅出地介绍嵌入式系统开发的各个方面。全书共分为3 部分:第1 章和第2 章为理论部分,主要介绍嵌入式系统的概念及开发方法。第3~5 章为基础部分,主要介绍ARM7 体系结构、指令系统及LPC2000 系列ARM 微控制器的结构原理。第6~8 章为应用部分,主要以LPC2000 系列微控制器为例介绍如何设计嵌入式系统,包括硬件的设计、μC/OSII 的移植以及建立软件开发平台的方法。-This book is " ARM Embedded System Series Tutorials" in the theory of teaching materials. With PHILIPS company LPC2000 series ARM microcontrollers, for example, learn more on various aspects of embedded system development. The book is divided into three parts: Chapter 1 and Chapter 2 the theoretical part, focuses on embedded systems concepts and development methods. 3 ~ 5 s-based parts, mainly introduces the ARM7 architecture, instruction set and LPC2000 series ARM microcontrollers structural principle. 6 ~ 8 s for the application part, mainly in LPC2000 family of microcontrollers, for example describes how to design embedded systems, including hardware design, μC/OSII transplantation and the establishment of software developmen
- 2022-01-25 16:41:28下载
- 积分:1
-
8O51的实用原理图和封装图,新鲜出炉,来着快快看,
8O51的实用原理图和封装图,新鲜出炉,来着快快看,-8O51 practical schematic diagram and package diagram, freshly to look forward to as soon as possible,
- 2022-01-30 13:40:58下载
- 积分:1
-
交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯...
交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯通车,东西红灯。过一段时间转状态2,南北绿灯闪几次转亮黄灯,延时几秒,东西仍然红灯。再转状态3,东西绿灯通车,南北红灯。过一段时间转状态4,东西绿灯闪几次转亮黄灯,延时几秒,南北依然红灯。最后循环至状态1。 2. 双色LED是由一个红色LED管芯和一个绿色管芯封装在一起,公用负端。当红色正端加高电平,绿色正端加低电平,红灯亮;红色正端加低电平,绿色正端加高电平,绿灯亮;两端都加高电平,黄灯亮。 急救车和交通灯: 中断服务程序的关键是:1. 保护进入中断时的状态,并在推出中断之前恢复进入时的状态;2. 必须在中断程序中设定是否允许中断重入,即设置EX0位。 本设计使用了INT0中断,一般中断程序进入时应保护 PSW,ACC以及中断程序使用但非其专用的寄存器。本设计中的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,及设置时不允许重入。本设计中没有涉及这种情况。 name:trled1.asm trled2.asm-traffic lights : 1. Because of the design of the traffic lights, so there must first understand the traffic lights change. Assuming a crossroads for the east-west north-south. Initial state of things 0 red light, red light north-south. Then the state opening of a north-south green, red things. For a period of time to state 2-green flashing yellow light switch several times, a few seconds delay, things are still red. Three sub-state, opening things green, red ligh
- 2022-04-29 18:17:53下载
- 积分:1
-
Linux的PDA输入法
linux pda 输入法-linux pda input method
- 2023-01-13 04:10:03下载
- 积分:1
-
stm32 rfid智能卡
读取操作 stm32zet6读取rfid卡实验,并可以通过串口设置密码,读取操作
- 2022-02-07 12:15:48下载
- 积分:1
-
tinyos中对cc1000芯片的操作实例,其中,tinyos是无限传感器网络节点的嵌入式操作系统。...
tinyos中对cc1000芯片的操作实例,其中,tinyos是无限传感器网络节点的嵌入式操作系统。-tinyos cc1000 chip on the operation of examples, which are unlimited tinyos sensor network nodes embedded operating system.
- 2023-06-02 00:25:02下载
- 积分:1
-
stm32f107基于yeelink的物联网led灯实现
利用yeelink的物联网平台实现的通过手机APP控制开发板led灯开关操作的程序,手机APP使用yeelink官方提供,网络协议栈使用的是LWIP,主控芯片为stm32f107,通过HTTP方式上传和获取服务器信息
- 2023-03-06 22:25:06下载
- 积分:1
-
模数转换模块ad7416的控制程序,用keil51 c实现
模数转换模块ad7416的控制程序,用keil51 c实现-AD7416 analog-digital conversion module of the control procedures, and realize keil51 c
- 2022-02-03 07:32:18下载
- 积分:1