-
51 microcontroller and serial communication experiment with PC
51单片机和PC机串口通讯试验 含汇编程序,电路图,所需软件。-51 microcontroller and serial communication experiment with PC-assembler, schematics, required software.
- 2022-11-24 16:50:03下载
- 积分:1
-
Quartus II 7.2 NET例程
DE2_NET
-------
This designs demonstrates how to use the Ethernet port using a Nios II system on the DE2 board. It sends packets, and using a loopback Ethernet cable, it"ll receive the same packets which are then displayed. It also works if the board is connected to another packet source.
Running the Design
------------------
1) Launch the Quartus II software.
2) Open the DE2_NET.qpf project located in the DE2_NET folder. (File menu -> Open Project)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-15 17:13:55下载
- 积分:1
-
Embedded systems class notes ... use the development version of the Samsung ......
嵌入式系统课堂笔记。。。使用三星的开发版本。。。主要是ARM指令集
- 2023-08-30 01:50:04下载
- 积分:1
-
I2C总线驱动。与成功测试。实现多字节存储
I2C总线驱动。与成功测试。实现多字节存储-I2C bus driver. And successfully tested. Multi-byte storage
- 2022-10-12 05:40:03下载
- 积分:1
-
mizi公司的vivi bootloader源代码
mizi公司vivi bootloader源代码-mizi company vivi bootloader source code
- 2022-01-31 16:07:45下载
- 积分:1
-
modbus源代码
modbus 源码,内含crc算法,C语言编写
#include "system.h"
#include "math.h"
unsigned int BUFF[1900];
unsigned char OUTBUFF[452];
//MODBUS主站状态
- 2022-05-30 10:08:53下载
- 积分:1
-
是TCL的另外一个编译(解释)器,TCL是国外制作GUI的模板化工具...
是TCL的另外一个编译(解释)器,TCL是国外制作GUI的模板化工具-TCL is another compiler (interpretation) device, TCL is produced abroad template GUI tools
- 2022-04-09 16:13:47下载
- 积分:1
-
嵌入式系统中的一个显示器的驱动程序,MCU使用8051,现已投产。...
嵌入式系统中的一个显示器的驱动程序,MCU使用8051,现已投产。--A driver program for the monitor in embedded system. MCU uses 8051.
- 2022-02-20 21:05:07下载
- 积分:1
-
wince6.0 X86 INT
关于wince6.0,x86下面的标准流驱动,提供了完整的中断例子,可以修改中断号。
- 2023-01-13 03:45:04下载
- 积分:1
-
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{...
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-Write binary number in C language. Cited code:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
- 2023-08-22 17:30:02下载
- 积分:1