cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the unmapped storage format?

SLuo.2
Associate III

The result is like the last picture, what should I do?

8 REPLIES 8
Romain DIELEMAN
ST Employee

Hi,

Here is an article to understand how to use unmapped storage for images and fonts. You will need to use the additional features of the TouchGFX Generator (initialized in the TouchGFX configuration in STM32CubeMX).

Could you explain a bit more what you meant by "The result is like the last picture, what should I do?" ?

/Romain

SLuo.2
Associate III

Thank you!

I uploaded several pictures when I asked, but they are missing

Thank you!

I uploaded several pictures when I asked, but they are missing

0693W00000DmO79QAF.pngI don't seem to have a 'FlashDataReader' generator

Hi,

I think you need to set the display interface to "Custom" if it is not already the case (not sure why). What MCU are you working with ?

/Romain

Hi,Romain

Is STM32H750XB.

Can I use "LTDC+DMA2D" and unmapped storage formats at the same time

If so, are there any examples?

Thanks.​

You can actually. I misunderstood how the FlashDataReader option works in STM32CubeMX, it only works when the Framebuffer pixel format is RGB565 (which is initially set when setting the display interface to "Custom". So you can select the display interface "LTDC" and use the FlashDataReader option as long as you are in RGB565.

We do not have an example with both unmapped storage and LTDC+DMA2D unfortunately. The only example we have is for unmapped storage is on the STM32G0nucleo with a SPI display.

/Romain