2.4.4.1 bl_block_type_t
enum bl_block_type_t
Contains the code corresponding to the various types of data blocks that the bootloader supports.
| UNLOCK_BOOTLOADER |
0x01U - Unlock Bootloader Block - Identifies an operational block that holds precondition metadata to be checked and validated before any memory-changing actions occur in the bootloader |
| WRITE_FLASH |
0x02U - Flash Data Block - Identifies operational blocks that need to be written into the Flash section of memory |
| WRITE_EEPROM |
0x03U - EEPROM Data Block - Identifies operational blocks that need to be written into the EEPROM section of memory |
