代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/407173/11426921
txt boot.txt
/*=====================================================================
Memory layout on NAND flash:
Block 0 has the NAND boot loader (NBOOT.BIN)
Block 1 is the TOC block which
www.eeworm.com/read/407173/11426964
txt boot.txt
/*=====================================================================
Memory layout on NAND flash:
Block 0 has the NAND boot loader (NBOOT.BIN)
Block 1 is the TOC block which
www.eeworm.com/read/406658/11438055
txt boot.txt
/*=====================================================================
Memory layout on NAND flash:
Block 0 has the NAND boot loader (NBOOT.BIN)
Block 1 is the TOC block which
www.eeworm.com/read/406228/11447042
lst boot.lst
ARM Macro Assembler Page 1
1 00000000
2 00000000
3 00000000 ;*$Id: boot.s, 2009/01/12 23:30:12 huguangfu Exp $ */
4 00000000 ;******
www.eeworm.com/read/406228/11447077
s boot.s
;*$Id: boot.s, 2009/01/12 23:30:12 huguangfu Exp $ */
;************************************************************************
; *
; * Title :boot.s
; *
; * Summary :boot
; *
; *
www.eeworm.com/read/405502/11461272
cfg boot.cfg
################################################################################
## vi:sw=2 ts=2 et:
##
## File: $RCSfile: boot.cfg,v $
## $Revision: 1.7 $
## $Date: 2002/02/21 11:09:26 $
www.eeworm.com/read/404377/11486512
asm boot.asm
.title "Flash bootup utility for 6211 dsk"
.option D,T
.length 102
.width 140
PAGE_SIZE .equ 0x80 ;flash page size in byte
BOOT_SIZE
www.eeworm.com/read/403937/11498133
c boot.c
// 本程序是第一次启动使用的boot程序,作用是提高DSP主频,把应用程序从串行FLASH里读到DSP内存里
// 本程序将被写入FLASH的零地址里,上电时首先被DSP从串行FLASH中读出执行
#include "Flash.h"
#define IODIR *(volatile ioport unsigned short *)0x3400
#define IODATA
www.eeworm.com/read/401379/11558474
_h boot._h
void BootloderCode(char uartt)
{if(uartt=='r')
{
GICR=0X01; //中断向量表移位允许
GICR=0X00; //中断向量指向应用程序区
asm("jmp 0xc00");
}
}