OLE Developer Guide  Latest Git
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bootloader_settings.h File Reference

Detailed Description

Configuration settings for the bootloader.

Include dependency graph for bootloader_settings.h:

Go to the source code of this file.

Bootloader Settings

These options control the bootloader memory settings.

#define APPLICATION_RESET_ADDRESS   0x9d008000
 The reset address of the application.
 
#define FLASH_PAGE_SIZE   0x1000
 The size of a flash page.
 
#define FLASH_WORD_SIZE   4
 The size of the words used for flash programming.
 
#define CFG_ALLOW_DFU_UID_UPDATES
 Enables updating the flash based UID using DFU.
 
#define SWITCH_PORT_CHANNEL   PORT_CHANNEL_D
 The port channel of the switch that controls bootloader mode.
 
#define SWITCH_PORT_BIT   PORTS_BIT_POS_2
 The port pin of the switch that controls bootloader mode.
 
#define SWITCH_ACTIVE_HIGH   false
 True if the switch is active high, false if active low.
 
const Bootloader_LEDs BOOTLOADER_LEDS
 The LEDS to flash in bootloader mode.