代码搜索结果
找到约 4,828 项符合
Bootloader 的代码
bootloader.c
/*#######################################################################################
ARM Linux MMC Boot Loader
Copyright (C) 2004 Ulrich Radig
###############################################
bootloader.h
/*#######################################################################################
ARM Linux MMC Boot Loader
Copyright (C) 2004 Ulrich Radig
Bei Fragen und Verbesserungen wendet euch per
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
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 {
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
bootloader.c
/**************************
*
* IsoJTAG Bootloader
* For ATmega16
*
**************************/
#include
#include
#include
#include
#include
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
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)