登录
首页 » 嵌入式系统 » 开发SD卡的必备资料,希望大家喜欢

开发SD卡的必备资料,希望大家喜欢

于 2022-03-21 发布 文件大小:907.45 kB
0 119
下载积分: 2 下载次数: 1

代码说明:

开发SD卡的必备资料,希望大家喜欢--Useful materials for developing SD card.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 能够知道设计的整个流程和开发思路。
    能够知道嵌入式系统设计的整个流程和开发思路。-Document for hwo to design Embeded system, include the design flow and method.
    2022-03-20 03:28:08下载
    积分:1
  • tinyos 2.x source 最新代码可以从以下地址CVS下载: cvs
    tinyos 2.x source 最新代码可以从以下地址CVS下载: cvs -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos login cvs -z3 -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P modulename -tinyos 2.x source , you can get the laster as follows: cvs-d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos login cvs-z3-d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co-P modulename
    2022-03-10 23:39:06下载
    积分:1
  • 这是LPC2200列芯片内部Flash和外部Flash同时装载程序的分散加载文件使用示例。 ext_in.scf为分散加载文件,具体请读者自行分...
    这是LPC2200系列芯片内部Flash和外部Flash同时装载程序的分散加载文件使用示例。 ext_in.scf为分散加载文件,具体请读者自行分析,我们不对此示例提供技术支持。 在示例程序生成目标的test_ext_in.i32文件夹下有2个文件 / ROM_EXEC --- 写入内部FLASH / ROM_EXEC1 --- 写入外部FLASH (在选择文件的时候,请选择下拉所有文件*.*) 将两个文件分别写入后,选择跳线Bank0-FLASH,Bank1-RAM,BootSel-Inside 写入内部Flash,可用ISP方法下载。-This is the LPC2200 series chip Flash and external Flash loading procedures at the same time load the file using the sample dispersion. ext_in.scf for decentralized load the file, specifically requested the readers on their own analysis, we do not provide technical support for this sample. In the sample program to generate goals test_ext_in.i32 folder two files under/ROM_EXEC--- write the internal FLASH/ROM_EXEC1--- write external FLASH (in the choice of document, select the drop-down all the files*.* ) will write two files, select jumper Bank0-FLASH, Bank1-RAM, BootSel-Inside write the internal Flash, available methods to download ISP.
    2022-04-26 11:47:05下载
    积分:1
  • A version of LPC2364, LPC2366, LPC2368 and LPC2378 H
    A版LPC2364、LPC2366、LPC2368和LPC2378 H-JTAG软件烧写方法.txt-A version of LPC2364, LPC2366, LPC2368 and LPC2378 H-JTAG programmer software methods. Txt
    2023-01-06 17:15:03下载
    积分:1
  • Abstract: The guidance system consists of the sound systems and car audio guidan...
    摘要:该声音导引系统由声音导引主控系统和小车控制系统两部分组成。声音导引主控系统主要由主控MCU、声音接收部分、无线发射模块组成。小车控制系统主要由MCU、固化模块NEC、电机驱动部分、声光部分及无线接收模块组成。该系统的最大特点在于其软件设计使用层次化、模块化设计方法,系统低功耗,性价比低。经调试和测试,系统各项性能参数达到设计指标。 关键词:声音导引、无线收发、声源移动、M 智能语音小车-Abstract: The guidance system consists of the sound systems and car audio guidance master control system composed of two parts. Sound-guided mainly by the main control system master MCU, the sound receiving part, the wireless transmitter module component. Vehicle control system mainly consists of MCU, curing module NEC, motor drive parts, sound and light parts and the wireless receiver module. The most prominent feature of the system software designed for use in its hierarchical, modular design approach, the system low-power, low cost. The debugging and testing, system performance parameters to achieve the design target. Key words: sound guidance, wireless transceiver, a sound source movement, MCU, NEC, motor drive
    2023-08-25 12:00:05下载
    积分:1
  • 现场总线技术在操作中的应用.rar 学位论文全文,CAJ格...
    现场总线技术在嵌入式操作系统中的应用.rar 学位论文全文,CAJ格式--Apply on-spot bus technique in embedded operating system. A full thesis. CAJ format.
    2022-07-09 12:24:57下载
    积分:1
  • 1个键有10种功能,带proteus访真文件。
    1个键有10种功能,带proteus访真文件。-A key with 10 function, with a true file proteus visit.
    2022-05-09 11:38:32下载
    积分:1
  • stm32 内存分配管理
    应用背景内存管理,是指软件运行时对计算机内存资源的分配和使用的技术。其最主要的目的是如 何高效,快速的分配,并且在适当的时候释放和回收内存资源。内存管理的实现方法有很多种, 他们其实最终都是要实现2 个函数:malloc 和free;malloc 函数用于内存申请,free 函数用于 内存释放。 关键技术当指针p 调用malloc 申请内存的时候,先判断p 要分配的内存块数(m),然后从第n 项开 始,向下查找,直到找到m 块连续的空内存块(即对应内存管理表项为0),然后将这m 个内 存管理表项的值都设置为m(标记被占用),最后,把最后的这个空内存块的地址返回指针p, 完成一次分配。注意,如果当内存不够的时候(找到最后也没找到连续的m 块空闲内存),则 返回NULL 给p,表示分配失败。
    2022-02-10 14:18:07下载
    积分:1
  • AT24Cxx I2C EEPROM 驱动程序
    AT24Cxx I2C EEPROM 驱动程序--EEPROM driver program for AT24Cxx I2C.
    2022-07-02 15:45:41下载
    积分:1
  • 智能电话的使用说明书
    智能电话系统的使用说明书 --User manual for smart telephone system.
    2022-02-05 02:08:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载