Skip to content

Support ST chips with alternative internal flash configurations #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
EkelmansPh opened this issue May 8, 2025 · 0 comments
Open

Comments

@EkelmansPh
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant