Expand description
McuBoot Data Phase Packet Implementation
This module provides structures and functionality for handling McuBoot data phase packets.
Data phase packets are used to transmit additional data after a command packet when the
command requires it (indicated by the CommandFlag::HasDataPhase flag in the command header).
Data phase packets are typically used with commands like:
CommandTag::WriteMemory: Contains the actual data to be written to memoryCommandTag::ReceiveSBFile: Contains the SB (Secure Boot) file dataCommandTag::ConfigureMemory: Contains configuration data for memory setup
Structsยง
- Data
Phase Packet - McuBoot data phase packet structure