4.5.3 Macros
#define BL_COMMAND_HEADER_SIZE (4U)
Total size of the operational block header part.
#define BL_BLOCK_HEADER_SIZE (3U)
Total size of the basic block header part.
#define BL_WRITE_BYTE_LENGTH (NVMCTRL_FLASH_PAGESIZE)
Maximum number of bytes that the bootloader can hold inside of its process buffer.
#define BL_MAX_BUFFER_SIZE (BL_BLOCK_HEADER_SIZE + BL_COMMAND_HEADER_SIZE + BL_WRITE_BYTE_LENGTH)
Maximum length of data in bytes that the bootloader can receive from the host in each operational block.
