Module memory

Module memory 

Source
Expand description

McuBoot Memory Information Handling

This module provides structures and functionality for handling memory-related information returned by McuBoot devices. It includes parsing and display of reserved memory regions and external memory attributes that can be queried from the target device.

The memory information is typically obtained through CommandTag::GetProperty commands and provides details about memory layout, reserved regions, and external memory configurations. This information is essential for understanding the target device’s memory map and constraints when performing memory operations.

Modules§

ext_mem_prop_tags
External memory property tag constants
mem_id

Structs§

ExternalMemoryAttributes
External memory attributes information
ReservedRegions
Reserved memory regions information