搜索资源列表
sd_ucfs_proteus
- sd卡在proteus上的仿真,加上了ucfs文件系统,整个keil(keil-arm)工程已经建立好,直接可以编译,proteus也是直接可以执行看结果。文件系统可以直接用ultraiso软件打开image.mmc 看到写入的数据。对想学习文件系统和sd卡的人是个入门的好例子。-on the sd card proteus simulation, coupled with the ucfs file system, the entire keil (keil-arm) project has
C_rogramming_created_data_file_read
- C编程实现对刚创建的数据文件进行读取和写入C programming on the newly created data file read and write-C programming on the newly created data file read and write
ch375-test-4
- 此程序前面大体与“ch375-test-1”相同,同是一些初始化的操作及基本参数的获取。后面先定位文件的偏移量,然后读取根目录下的test.txt的从偏移量开始的40个字节(如果实际长度小于40,就读取实际长度),最后向文件中写入数据。-This process generally and in front of " ch375-test-1" the same operation with some initialization and the basic parameter
os
- 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1
threadcom
- (1)接收键盘输入线程 负责接收用户的键盘输入,并以适当的方式将由键盘获得的数据交给其它线程处理。 (2)显示线程 负责全部数据显示任务,包括键盘输入数据的显示和提示信息的显示。 (3)分发数据线程 将键盘输入的数据分为3类,即字母、数字和其它,并分别将字母写入文件letter.txt 中,数字写入文件numbet.txt中,除字母和数字外其它数据丢弃。-(1) to receive keyboard input thread is responsible for rec
STC12xxEEOPROM
- 针对STC12xx整个系列EEOPROM操作的一个头文件,含有读、写、擦除3个函数共用户调用,使用方便,比如写函数(n,x,dat),在第n扇区,第x字节,写入数据dat。-STC12xx operation for the entire series EEOPROM a header file, containing read, write, erase three functions of the user calls, easy to use, such as writing a func
sdhcbaseonfat32
- 利用FAT32文件系统,对SD的根目录下的子目录中利用单片机写入数据,使得SD卡插入电脑上,能看到自己新建的文档。-Using the FAT32 file system subdirectory under the root directory of the SD using MCU to write data to the SD card into your computer, you can see the new document.
com-recv
- 利用单片机发送数据,可以发送字符,数字,或者文件,接收端可以将数据写入文件-Microcontroller send data, characters, numbers, or the file can be sent, the receiving end can write data to a file
STM32_sdio_fatfs
- STM32F103的FATFS文件系统移植,特性: 1、SDIO的4位总线查询操作模式,比SPI模式快很多。 2、支持长文件名。 3、支持中文文件名(包括文件夹)。 主函数功能: 1、创建一个文件,并写入测试数据。 2、打卡刚刚创建的文件,读取文件内容并打印输出。 3、扫描SD卡里面的所有文件(包括文件夹)。 4、统计SD容量空间使用情况。 -Transplantation of the STM32F103' s FATFS file system, f
SDCard_fat16
- AVR单片机atmega169实现的SD卡的带文件系统FAT16的读写仿真,内有protues的仿真原理图,写入的数据可在电脑上读出,支持多层文件夹。-The AVR microcontroller atmega169 achieve SD card with a file system of FAT16 read and write simulation, within protues simulation schematic, the data can be written to be re
SPI_VS1003
- 使用SPI总线检索读取U盘内MP3文件,读取到的数字音频数据写入音频解码芯片VS1003中,解码出的模拟音频信号通过耳机口输出-use SPI bus to read MP3 file in UDISK,the digital signal send to vs1003.,then ,analog signal output。
stm32-iap-small-data
- 1.此代码基于红牛开发板,请根据自己的板子进行修改。 2.通过修改网上的代码实现,修改前的功能开了一个很大的缓存接收app数据,然后一次性全部数据写入, 但是这个在实际应用中没多大用,所以修改为一次写入128个字节。 3.程序flash的偏移地址为0x8010000,所以app编译前应该在mdk中设置 Option窗口->Target页->IROM1,start 改为 0x8010000 4.设置中断向量重映射,我用的方法是在app端的main函
cheap_flash_fs_32bits
- Cheap_Flash_FS 嵌入式NandFlash文件系统源码下载 Cheap_Flash_FS 代码已经由我们开发完成,并经过了严格的测试。 坏块管理功能包括基于坏块表的管理程序,可以提供单/多扇区的操作。 多扇区为nandflash专门设计,可以降低NANDFLASH物理擦除数,具有直接预分配功能(降低内存占用量)。 其上面可以运行(Cheap_Flash_FS(支持多扇区操作))文件系统。 文件系统可支持实时坏块替换,包括擦除块,块移动,写入页产生坏块。文件系统基于