-
Altera DE2
Altera DE2-70开发板的使用手册-Altera DE2-70 development board manual
- 2023-02-22 22:55:04下载
- 积分:1
-
基于Freescale
基于Freescale-smac的点对点通讯。
简介:在Router(特征:接口为COM口)上实现点对点通信。
子工程:
1、接收端receiver_13213_ver2.0
(目前只写了接收端部分,我打算用已经调试好的13213-NCB
作为发送端,如果测试通过,我会写与它配套的发送端程序)
功能详述:
1、发送端与接收端上电后均为DS2点亮;
2、发送端启动以后,大约每1s发送一个数据包"ABCD",每次发送时
DS3点亮,并持续0.5s
3、接收端收到信号后,DS3将点亮,持续0.25s
4、所以总的效果是:两块板子启动以后均为DS2点亮,发送端的DS3
以1s左右为周期闪烁,灯亮的时间为0.5s;接收端的板子DS3随着发
送端的DS3闪烁,周期也为1s,但灯亮的时间为0.25s。
试验的时候,如果看到接收端的DS3在不停的闪,那么说明两块板子
能实现点对点通信。
备注:该工程的两个文件夹transmitter_13213_ver2.0、receiver_13213_ver2.0
要放到FreescaleSMAC4.2S08apps 目录下才能正常编译、连接,
否则可能报错。-err
- 2022-02-14 23:34:19下载
- 积分:1
-
红外遥控接收
ORG 0000H
LJMP START 转入主程序
ORG 0010H
START:
MAIN:
JNB P2...
红外遥控接收
ORG 0000H
LJMP START 转入主程序
ORG 0010H
START:
MAIN:
JNB P2.2,IR
LJMP MAIN
以下为进入P3.2脚外部中断子程序,也就是解码程序
IR:
MOV R6,#9
SB:
ACALL DELAY882 调用882微秒延时子程序
JB P2.2,EXIT 延时882微秒后判断P3.2脚是否出现高电平如果有就退出解码程序
DJNZ R6, SB 重复10次,目的是检测在8820微秒内如果出现高电-infrared remote control receiver ORG 0000H LJMP START into main program ORG 0010H START : MAIN : JNB P2.2, IR LJMP MAIN below to enter P3.2 foot external interrupt subroutine, which is decoding procedures IR : MOV R6, SB# 9 : Calling ACALL DELAY882 882 microsecond delay subroutine JB P2.2, EXIT 882 microsecond delay after the judgment whether there P3.2 feet to I quit if decoding procedures DJNZ R6, SB repeated 10 times, the purpose is to test if within 8,820 microsecond high
- 2022-07-21 10:12:11下载
- 积分:1
-
用于MSP430169驱动12864的液晶显示器,仅供参考。
用于MSP430169驱动12864的液晶显示器,仅供参考。-12864 for MSP430169 drive liquid crystal displays, for informational purposes only.
- 2022-06-26 05:33:09下载
- 积分:1
-
c语言实现的16分钟录音芯片ISD4004的操作源程序。可以参考一下...
c语言实现的16分钟录音芯片ISD4004的操作源程序。可以参考一下-c language of the 16-minute recording chip ISD4004 operation source. Can reference
- 2022-07-19 16:36:20下载
- 积分:1
-
周立功的工程师 陈明计
对Small RTOS的移植代码
周立功的工程师 陈明计
对Small RTOS的移植代码-Zhou Chen, who include engineers on the transplant Small RTOS code
- 2022-12-23 10:05:03下载
- 积分:1
-
本文件为单片机的延时子程序,采用8051f040系列单片机,供单片机初学者学习使用。...
本文件为单片机的延时子程序,采用8051f040系列单片机,供单片机初学者学习使用。-This document is for single-chip delay of the subroutine, the use of single-chip 8051f040 series for beginners to learn the use of single-chip microcomputer.
- 2022-07-22 01:17:54下载
- 积分:1
-
基于单片机的USB设计方案,该方案包括了电路原理图、PCB布局图、单片机端的源程序和PC端的USB调试助手,该方案内容详尽。...
基于单片机的USB设计方案,该方案包括了电路原理图、PCB布局图、单片机端的源程序和PC端的USB调试助手,该方案内容详尽。-USB single-chip design based on the Program, which includes the circuit schematic, PCB layout, Microcontroller and PC client-side source code of the USB debugging aides, the program detailed.
- 2022-04-08 12:17:38下载
- 积分:1
-
msp430f169 flash操作 430单片机有丰富的外围模块其中flash模块可以使程序员在下载完程序后仍能对flash进行读写...
msp430f169 flash操作 430单片机有丰富的外围模块其中flash模块可以使程序员在下载完程序后仍能对flash进行读写-430 Singlechip msp430f169 flash operation has a wealth of external flash module module which allows programmers to download End procedures can still read and write to flash
- 2022-07-25 18:04:09下载
- 积分:1
-
单片机C语言开发软件KEIL C,该软件上手容易,适宜于各个阶段的单片机爱好者...
单片机C语言开发软件KEIL C,该软件上手容易,适宜于各个阶段的单片机爱好者-Singlechip C language development software KEIL C, the software easier to use, suitable for all stages of the single-chip lovers
- 2022-01-21 01:31:05下载
- 积分:1