-
一个已经在使用的16位DAC8830的源码,有用的,欢迎下载
一个已经在使用的16位DAC8830的源码,有用的,欢迎下载-One already in use 16-bit DAC8830 source, useful, and welcome to download
- 2022-03-10 23:31:55下载
- 积分:1
-
With the 1602 display clock, with three buttons. There keil file proteus file.
用1602显示时钟,带3个按钮。有keil文件 proteus 文件。-With the 1602 display clock, with three buttons. There keil file proteus file.
- 2022-07-01 05:14:15下载
- 积分:1
-
嵌入式操作系统TCP/IP协议栈的socket小程序,可以运行
嵌入式操作系统TCP/IP协议栈的socket小程序,可以运行-A small socket program of TCP/IP protocol in bedded system ,it can run.
- 2023-02-23 03:30:04下载
- 积分:1
-
测试了晶体
使用晶体振荡器顺心我们可以验证的晶体运行此程序的设施提供了 Msp430 据点。
- 2022-01-27 16:28:17下载
- 积分: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
-
Nucleus plus notes of transplantation. Is to Nucleus Plus for 68xxx as the basis...
Nucleus plus 的移植笔记.是以以Nucleus Plus for 68xxx 为基础,进行移植。移植文件主要包括四个和硬件相关的文件.-Nucleus plus notes of transplantation. Is to Nucleus Plus for 68xxx as the basis for transplantation. Portable document includes four major hardware and related documents
- 2022-09-02 13:30:03下载
- 积分:1
-
MMU debug using AXD Notes address mapping procedure described in detail to start...
使用AXD调试MMU地址映射程序手记
详细介绍了MMU启动的全过程-MMU debug using AXD Notes address mapping procedure described in detail to start the whole process of MMU
- 2022-01-30 19:39:37下载
- 积分:1
-
2410+FPAG+DSP开发板原理图,与大家一起学习。
2410+FPAG+DSP开发板原理图,与大家一起学习。
- 2022-12-27 17:25:03下载
- 积分:1
-
ActiveX安装服务器版本2.0.5 chipsbrain工程师最终版本
ActiveX Setup Server Version 2.0.5 Chipsbrain Engineer Final Release
-ActiveX Server Version 2.0.5 Chipsb rain Engineer Final Release
- 2022-02-05 17:46:00下载
- 积分:1
-
mini stm32 arm 跑马灯实验精简高效
资源描述mini stm32 arm 跑马灯实验精简高效,跑马灯独立看门狗串口外部中断等程序
- 2022-08-04 02:23:38下载
- 积分:1