这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf("sd ready\n") fp=fopen(temp, READ) // 打开文件就可以用了, 函数和标准c中的一样,所以不能加载stdio.h if(!fp) { Uart_Printf("open file wrong\n") while(1) } Uart_Printf("open file successed\n")
上传时间: 2013-12-30
上传用户:xlcky
Jurpopage is Free Open Source Dynamic Website Scripting Project This first created and published at maya.or.id and now published to public in english at Jurpo.com It s coded under PHP and Mysql Database Server Project goal is to help others to create their own website with easy to changed webpage design This is one stop easy way to be a webmaster with your own touch the source code control.
标签: Jurpopage Scripting published Dynamic
上传时间: 2014-01-15
上传用户:wxhwjf
Enhanced version of the Serial Peripheral Interface available on Motorola s MC68HC11 family of CPUs.Enhancements include a wider supported operating frequency range, 4deep read and write fifos, and programmable transfer count dependent interrupt generation. As with the SPI found in MC68HC11 processors the core features programmable clock phase [CPHA] and clock polarity [CPOL]. The core features an 8bit wishbone interface. Very simple, very small.
标签: Peripheral Interface available Enhanced
上传时间: 2014-12-06
上传用户:invtnewer
It contains a vhdl description of the external bus interface unit for 68000 processor. currently only read and write cycle are supported
标签: description currently interface processor
上传时间: 2017-03-16
上传用户:chenlong
Introduction Matlab is an ideal tool for simulating digital communications systems, thanks to its easy scripting language and excellent data visualization capabilities. One of the most frequent simulation tasks in the field of digital communications is bit-error- rate testing of modems. The bit-error-rate performance of a receiver is a figure of merit that allows different designs to be compared in a fair manner. Performing bit-error-rate testing withMatlab is very simple, but does require some prerequisite knowledge.
标签: communications Introduction simulating digital
上传时间: 2017-03-20
上传用户:as275944189
ASP .NET 3.5 C# 2008 this a advance version of .net framework. So reading this book you will be ready to develop web application in VS2008
标签: this framework advance reading
上传时间: 2017-03-22
上传用户:a673761058
.NET Remoting is very important in distributed environments. This book essentially deals with the core concepts of .NET remoting along with some working examples. A must read.
标签: environments distributed essentially important
上传时间: 2014-01-18
上传用户:familiarsmile
Code for devellop for most DSP application. This code includes configurations for register into the CPU easy to adapt.
标签: for configurations application devellop
上传时间: 2014-01-06
上传用户:牛布牛
Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or pattern templates as a powerful new way of creating extensible designs in C++--a new way to combine templates and patterns that you may never have dreamt was possible, but is. If your work involves C++ design and coding, you should read this book.
标签: Fundamentally demonstrates important patterns
上传时间: 2013-11-29
上传用户:13215175592
The attached zip includes a c code for initializing ILI9322 display chip used in many 3.5 TFT LCD devices. this is a SPI based initialization code in C which can be seamlessly ported to any architecture. I have also added the datasheet for easy reference
标签: initializing attached includes display
上传时间: 2017-04-09
上传用户:sy_jiadeyi