Skip to main content
franck23
Associate III
January 25, 2021
Solved

Load MCU flash without reloading the external flash

  • January 25, 2021
  • 2 replies
  • 904 views

Hi,

In debug mode, is there a way to reload the MCU flash but not the external flash connected to the QSPI?

It takes a while for CubeIDE to reprogram the external flash.

I do not modify the external flash data between debug sessions, so it would save me a lot of time if it was not erased then reprogrammed every time.

I could not find an option to avoid the external flash reload.

Thanks.

This topic has been closed for replies.
Best answer by Tesla DeLorean

Similar request https://community.st.com/s/question/0D53W00000W5UvoSAF/remove-loader-to-fast-debug

I'd probably post-link the section out of the ELF if the development software was deficient.

Problems seems to be the tools don't seem to be tested/evaluated in normal use cases..

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
January 25, 2021

Similar request https://community.st.com/s/question/0D53W00000W5UvoSAF/remove-loader-to-fast-debug

I'd probably post-link the section out of the ELF if the development software was deficient.

Problems seems to be the tools don't seem to be tested/evaluated in normal use cases..

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
franck23
franck23Author
Associate III
January 25, 2021

Thanks!