📄 bootldr.h
字号:
//==============================================================================
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -