代码搜索:如何学习 bootLoader?
找到约 10,000 项符合「如何学习 bootLoader?」的源代码
代码结果 10,000
www.eeworm.com/read/152785/12084343
c bootloader.c
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* S
www.eeworm.com/read/152785/12084346
h bootloader.h
#ifndef NULL
#define NULL ((void*)0)
#endif
#define TRUE 1
#define FALSE 0
// scalar types
typedef unsigned char UINT8;
typedef unsigned short UINT16;
typedef unsigned long UINT32;
typedef int BOO
www.eeworm.com/read/152785/12084638
lds bootloader.lds
OUTPUT_FORMAT(elf32-sh)
INPUT(bootloader.o)
MEMORY
{
/* the boot ROM uses IRAM at 400-430, stay away and start at 500 */
IRAM : ORIGIN = 0x0FFFF500, LENGTH = 0xA00
/* and leave some room for stack
www.eeworm.com/read/152785/12084644
c bootloader.c
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* S
www.eeworm.com/read/152785/12084647
h bootloader.h
#ifndef NULL
#define NULL ((void*)0)
#endif
#define TRUE 1
#define FALSE 0
// scalar types
typedef unsigned char UINT8;
typedef unsigned short UINT16;
typedef unsigned long UINT32;
typedef int BOO
www.eeworm.com/read/254429/12137002
po bootloader.po
www.eeworm.com/read/254429/12137005
pr bootloader.pr
www.eeworm.com/read/254429/12137017
ps bootloader.ps
www.eeworm.com/read/254429/12137019
pri bootloader.pri
www.eeworm.com/read/254429/12137020