2021-01-25 06:37 AM
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.
Solved! Go to Solution.
2021-01-25 06:47 AM
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..
2021-01-25 06:47 AM
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..
2021-01-25 07:54 AM
Thanks!