-
intel pxa255 平台 bootloader 源代码包
intel pxa255 平台 bootloader 源代码包-Bootloader source code
- 2022-02-28 17:05:26下载
- 积分:1
-
原创 VB上位机控制LED灯程序
应用背景
VB写的控制程序,通过PC端上位机控制,在电路板上实现相应的演示效果。
VB write control procedures, through the PC side of the upper computer control, on the circuit board to achieve the corresponding demonstration effect.
关键技术首先 烧写程序到单片机 晶振 11.0592MHZ连接好串口线打开上位机软件 选择好COM端口 设置波特率为9600
First of all burn to write programs to chip crystal 11.0592Mhz serial line connection open PC software select the COM port to set the baud rate of 9600
- 2022-08-22 03:06:10下载
- 积分:1
-
在ADI公司网站找到一些一些关于AD73360的资料,或许有用
在ADI公司网站找到一些一些关于AD73360的资料,或许有用-In ADI the company
- 2022-03-17 03:51:48下载
- 积分:1
-
嵌入式开发arm芯片的AC97实验代码,已经测试通过
嵌入式开发arm芯片的AC97实验代码,已经测试通过-AC97 chip embedded development arm experimental code has been tested through the
- 2023-04-21 11:20:04下载
- 积分:1
-
此内容是基于atmega16avr单片机设计的。是通过温度传感器18b20测温,通过液晶1602显示当前温度。...
此内容是基于atmega16avr单片机设计的。是通过温度传感器18b20测温,通过液晶1602显示当前温度。-This procedure is based on the test temperature atmega16 through 18b20 liquid crystal display through 1602.
- 2023-04-27 05:05:03下载
- 积分:1
-
C程序写的C8051F330和330 DS18B20的测温程序控制…
C程序写的C8051F330和DS18B20的测温程序,通过330转换成0~2mA的电流输出。-C8051F330 program written in C and the temperature program DS18B20 by 330 to convert the current output 0 ~ 2mA.
- 2022-07-18 05:00:14下载
- 积分:1
-
嵌入式设备上的Linux系统的开发,非常好非常好的资料
嵌入式设备上的Linux系统的开发,非常好非常好的资料-embedded devices on the Linux system development, very good very good information
- 2022-05-12 09:56:56下载
- 积分:1
-
PIC16F877A 24C02读写
资源描述
/***************************************************************************
* 文件名:24c02
* 功 能:利用IIC总线对eeprom 24c02,进行读写
* 作 者:TXMCU
* 日 期:
* 备 注:
//软件思路:当按键KEY0按下时,把6个连续的数据写入到6个连续的单元内,
//写完成后数码管显示单个0,做为完成标志位,当按键KEY1按下后,
//读取EEPROM连续六个单元,读取结果送6位数码管显示
//
//开发板连接方法:将JP10 JP11 JP12 JP13这4个跳线帽分别接到24C02位置
// 把JP8的的跳线帽跳到DPY位置上,JP14选择在IO口位置上
****************************************************************************/
#include
__CONFIG(0x1832);
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡
#define address 0xa
#define nop() asm("asm")
//定义待写入的数据
const char ee_data_write[] = {0, 4, 2, 3, 3, 1};
//定义读取数据存放的缓冲区
unsigned char ee_date[6];
//定义0-9的显示代码
- 2022-03-18 07:32:17下载
- 积分:1
-
文件系统源码(汇编)
文件系统源码(汇编)-source file system (compilation)
- 2023-01-04 13:45:03下载
- 积分:1
-
DS1302时间和RAM的读写
DS1302时间和RAM的读写-DS1302 time and the read and write RAM
- 2022-01-25 20:33:32下载
- 积分:1