bootldr.h

来自「LM3S_BOOTLOADER程序」· C头文件 代码 · 共 32 行

H
32
字号
//==============================================================================
// File:           BootLdr.h
// Compiler:       IAR Atmel AVR C/EC++ Compiler
// Output Size:    -
// Created:        Wed Sep 10 00:59:57 2008

//
// Description:    This file is generated by 'create' tool and is to be included
//                 in the 'bootldr' project. It contains the settings to
//                 configure the boot loader according to the configurations
//                 used in the encrypted file.
//==============================================================================


#ifndef BootLdr_h
#define BootLdr_h


#define PAGE_SIZE 1024
#define MEM_SIZE 12288
#define CRC_CHECK
#define SIGNATURE 0x672C6069
#define BUFFER_SIZE 1044
#define INITIALVECTOR_3 0x91CF1381
#define INITIALVECTOR_2 0xFAF4C350
#define INITIALVECTOR_1 0x2AC954AA
#define INITIALVECTOR_0 0x34A513B9
#define KEY_COUNT 1


#endif // BootLdr_h

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?