You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Load "external_loader.bin" into Target SRAM
Copy data to SRAM at SRAM_ADDR + sizeof(external_loader.bin)
Call external_loader.bin->Init to initialize Target
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:
I would appreciate this functionality and I don't hesitate to support it, please do you have any recommendations or tips?
The text was updated successfully, but these errors were encountered: