虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

上电<b>复位</b>

  • 第一版YL2410开发板的BIOS 功能比较简单

    第一版YL2410开发板的BIOS 功能比较简单,上电之后,LCD显示蓝色、绿色、红色三个竖条 同时串口显示如下: Power on reset ************************************ * * * YL2410 Board BIOS V2006 * * Http://www.ucdragon.com * * * ************************************ NAND Flash Boot Please select function : 0 : USB download file(通过USB下载文件) 1 : Uart download file(通过串口下载文件) 2 : Write Nand flash with download file(将下载的文件烧写到NandFlash) 3 : Load Pragram from Nand flash and run(从NandFlash装载文件并运行) 4 : Erase Nand flash regions(擦除NandFlash区域) 5 : Write NOR flash with download file(将下载的文件烧写到NorFlash) 6 : Set boot params(设置Linux启动相关参数) 7 : Set AutoBoot parameter,1:linux 2:wince(设置WINCE自启动)

    标签: 2410 BIOS YL 开发板

    上传时间: 2015-09-15

    上传用户:Amygdala

  • 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P)

    上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Language, CFL),当且仅当存在一个CFG G,使得L=L(G)。 *⇒ 例如,设文法G:S→AB A→aA|a B→bB|b 则L(G)={a^nb^m | n,m>=1} 其中非终结符都是大写字母,开始符都是S,终结符都是小写字母。

    标签: Context-Free Grammar CFG

    上传时间: 2013-12-10

    上传用户:gaojiao1999

  • 于TI DSP TMS320C67XX实现的嵌入式系统FLASH引导的实现。程序控制一片FLASH 芯片

    于TI DSP TMS320C67XX实现的嵌入式系统FLASH引导的实现。程序控制一片FLASH 芯片,将程序固化到FLASH中,完成DSP芯片的程序上电加载

    标签: FLASH 320C DSP 320

    上传时间: 2015-09-23

    上传用户:yepeng139

  • 屏幕显示功能

    屏幕显示功能,双方都发到发到飞得更高代购点飞上电股份帝国大厦广东个 广告山东

    标签: 屏幕显示

    上传时间: 2015-11-01

    上传用户:开怀常笑

  • X5043的读写子程序

    X5043的读写子程序,应用在一个程控装置上用于自动复位和数据记录。

    标签: X5043 读写 程序

    上传时间: 2015-11-08

    上传用户:chenlong

  • 程序描述:使用Cypress的Cy7C68013A芯片进行设计

    程序描述:使用Cypress的Cy7C68013A芯片进行设计,通过外接EEPROM来进行上电时的重列举。程序包括USB固件程序以及主机程序。 安装:把源码拷贝到硬盘特定目录下,使用Keil C编译器和Visual C++ 6.0运行即可。 注意:可以首先使用Cypress的调试工具进行固件程序的调试,以确保固件程序的正确性。

    标签: Cypress 68013A C68013 68013

    上传时间: 2013-12-16

    上传用户:ynwbosss

  • 本文件介绍了在51平台通过SPI方式读写SD/MMC卡

    本文件介绍了在51平台通过SPI方式读写SD/MMC卡,包括软硬件需求, SD/MMC硬件连接, SPI接口软件模拟,SD/MMC上电初始化,写单块,读单块,写多块,读多块,块擦除,上位串口通讯协议,PC上位软件操作说明等。

    标签: SPI MMC SD 方式

    上传时间: 2015-12-12

    上传用户:PresidentHuang

  • 51单片机读写SD_MMC卡设计报告--本文件介绍了在51平台通过SPI方式读写SD/MMC卡

    51单片机读写SD_MMC卡设计报告--本文件介绍了在51平台通过SPI方式读写SD/MMC卡,包括软硬件需求, SD/MMC硬件连接, SPI接口软件模拟,SD/MMC上电初始化,写单块,读单块,写多块,读多块,块擦除,上位串口通讯协议,PC上位软件操作说明等。

    标签: SD_MMC MMC SPI 读写

    上传时间: 2014-06-28

    上传用户:Avoid98

  • 基于dm642的flash烧写程序(不用ti的烧写工具flashburn) flash:sst39vf1601

    基于dm642的flash烧写程序(不用ti的烧写工具flashburn) flash:sst39vf1601,1M*16bits 开发平台 ccs2.2 在自己开发的视频服务器上实现flash正确烧写及上电自举

    标签: flash flashburn 1601 642

    上传时间: 2016-01-14

    上传用户:xfbs821

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery