搜索资源列表
vs1003.用C8051F020单片机控制FLASH存储器
- 用C8051F020单片机控制FLASH存储器SST25VF016B的简单的读写操作!每从UART口输入一个字符存入存储器后再从存储器读出从UART口输出。,C8051F020 single chip control with FLASH memory to read and write simple SST25VF016B operation! UART input from the mouth of each character into memory and then read out f
SST25VF016B.rar
- SST 的SPI FLASH 驱动程序,给大家在做SPI是做参考用,,SST
dg128_monitor
- 此程序是MC9S12DG128的C语言版监控程序,通过它能够帮你知道128是如何烧写自己的FLASH的。-This program is MC9S12DG128 C-language version of monitoring program, through it can help you know how Shaoxie 128 of its own FLASH.
LPC2214_NandFlash
- 這是一個LPC2214 Nand flash 程序 示範如何使用 Nandflash-This is a LPC2214 Nand flash procedures demonstrate how to use the NANDFLASH
FLASH
- 实现c8051f310的片内flash读写-Realization C8051F310-chip flash read and write
msp430x54x_flashwrite_04
- MSP430x54x Flash读写代码-MSP430x54x Flash write sample code
FLASH
- 随着FLASH在单片机应用中越来越成熟,我们会遇到在许多单片机中需要对FLASH擦写的操作,这个代码是一个对MC9S12XS128 FLASH进行操作的例子-FLASH in the single-chip applications with more and more mature, we will encounter in many of the need for single-chip FLASH write operation, the code MC9S12XS128 FLASH is
FLASH
- C8051F340单片机对其内部flash进行单字节读写,以及对多字节的读写,拷贝,擦除,修改-C8051F340 MCU its internal flash to single-byte read and write, as well as multi-byte read and write, copy, erase, modify
datapage
- xs128单片机分页程序 一个相当不错的程序 -xs128
beep-qu-dong
- 上一节讲了利用累计定时中断次数实现LED灯闪烁,这个例子同时也第一次展示了我最完整的实战程序框架: 用switch语句实现状态机,外加定时中断。这个框架看似简单,实际上就是那么简单。我做的所有开发项目都是基于这个简单框架, 但是非常好用。上一节只有一个单任务的LED灯在闪烁,这节开始,我们多增加一个蜂鸣器报警的任务,要教会大家四个知识点: 第一点:蜂鸣器的驱动程序框架编写。 第二点:多任务处理的程序框架。 第三点:如何控制蜂鸣器声音的长叫和短叫。