992 views
in Embedded Wizard Studio by
Hi,

I using to STM32F429 Discovery Board

I program to using Embedded Wizard and Truestudio.

 

I have a problem.

When convert Embeddd Wizard Project(Build) to Truestudio Porject(C) (Make install) , the board is full in flash memory...

 

I want to add more image , action , ect.....

Is there a way to solve this problem?

1 Answer

0 votes
by

Hello,

due to the fact that the STM32F429 does not support QSPI flash, the entire application and all resources have to be located into the internal flash memory.

In order to save flash memory, please take care that the FormatOfBitmapResources and the FormatOfStringConstants is set to Compressed.

Additional hints to reduce the code size can be found in this article.

Best regards,

Manfred.

by
If i using to stm32f769 discovery with sd card, is it a possible???
by

Unfortunately, the SD card is not in the address range of the CPU - so it is not possible for the linker / locator to place code or resources into the SD card.

However, if you want to put images into your SD card, you can implement your own image loader by using the ExternBitmap infrastructure.

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...