-
arm_ads 程序调试教程,适合嵌入式开发的调试工作学习。
arm_ads 程序调试教程,适合嵌入式开发的调试工作学习。-arm_ads program debugging tutorials, suitable for debugging embedded development work and study.
- 2022-06-14 22:06:30下载
- 积分:1
-
Embedded tutorial, the embedded linux on in the development and application of
嵌入式教程,有关嵌入式在linux上的开发及应用-Embedded tutorial, the embedded linux on in the development and application of
- 2022-05-06 07:51:55下载
- 积分:1
-
关于s3c4510数据手册的资料以及lumit bootloader有关知识文章
关于s3c4510数据手册的资料以及lumit bootloader有关知识文章--Materials about s3c4510 data manual , and some articles about lumit bootloader.
- 2023-01-10 07:50:03下载
- 积分: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
-
公司开发的CATV网管系统Rabbit2000的源程序
公司开发的CATV网管系统Rabbit2000的源程序-developed by CATV Network Management System Rabbit2000 the source
- 2022-07-19 22:49:12下载
- 积分:1
-
基于s3c2410平台开发的程序,实现了mmu、clock、interrupt、uart等功能,对学习s3c2410,学习arm,学习bootloader有很大...
基于s3c2410平台开发的程序,实现了mmu、clock、interrupt、uart等功能,对学习s3c2410,学习arm,学习bootloader有很大帮助。-Based on S3C2410 platform development process, realize the mmu, clock, interrupt, uart and other functions, learning s3c2410, study arm, has great help learning bootloader.
- 2022-04-13 05:57:23下载
- 积分:1
-
自己收藏的单片机程序――洗衣机的工作原理。c语言编写。
自己收藏的单片机程序――洗衣机的工作原理。c语言编写。-her own collection of SCM procedures-- washing machine works. C language.
- 2022-10-30 09:20:03下载
- 积分:1
-
步进电机驱动器的介绍
步进电机驱动器的介绍-Stepper Motor Driver presentation
- 2022-02-05 04:59:19下载
- 积分:1
-
msp430g2553-SPI
msp430g2553-SPI
- 2022-02-03 06:56:38下载
- 积分:1
-
A Simple isochronous transfer. Reads 8051 ports A,B and C, and continuously send...
A Simple isochronous transfer. Reads 8051 ports A,B and C, and continuously sends a five byte packet over EP8IN:
- 2022-11-07 09:55:04下载
- 积分:1