-
arm on the gprs communication module, the test can be oh, want to be useful to y...
arm上的gprs通信模块,测试可用哦,希望对你有用啦。-arm on the gprs communication module, the test can be oh, want to be useful to you啦.
- 2022-03-12 14:24:16下载
- 积分:1
-
TLC2543 the linux driver makefile file, based on the ARM9 core chip S3C2410
tlc2543的linux驱动程序的makefile文件,基于ARM9核S3C2410芯片-TLC2543 the linux driver makefile file, based on the ARM9 core chip S3C2410
- 2023-03-01 12:15:03下载
- 积分:1
-
外部中断INT0模拟1200bps串口通讯。一次MCU可以可以接收并通过MCU向下位机发送30个字节。
外部中断INT0模拟1200bps串口通讯。一次MCU可以可以接收并通过MCU向下位机发送30个字节。-external interrupt INT0 simulated 1200 serial communication. A MCU can be accepted and passed down MCU can send 30 bytes.
- 2022-04-27 21:24:24下载
- 积分:1
-
uclinux introduction book
uclinux introduction book
- 2023-07-19 01:25:04下载
- 积分: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
-
语音即录即放程序
语音即录即放程序--Real-time voice record/play program.
- 2022-04-27 05:36:18下载
- 积分:1
-
在IAR平台海量存储的USB设备at91sam7s系列测试代码
Include startup files and peripherial devices Code for Atmel ARM7 development-At91SAM7S Series Test Code for Mass Storage USB device under IAR platform
- 2023-09-01 02:50:02下载
- 积分:1
-
tms320c5409 firs source code
tms320c5409 firs source code
- 2022-02-02 00:34:41下载
- 积分:1
-
i2c bus interfacing with memory based on stellaris lm3s
此源代码包含与EEPROM与stellaris lm3s9b92接口相关的代码。
- 2023-02-03 21:40:04下载
- 积分:1
-
c51的 学习代码 主要是一些模块的 功能代码 希望初学者来学习...
c51的 学习代码 主要是一些模块的 功能代码 希望初学者来学习-c51 learning the code is mainly the function of a number of code modules for beginners to learn hope
- 2022-01-26 07:42:22下载
- 积分:1