BeRTOS
Defines
hw_boot.h File Reference

Bootloader hardware specific definition. More...

Go to the source code of this file.

Defines

#define FLASH_BOOT_SIZE   0x8000
 Define bootloader flash size.

Detailed Description

Bootloader hardware specific definition.

Author:
Daniele Basile <asteix@develer.com>

Definition in file hw_boot.h.


Define Documentation

#define FLASH_BOOT_SIZE   0x8000

Define bootloader flash size.

Note: Remember that this size should be comply to size defined in linker script, otherwise you could not find the main program application.

Definition at line 48 of file hw_boot.h.