代码搜索:bootLoader 开发教程
找到约 10,000 项符合「bootLoader 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/267230/11189058
h bootloader.h
/*#######################################################################################
ARM Linux MMC Boot Loader
Copyright (C) 2004 Ulrich Radig
Bei Fragen und Verbesserungen wendet euch per
www.eeworm.com/read/267230/11189078
lst bootloader.lst
1 .file "bootloader.c"
9 .Ltext0:
10 .section .rodata.str1.4,"aMS",%progbits,1
11 .align 2
12 .LC0:
13 0000
www.eeworm.com/read/267230/11189083
o bootloader.o
www.eeworm.com/read/267230/11189114
c bootloader.c
/*#######################################################################################
ARM Linux MMC Boot Loader
Copyright (C) 2004 Ulrich Radig
###############################################
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