搜索资源列表
FLASHDRV
- AT29C040,W29C040及其兼容小扇区,5V,FLASH MEMORY 读写程序。这类芯片扇区为256字节。MX29C040等512字节需修改扇区字节数据。本程序在成功应用在三菱M30802,M30620等系列CPU上。供参考。-AT29C040, W29C040 small sector and its compatibility, 5V, FLASH MEMORY read and write procedures. Such chips for 256-byte sector. M
c8051的flash读写
- 从 C8051F02x Flash 存储器的结构可以知道,C8051F02x的 Flash 存储器中,不仅具有64KB的 Flash存 储器(其地址为0x0000~0xFFFF,该存储器可以用来存储 程序代码和非易失性数据),还有一个附加的128B的扇 区(该扇区位于0x10000~0x1007F)。 C8051F02x的Flash存 储器中附加的128B的扇区在64KB存储器中是双映射的, 其逻辑地址范围是0x0000~0x007F。许多单片机应用场合 需要使用掉电不丢失内容的数
flashDriver
- Freescale的HCS12处理器上面的flash驱动。支持块擦除、扇区存储、单字读取、单字烧写等操作。在CodeWarrior中开发。-Freescale s HCS12 processor above the flash drive. Support for block erase, sector storage, word reading, vocabulary, etc. programmer operation. Developed in CodeWarrior.
exp-flash
- DSP,C5416,实现FLASH的在线烧写技术,学会编程实现FLASH的扇区烧写、擦除-DSP, C5416, the programming techniques to achieve online FLASH, FLASH programming sectors learn the programming, erase
SD
- sd卡的单片机读写程序,向SD卡读写一个扇区,如果成功则激活P0口流水灯,如果失败则无流水灯。并且随程序运行向串口发送运行状态。-SD card chip reader procedures
FSMCTFT
- FSMC读写SD卡中的各类格式的图片,其中使用了FAT32的文件系统,通过文件系统读取SD中的扇区中的数据-FSMC SD card read and write in various formats, including the use of FAT32 file system, the file system in SD to read data in the sector
TIM1PWM
- FSMC读写SD卡中的各类格式的图片,其中使用了FAT32的文件系统,通过文件系统读取SD中的扇区中的数据-FSMC SD card read and write in various formats, including the use of FAT32 file system, the file system in SD to read data in the sector
SPI
- FSMC读写SD卡中的各类格式的图片,其中使用了FAT32的文件系统,通过文件系统读取SD中的扇区中的数据-FSMC SD card read and write in various formats, including the use of FAT32 file system, the file system in SD to read data in the sector
shumaguan
- FSMC读写SD卡中的各类格式的图片,其中使用了FAT32的文件系统,通过文件系统读取SD中的扇区中的数据-FSMC SD card read and write in various formats, including the use of FAT32 file system, the file system in SD to read data in the sector
simple-os
- 一个简单的操作系统原型,包含了简单的扇区启动,线程管理和页面文件管理等基本模块,可从中学习基本的操作系统原理-A simple prototype of the operating system, including a simple sector start, thread management and page file management module, you can learn the basic operating system principles
SDCARD
- stm32 SDIO 操作的寄存器版本,是根据库函数版本改的,不支持多块写入,貌似是库函数原有的bug,暂时没法解决。使用时依次调用SD_Init(),SD_GetCardInfo(&SDCardInfo),SD_SelectDeselect((u32) (SDCardInfo.RCA << 16)),SD_EnableWideBusOperation(SDIO_BusWide_4b),然后就可以调用扇区读写操作了。-the stm32 SDIO operation of the r
file3_ok
- stm32f107vc 读写ch375扇区,在电路板上测试通过-stm32f107vc read and write ch375
A60-EEPROM
- 对51单片机写入与擦除EEPROM扇区,经过测试运行良好!-51 MCU write and erase EEPROM sector, after a good test run!
Cheap_Flash_FS
- Cheap_Flash_FS(STM32F103ZET6) 嵌入式NandFlash文件系统免费C代码下载 Cheap_Flash_FS 代码已经由我们开发完成,并经过了严格的测试。 坏块管理功能包括基于坏块表的管理程序,可以提供单/多扇区的操作。 多扇区为nandflash专门设计,可以降低NANDFLASH物理擦除数。 其上面可以运行(Cheap_Flash_FS(支持多扇区操作))文件系统。文件系统可支持实时坏块替换,包括擦除块,块移动,写入页产生坏块。文件系统基于NAND
cheap_flash_fs_32bits
- Cheap_Flash 嵌入式NandFlash驱动文件系统源代码下载 Cheap_Flash 代码由我们开发完成,经过了严格的测试。 坏块处理包括基于坏块表的处理程序,提供单/多扇区操作。 多扇区为nandflash处理设计,降低NANDFLASH物理块擦除数,具有扇区预处理分配功能,提高写入速度。 NANDFLASH驱动上面可以运行CheapFAT文件系统。 文件系统可以支持坏块替换,块擦除,块移动,页写入产生坏块。文件系统以NAND_FLASH坏块管理驱动运行。 N
DSP28335的矢量控制程序
- DSP28335的SVPWM程序,包括扇区判断,停留扇区时间判断等。非常好的程序。用于电机调速、逆变器、无功补偿等,电力电子行业参考资料!
U盘IAP-F429(2017.03.14)
- U盘IAP U盘获取的升级文件的数据写进stm32的flash,大致流程如下: 1.解锁flash 2.擦除指定扇区 3.写入升级固件的数据至刚擦除的扇区 4.跳转至用户程序(STM32 F429 IAP by U massage device)