搜索资源列表
Keil_C_for_AT45DB041
- 提供DataFlash(AT45DB041)的底层读写驱动函数,包括内存读写,缓存读写,内存与缓存之间的数据交换等等。-provide DataFlash (AT45DB041) literacy drive the bottom function, memory read and write, read and write cache, and cache memory for data exchange between and so on.
avrhd44780
- 这是我自已写的HD44780 LCD1602液晶屏的程序,是基于AVR单片机上实现的。 /************************************************************************************************** * 简介 * * 本模块仅使用于字符显示液晶模块 * * 当前版本的驱动仅支持以下类型LCD模块驱动: * Hitachi HD44780 或与之兼容的芯片. * * L
STM32F_DMA
- STM32F系列ARM的DMA直接内存读写功能的例子程序,这是STM32F的DMA 5种应用的合集.
USB-D12
- 利用89S52为核心实现的IDE-USB转接器 现在已经实现了主要功能:可以读取文件和复制文件。不支持格式化硬盘功能。 不过速度比较慢,我从本地硬盘复制文件到移动硬盘里去,速度只有50KBytes/S, 因为单片机速度不快,内存又少,USB1.1的速度也不快。另外,代码写得不够好 压缩包内有线路图
c51源程序集合
- 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
CDMA_Workshop_2.7.zip
- 写号步骤: 1、将手机连通CDMA Workshop 2.7,在security选项卡里的 spc中点击读取,将000000填入spc里的方框,点击spc钮选择send, 于是显示spc解锁成功。 2、点击“nam”选项卡,将min填入10位码(就是imsi码去掉46003剩下的),将mcc填入460,mnc填入03,填入imsi15位码,banner填入你想填的字符(我填的中国电信),点击写入即可 3、这一步,就应该写入akey码了(如果不知道AKEY,可以通过电信机房关闭鉴权,但是不
main
- 基于msp430的自动喷药系统,包括串口,超声波,读写内存等模块-failed to translate
SRAM
- KEIL开发的基于STM32F407外部扩展内存的实例。外部扩展2M的SRAM,实现了读写功能。代码由微雪开发板测试通过-KEIL development Based on STM32F407 external expansion memory instance. External expansion 2M of SRAM, the read and write capabilities. By the test code by Flurries development board
HaiBIOS_S3C2410_v1.0
- HaiBIOS 是为我的S3C2410开发板写的一个启动程序。 C盘是RAMDISK,D盘是Nand Flash, E盘是 SD Card 默认是加载d:\MAINPROG.BIN到内存中运行,请修改LoadMain()以符合自己的需要。 如果启动中检测到E盘根目录下有MAINPROG.BIN,将进入shell.方便用户烧写代码。-HaiBIOS is for my S3C2410 development board to write a startup procedure. C
LCA51
- LCA51单片机实验书付实验程序,数据排序,二进制数转换成ASCII码 ,内存块移动,数据传送子程序,查找相同数个数,脉冲计数(定时/计数器实验),扩展存储器读写实验, P1口输入、输出实验-LCA51 experimental single-chip experimental procedure to pay the book, data sorting, binary into ASCII code, the memory block for mobile data transmission
DS1802
- 此程序为经典的DS18B02温度头控制程序基于c51平台的一种全新写法.占用内存小,所写的代码全部包含注释,适合新手学习-This procedure for the classic first DS18B02 temperature control procedures c51 platform based on a new wording. Small memory, contains all the code written by the Notes is suitable for nov
24C02check
- 检测24C02有没有坏的内存单元 向一个地址写一个数,然后读出来,再写一个数,再读出来 ,比较写进去和读出来 * 的数是否相等,若有一组不等,则说明地单元已坏,将坏的单元数加起来,最后通过 * 数据管显示出来-Detection of 24C02 have bad memory cell
24c02detect
- 检测24C02有没有坏的内存单元 向一个地址写一个数,然后读出来,再写一个数,再读出来 ,比较写进去和读出来 * 的数是否相等,若有一组不等,则说明地单元已坏,将坏的单元数加起来,最后通过 * 数据管显示出来-Detection of 24C02 have bad memory cell
24c256
- 写24C256内存芯片的驱动程序,带注解.本程序写入的是我写的一个液晶驱动的画面文件.-Write a 24C256 memory chip driver, with annotations. This procedure is written is that I wrote an LCD driver picture files.
51MCU_net
- PC端开发环境是visual stidio 2005 C#,单片机代码的开发环境是keil,此代码的功能是通过PC端的软件读写单片机内存,并显示在PC界面上,本代码是对单片机外部模块RTLS8019as的寄存器的读写,并且对其内存的批量读写。代码注释详细,具有很好的学习性-PC-side development environment is a visual stidio 2005 C#, microcontroller code development environment is keil,
Project_test
- msp430的程序,包括ds1302,lcd,打印机,串口通信,内存读写,键盘扫描等模块-failed to translate
Store_29c020
- STC89c52单片机对AT89c020内存的读写驱动-STC89c52 chip memory read and write drivers for AT89c020
fat_io_lib
- 方便移植的 fat16/32 库,在应用层、支持文件读写、目录创建、等功能,可以很方便的移植到小内存的系统中,可惜不支持目录删除-Designed for low memory embedded systems, this project is a multi-purpose platform independent C code implementation of a FAT16 & FAT32 driver with read & write support. The library p
IC
- 本实验以AT24C01A卡为例,根据AT24C01A卡的读写时序编写读写卡的程序,把写入IC卡的数据读到系统内存4000H~407EH单元中。-In this experiment, AT24C01A card, for example, according to the timing of the preparation AT24C01A card reader card reader program to read the data written to the IC card system
STM32_read_Tf-SDIO
- STM32通过SDIO读写内存卡数据的程序,并将测试信息通过串口在电脑上显示出来,经过调试,可以使用-STM32 SDIO to read and write memory card data, program, and test information through the serial port on the computer display, after debugging, you can use
