代码搜索:如何学习 bootLoader?
找到约 10,000 项符合「如何学习 bootLoader?」的源代码
代码结果 10,000
www.eeworm.com/read/267230/11189132
h bootloader.h
/*#######################################################################################
ARM Linux MMC Boot Loader
Copyright (C) 2004 Ulrich Radig
Bei Fragen und Verbesserungen wendet euch per
www.eeworm.com/read/148322/12475198
h bootloader.h
#ifndef __bootloader_h__
#define __bootloader_h__
sfr SFRAL = 0xC4;
sfr SFRAH = 0xC5;
sfr SFRFD = 0xC6;
sfr SFRCN = 0xC7;
sfr CHPCON = 0xBF;
sfr CHPENR = 0xF6;
#endif
www.eeworm.com/read/148322/12475200
opt bootloader.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/148322/12475212
c bootloader.c
#include "reg54.h"
#include "serint.h"
#include "bootloader.h"
#include "sysWatchDog.h"
#include "stdio.h"
bit nTimeCountFlag = 0;
bit bEndProgFlag = 0;
extern union add
{
unsigned int nCo
www.eeworm.com/read/335165/12547611
o bootloader.o
www.eeworm.com/read/335165/12547637
c bootloader.c
/**************************
*
* IsoJTAG Bootloader
* For ATmega16
*
**************************/
#include
#include
#include
#include
#include
www.eeworm.com/read/238012/13912173
txt bootloader.txt
0000:F800 F7BB SSBX INTM
0000:F801 7701 STM 0ffffh,1h
0000:F803 EA00 LD #0h,DP
0000:F804 6907 ORM 2b00h,7h
0000:F806 691D ORM 20h,1dh
0000:F808 7728 STM
www.eeworm.com/read/135319/13939612
c bootloader.c
#include "Include/type.h"
#include "Include/mx1.h"
#include "Include/devnode.h"
extern void EUARTinit(void);
extern U8 EUARTdataReady(void);
extern U8 EUARTgetData(void);
extern void EUARTputData(U8)
www.eeworm.com/read/135319/13939628
bin bootloader.bin
www.eeworm.com/read/135319/13939669
c~ bootloader.c~
#include "Include/type.h"
#include "Include/mx1.h"
#include "Include/devnode.h"
extern void EUARTinit(void);
extern U8 EUARTdataReady(void);
extern U8 EUARTgetData(void);
extern void EUARTputData(U8)