cancel
Showing results for 
Search instead for 
Did you mean: 

QSPI

heyo
Senior

What to do if I do not want to load my images to QSPI flash every time I upload the code?

1 ACCEPTED SOLUTION

Accepted Solutions
_EFrie
Associate III

Probably add it to your .noload section

View solution in original post

3 REPLIES 3
_EFrie
Associate III

Probably add it to your .noload section

JTP1
Lead

Hello

Hmm if you want to remove ext_flash section, you can use arm-none-eabi-objcopy- command.

like:

arm-none-eabi-objcopy.exe --remove-section=ExtFlashSection "yourFilename.elf" "IntFlash.elf"

and place this to the post-build command.

https://community.st.com/s/question/0D53W00000Y3qptSAB/is-it-possible-to-decice-the-memory-area-to-download-on-uc-and-qspi

I just want that every time don't upload all bitmaps images to my QSPI because it takes about 2-3 min. Maybe there is simple way to comment something in code and don't upload bitmaps. And when I need to renew my bitmaps I could do it in simple way :D