CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 微处理器(ARM/PowerPC等) 搜索资源 - drive flash

搜索资源列表

  1. usb-device-massstorage-project-1.3-iar5-at91sam7x-

    0下载:
  2. This application creates an USB Mass Storage drive on a host computer. The drive is created from the internal Flash or external SDRAM memory of the evaluation kit.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:336.81kb
    • 提供者:tangxiaozheng
  1. armind

    0下载:
  2. USB驱动程序,和NANDflash的驱动, 包括文件系统,cpu是arm-USB drivers, and NAND flash in the drive, including the file system, cpu is arm
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:58.95kb
    • 提供者:常静
  1. NAND_Flash_K9F1G08

    0下载:
  2. 这个是NAND flash的底层驱动,nand是三星的 K91G08的驱动,是基于LPC2478平台的,稍加修改就可以应用其他平台。-This is the underlying NAND flash drive, nand the K91G08 Samsung drive, is based on the LPC2478 platform, with slight modifications can be applied to other platforms.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:25.12kb
    • 提供者:liubin
  1. flash05

    0下载:
  2. 2440的flash驱动,通过串口接收上位机信息,然后写入flash中,自带flash检测程序-2440 of the flash drive through the PC serial port to receive information, and then written into the flash, the onboard flash detection procedures
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:74.74kb
    • 提供者:zheer
  1. flash

    0下载:
  2. arm开发很好的例程,flash驱动-arm to develop good routines, flash drive
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:38.37kb
    • 提供者:彭学风
  1. NorFlash

    0下载:
  2. LPC2468实现norflash驱动,能够读些norflash。高效可靠,Keil开发环境-LPC2468 achieve norflash drive that can read more norflash. Highly efficient and reliable, Keil development environment
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:143.59kb
    • 提供者:liujiaju
  1. AT91SAM7S64

    1下载:
  2. AT91SAM7S64处理器的USB驱动、AD驱动、Flash驱动的项目源代码,并且添加了PCM实时编码代码,实现了实时录音与U盘功能。-USB drive AT91SAM7S64 processor, AD-driven, Flash-driven project source code, and added a real-time encoder PCM code, realize the real-time recording and U disk function.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-02
    • 文件大小:599.25kb
    • 提供者:姚坤
  1. sjf2410_CHS_V2

    0下载:
  2. 命令行的sjf2410工具,可用于2410平台下的flash烧写。 注意:这个版本与其他版本的不同之处在于:它可以设置并口地址,方便在使用PCI转并口时使用; 它可以自动安装giveio驱动,简化操作,更傻瓜,更方便-Sjf2410 command-line tool can be used under the 2410 platform flash programmer. Note: this version with other versions of the difference
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-24
    • 文件大小:360.5kb
    • 提供者:leajian
  1. S3C2410_BIOS

    0下载:
  2. S3C2410 BIOS源码,支持Win CE/Linux的NOR flash与NAND flash下载,还包含有2410各个外设的驱动测试源码-S3C2410 BIOS source code, support for Win CE/Linux for NOR flash and NAND flash download, also includes 2410 test drive at all peripheral source
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-04
    • 文件大小:1.24mb
    • 提供者:阿亮
  1. Yaffs2

    0下载:
  2. YAFFS2,框架己经移植好,支持2K的Page,只需将Nand Flash的驱动按照yaffs_flash.c里面的接口标准重写即可使用。-YAFFS2, the framework has been a good transplant, support 2K' s Page, simply drive in accordance with the yaffs_flash.c Nand Flash interface standard which can be rewritten to
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:293.37kb
    • 提供者:黄双全
  1. FLASH

    0下载:
  2. str710 FLASH驱动,意法半导体ARM7内核,测试通过,能用-str710 FLASH drive, STMicroelectronics ARM7 core, tested, can
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:11.6kb
    • 提供者:gg
  1. FLASH_RAM

    0下载:
  2. Flash IAP编程实现对片内flash的读写驱动-Flash IAP programming the flash chip, read and write drive
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:12.29kb
    • 提供者:tanleiyu
  1. SPI-LCD12864

    0下载:
  2. 这是在STM32F107上通过SPI1测试12864液晶(ST7920驱动)的程序,已测试通过。因为是用SPI写FLASH的程序改的,看程序的时候只需关注12864.C和12864.h即可。 第一次上传不知道分类设的对不对,有问题请指教。-Key word: SPI serial port LCD12864(drive IC:ST7920)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-03-16
    • 文件大小:4.91mb
    • 提供者:Geoge
  1. PD13-led-flash-200ms

    0下载:
  2. 主cpu为 STM32F207VGT6 功能驱动led闪烁 间隔:200ms 环境为:IAR-Main cpu for STM32F207VGT6 function led drive Blinking Interval: 200ms the environment: IAR
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:656.12kb
    • 提供者:zhaochunyong
  1. CJ_Flash_Data-4

    0下载:
  2. stm32 驱动SST25VF106B Flash驱动程序-stm32 to drive SST25VF106B Flash driver
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:332.58kb
    • 提供者:徐虎
  1. MSP430-drive-Library-and-example-

    1下载:
  2. MSP430单片机程序库,常用外设驱动及例子,包括按键,SPI,UART,FLASH,LCD12864等。-MSP430 MCU library of commonly used peripherals drive and examples, including keys, SPI, UART, FLASH, LCD12864.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2014-07-31
    • 文件大小:385kb
    • 提供者:李华
  1. NAND_Flash

    0下载:
  2. 博创经典平台up-tech2410s裸机nand flash驱动。实现了system clock、sdram、uart、nand flash等设备的初始化。读取nand flash首部的pages,并从串口(串口波特率为115200kbps)输出。使用了arm-linux-gcc、make等工具。-Borch the Classic platform up-tech2410s bare metal nand flash drive. The initialization of the syste
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-18
    • 文件大小:11.39kb
    • 提供者:刘建平
  1. stm32f103-7inch-ld-ssd1963

    0下载:
  2. drive and display phone from flash to 7" lcd lcd Drive ssd1963
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2015-09-07
    • 文件大小:3.25mb
    • 提供者:ali
  1. flash

    0下载:
  2. 基于低功耗单片机msp430f5438a的spiflash w25q128驱动 读写擦除-Based on low-power microcontroller msp430f5438a of spiflash w25q128 drive to read and write erase
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:3.18kb
    • 提供者:gkl
  1. stm32f103ze-drive

    0下载:
  2. stm32f103ze spi驱动带超时机制 片内flash驱动-stm32f103ze spi drive On chip flash drive
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:2.66kb
    • 提供者:罗men
« 12 »
搜珍网 www.dssz.com