-
tms320c5409 dtmf source code
tms320c5409 dtmf source code
- 2022-03-18 00:08:54下载
- 积分:1
-
一个有关Intel IXP425开发板的数据手册。
一个有关Intel IXP425开发板的数据手册。-An Intel IXP425 development board data sheet.
- 2022-05-09 03:20:51下载
- 积分:1
-
三星的44b0的完整启动程序 启动后让几个led闪烁
三星的44b0的完整启动程序 启动后让几个led闪烁-Samsung 44b0 complete restart after the commencement of proceedings to allow a few led blinking
- 2022-03-12 11:10:12下载
- 积分:1
-
flashdownloader, 利用此程序可以对AMD flash 进行编程操作,平台为ADS1.2...
flashdownloader, 利用此程序可以对AMD flash 进行编程操作,平台为ADS1.2-flashdownloader. this procedure can be used for AMD flash programming operation platform for ADS1.2
- 2023-02-26 15:00:03下载
- 积分:1
-
可用于不同红外遥控器的解码,通过数码显示,简单明了.
可用于不同红外遥控器的解码,通过数码显示,简单明了.-Can be used for different decoding infrared remote control, through the digital display, simple and clear.
- 2022-04-26 16:31:44下载
- 积分: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
-
嵌入式系统下语音压缩编码
嵌入式系统下语音压缩编码-embedded systems Speech Coding
- 2022-02-03 09:06:43下载
- 积分:1
-
关于嵌入式引导技术的设计和应用,其中有几篇是关于uboot的,这些教程都是原作者辛苦的劳动结晶,凝聚成一篇篇工程笔记,特此感谢!...
关于嵌入式引导技术的设计和应用,其中有几篇是关于uboot的,这些教程都是原作者辛苦的劳动结晶,凝聚成一篇篇工程笔记,特此感谢!-Guidance on embedded technology design and application, which has several on uboot, these tutorials are the original author, the crystallization of hard labor, gather into a chapter project notebook, and would like to thank!
- 2022-05-30 17:05:23下载
- 积分:1
-
用于S3c44b0x液晶控制器显示汉字驱动,经测试完全可用,最新完成!...
用于S3c44b0x液晶控制器显示汉字驱动,经测试完全可用,最新完成!--Used for showing Chinese characters in S3c44b0x LCD controller. It works correctly after testing.
- 2022-02-16 03:26:20下载
- 积分:1
-
cs8900芯片的Linux驱动,用于Arm等运行Linux系统的嵌入式设备,该芯片是主流的网卡芯片,并且可以在此基础上轻松的移植到其他同型芯片上...
cs8900芯片的Linux驱动,用于Arm等运行Linux系统的嵌入式设备,该芯片是主流的网卡芯片,并且可以在此基础上轻松的移植到其他同型芯片上-CS8900 chips Linux driver for the Arm, such as running the embedded Linux system equipment, the chip card chips are the mainstream, and on this basis can be easily ported to other chips on the same type
- 2022-01-27 11:59:27下载
- 积分:1