Skip to content

Support ST chips with alternative internal flash configurations #81

@EkelmansPh

Description

@EkelmansPh

Postmaster assumes a certain flash map is used to describe the internal flash configuration.
This is not valid for all ST controllers (i.e. STM32WB55).

std::array<uint32_t, 12> sectors{ 0x8000, 0x8000, 0x8000, 0x8000, 0x20000, 0x40000, 0x40000, 0x40000, 0x40000, 0x40000, 0x40000, 0x40000 };

Proposal would be to make this configurable through the postmaster API.
This could be done by making in configurable through the network headers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions