Skip to content
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

[feature] Read/write operations on external SPI Serial Flash Memory #1368

Open
mrkkrn opened this issue Feb 14, 2024 · 1 comment
Open

[feature] Read/write operations on external SPI Serial Flash Memory #1368

mrkkrn opened this issue Feb 14, 2024 · 1 comment

Comments

@mrkkrn
Copy link

mrkkrn commented Feb 14, 2024

Does stlink have support for read/write operations over external SPI memory? From docs/source isn't visible at first moment, I assume not.

STM32CubeProgrammer feature to program external flash with support of "external loaders", link for ST External Loader repo.

I would like to use write/read operations over SPI memory, external loader from link above looks like good way how to handle it, questions is how to achieve such functionality with stlink.

Pseudo work-flow should be:

  1. Load "external_loader.bin" into Target SRAM
  2. Copy data to SRAM at SRAM_ADDR + sizeof(external_loader.bin)
  3. Call external_loader.bin->Init to initialize Target
  4. Call external_loader.bin-> (Mass_Ease | Write | Read)

I would appreciate this functionality and I don't hesitate to support it, please do you have any recommendations or tips?

@Nightwalker-87
Copy link
Member

As to my knowledge such a functionality is currently not available in the toolset.

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

No branches or pull requests

2 participants