![]() |
![]() |
The section has a list of configurable defines. More...
Macros | |
| #define | SBL_AUTOBOOT_COUNT 20U |
| Number of seconds the SBL will wait before autobooting the existing image. This allows the user to press a key to stop the autoboot and flash a new image. | |
| #define | SBL_METAIMAGE_OFFSET (256U * 1024U) |
| This is offset in flash at which the application metaimage will be stored. | |
| #define | SBL_MAX_METAIMAGE_SIZE (1024U * 1024U) |
| This is the maximum size of the application metaimage which the SBL will attempt to flash. This define protects against erraneously overwriting the backup default image. | |
| #define | SBL_BACKUP_IMAGE_OFFSET 0x00180000U |
| This is the backup default image offset. Note: SBL only reads from this location. It does not modify the factory default backup image. | |
The section has a list of configurable defines.