Welcome![Sign In][Sign Up]
Location:
Search - CF

Search list

[SCM硬盘控制电路以及原程序Demo

Description: 51单片机硬盘控制电路以及原程序Demo,可用于CF卡等-51 microcontroller drives control circuit and the original procedure Demo can be used CF card
Platform: | Size: 230400 | Author: 丘平 | Hits:

[DSP programTigerSHARC DSP

Description: 5个源程序都是在VisualDSP环境下开发出来的,目标处理器是4片AD公司的TS1O1 DSP。其中:1)IDE_FAT32用来在硬盘上创建FAT32文件系统;2)i2c_test编写IIC总线;3)codec_a_in_pal_cf_frame是加载到FLASH的程序,板子在脱离PC自动上电时会把PAL制的图像直接存到CF卡里,CF卡的文件系统是FAT16;4)codec_a_in_pal_buf_boottest是可加载的DSP图像直通程序;5)ADSP-TS101prog_driver是flash的驱动程序。-five VisualDSP source in the environment are developed under the target processor is four AD TS1O1 the DSP. Of which : a) IDE_FAT32 used in the drive to create FAT32 file system; 2) to prepare i2c_test IIC bus; 3) codec_a_in_pal_cf_frame FLASH is loading procedures, the board automatically from the PC on when power will be PAL system images directly to CF card, the CF card is the FAT16 file system; 4) can be loaded codec_a_in_pal_buf_boottest DSP image through procedures; 5) ADSP-TS101prog_driver flash is the driver.
Platform: | Size: 80896 | Author: 张娟 | Hits:

[DSP programide_fat32

Description: 源程序是在VisualDSP环境下开发出来的,目标处理器是4片AD公司的TS1O1 DSP。IDE_FAT32用来在硬盘上创建FAT32文件系统;2)i2c_test编写IIC总线;3)codec_a_in_pal_cf_frame是加载到FLASH的程序,板子在脱离PC自动上电时会把PAL制的图像直接存到CF卡里,CF卡的文件系统是FAT16;4)codec_a_in_pal_buf_boottest是可加载的DSP图像直通程序;5)ADSP-TS101prog_driver是flash的驱动程序。-source of the VisualDSP environment developed, targeted four processor is the company's AD TS1O1 DSP. IDE_FAT32 used in the drive to create FAT32 file system; 2) to prepare i2c_test IIC bus; 3) codec_a_in_pal_cf_frame FLASH is loading procedures, the board automatically from the PC on when power will be the PAL system images directly to CF card, the CF card is the FAT16 file system; 4) can be loaded codec_a_in_pal_buf_boottest DSP image through procedures; 5) ADSP-TS101prog_driver flash is the driver.
Platform: | Size: 29696 | Author: 张娟 | Hits:

[DSP programADSP-TS101prog_driver

Description: 源程序是在VisualDSP环境下开发出来的,目标处理器是4片AD公司的TS1O1 DSP。IDE_FAT32用来在硬盘上创建FAT32文件系统;2)i2c_test编写IIC总线;3)codec_a_in_pal_cf_frame是加载到FLASH的程序,板子在脱离PC自动上电时会把PAL制的图像直接存到CF卡里,CF卡的文件系统是FAT16;4)codec_a_in_pal_buf_boottest是可加载的DSP图像直通程序;5)ADSP-TS101prog_driver是flash的驱动程序。-source of the VisualDSP environment developed, targeted four processor is the company's AD TS1O1 DSP. IDE_FAT32 used in the drive to create FAT32 file system; 2) to prepare i2c_test IIC bus; 3) codec_a_in_pal_cf_frame FLASH is loading procedures, the board automatically from the PC on when power will be the PAL system images directly to CF card, the CF card is the FAT16 file system; 4) can be loaded codec_a_in_pal_buf_boottest DSP image through procedures; 5) ADSP-TS101prog_driver flash is the driver.
Platform: | Size: 8192 | Author: 张娟 | Hits:

[DSP programcodec_a_in_pal_cf_frame

Description: 源程序是在VisualDSP环境下开发出来的,目标处理器是4片AD公司的TS1O1 DSP。IDE_FAT32用来在硬盘上创建FAT32文件系统;2)i2c_test编写IIC总线;3)codec_a_in_pal_cf_frame是加载到FLASH的程序,板子在脱离PC自动上电时会把PAL制的图像直接存到CF卡里,CF卡的文件系统是FAT16;4)codec_a_in_pal_buf_boottest是可加载的DSP图像直通程序;5)ADSP-TS101prog_driver是flash的驱动程序。-source of the VisualDSP environment developed, targeted four processor is the company's AD TS1O1 DSP. IDE_FAT32 used in the drive to create FAT32 file system; 2) to prepare i2c_test IIC bus; 3) codec_a_in_pal_cf_frame FLASH is loading procedures, the board automatically from the PC on when power will be the PAL system images directly to CF card, the CF card is the FAT16 file system; 4) can be loaded codec_a_in_pal_buf_boottest DSP image through procedures; 5) ADSP-TS101prog_driver flash is the driver.
Platform: | Size: 16384 | Author: 张娟 | Hits:

[Windows CEIPAQ

Description: 实现pc机和安装无线CF卡的手持设备之间的通信的程序源代码,包含两个部分的代码:pc机端和手持设备端。-achieve PCs and the installation of wireless CF card handheld devices of communication between the program's source code contains two parts of the code : PCs and handheld devices-end.
Platform: | Size: 157696 | Author: 赵云逸 | Hits:

[ARM-PowerPC-ColdFire-MIPSZLG_CF驱动

Description: 非常容易移植的CF卡驱动程序,在LPC21XX下编译通过,支持UCOS-II.如果想移植到单片机下也非常容易,我就以此版本移植到51的MCU中.-very easy transplant CF card driver, in LPC21XX compiler, support UCOS-II. If you want to migrate to the next SCM also very easy, I would migrate to this version of the MCU 51.
Platform: | Size: 207872 | Author: 若苏厄 | Hits:

[uCOSCF_IDE接口源码

Description: CF卡在ucFs中的底层驱动接口移植函数,本源码已经过商用验证,放心使用。-ucFs CF card in the bottom of transplant function-driven interface, the source has been commercially proven, easy-to-use.
Platform: | Size: 10240 | Author: 尸尸 | Hits:

[Embeded-SCM DevelopWRtos

Description: ads1.2的一个工程,含有许多的子程序,还包含cf卡的应用程序。-ads1.2 a project, containing many of the subroutine also include cf card applications.
Platform: | Size: 1717248 | Author: 王约羽 | Hits:

[uCOSuCFSBook

Description: UCOS文件系统源代码。支持多种硬件系统,如:SMC, RAM,IDE,CF卡等。使用FAT文件系统,效率很高。但似乎不支持Flash的驱动。-UCOS file system source code. Support for multiple hardware systems, such as : SMC, RAM, IDE, and CF cards. The use of the FAT file system, high efficiency. But it seems not to support Flash drive.
Platform: | Size: 622592 | Author: 黄勇 | Hits:

[VHDL-FPGA-Verilogstd_cf_2c35

Description: 这个是基于NIOS II的FPGA平台的一个CF卡的接口模块,是在Quartus II下的完整工程包-NIOS II FPGA platform a CF card interface module, Quartus II is the complete package works
Platform: | Size: 399360 | Author: 佴立峰 | Hits:

[uCOSuCOSII_FAT_CF

Description: 周立功ARM开发板 ZLG_FS在CF卡上的例子-weeks meritorious ARM development boards ZLG_FS CF card in the example
Platform: | Size: 78848 | Author: 飞翔 | Hits:

[Embeded-SCM Developsf_20048200852

Description: CF卡开发详细资料,有说明文档和原理图 还有编程说明,感兴趣的可以自由下载-CF card detailed information on the development, documentation and schematics have programming note, interest free download
Platform: | Size: 777216 | Author: 庚坤 | Hits:

[Other Embeded programhy_rwcf

Description: 德国Hyperstone公司dsp的CF卡驱动程序-German company dsp CF Card Driver
Platform: | Size: 113664 | Author: 新天下 | Hits:

[SCM200542918292580

Description: 51与CF的接口程序及资料,里面主要讲解如何在C51单片机中实现CF卡的读写-51 and the CF interface program and information on how to inside the main C51 microcontroller achieve CF card reader
Platform: | Size: 63488 | Author: | Hits:

[Other200542918319122

Description: 51与CF卡接口资料,与上一个资料是连接的,它是续接的资料-51 and CF card interface, and a link to the information, which is then added to the information
Platform: | Size: 82944 | Author: | Hits:

[SCM51_CF

Description: 51读CF卡的程序,c编的,只是代码-51 Reading CF card procedures, c series, the only code.
Platform: | Size: 1024 | Author: zz | Hits:

[OtherCF_CARD_CONNECT

Description: 8051 connect CF card circuit and source code-8051 CF card circuit and source code
Platform: | Size: 143360 | Author: terry | Hits:

[Driver Developwsp75_Drivers_cf

Description: CF读写驱动,可以运行在sharp arm上,与底层驱动程序绑定编译运行。-CF literacy drive, can run in sharp arm, and the underlying drivers bundled compiler running.
Platform: | Size: 5120 | Author: yangfen | Hits:

[ARM-PowerPC-ColdFire-MIPSuCOSII_FAT_CF

Description: 周立功的CF卡的读写程序 -weeks meritorious CF card reader procedures
Platform: | Size: 103424 | Author: hdf | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net