代码搜索结果
找到约 4,828 项符合
Bootloader 的代码
main.s
.module main.c
.area data(ram, con, rel)
_PageAddress16::
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
.dbfile C:\DATA\MP3\BootLoader\main.c
.dbsym e PageAddress16 _PageAddres
avr4.x
/* MODIFIED LINKER SCRIPT - BOOTLOADER: without .vectors */
OUTPUT_FORMAT("elf32-avr","elf32-avr","elf32-avr")
OUTPUT_ARCH(avr:4)
MEMORY
{
text (rx) : ORIGIN = 0, LENGTH = 8K
data (rw!x) : O
dsp.asm
文件头:
.title " test vc5402'bootloader..."
.ref _c_int00
.mmregs
gpiocr .set 3ch
gpiosr .set 3dh
dxr10 .set 23h
drr10 .set 21h
leds.lst
leds.elf: file format elf32-msp430
SYMBOL TABLE:
0000f000 l d .text 00000000
00000200 l d .data 00000000
00000c00 l d .bootloader 00000000
00001000 l d .infomem 00000000
0000
bios.c
#include "types.h"
#include "bios.h"
#include "bioscall.h"
#include "board.h"
#include "config.h"
#include "console.h"
#include "utils.h"
#include "bootloader.h"
extern const unsigned long _rom_base;
bios.c
#include "types.h"
#include "bios.h"
#include "bioscall.h"
#include "board.h"
#include "config.h"
#include "console.h"
#include "utils.h"
#include "bootloader.h"
extern const unsigned long _rom_base;
bios.c
#include "types.h"
#include "bios.h"
#include "bioscall.h"
#include "board.h"
#include "config.h"
#include "console.h"
#include "utils.h"
#include "bootloader.h"
extern const unsigned long _rom_base;
xf灯闪.txt
******************************************************************
*该程序完成BOOTLOADER在线擦写FLASH的功能。 *
*实验现象是带仿真器时,蓝色XF灯闪烁。当拔掉仿真器下载电缆线后,按*
*复位键或重新上电,XF灯闪烁。
xf灯闪.txt
******************************************************************
*该程序完成BOOTLOADER在线擦写FLASH的功能。 *
*实验现象是带仿真器时,蓝色XF灯闪烁。当拔掉仿真器下载电缆线后,按*
*复位键或重新上电,XF灯闪烁。
xf灯闪.txt
******************************************************************
*该程序完成BOOTLOADER在线擦写FLASH的功能。 *
*实验现象是带仿真器时,蓝色XF灯闪烁。当拔掉仿真器下载电缆线后,按*
*复位键或重新上电,XF灯闪烁。