Skip to main content
Associate
January 3, 2024
Solved

Use ITCM for dynamic Bitmap (TouchGFX 4.18)

  • January 3, 2024
  • 3 replies
  • 1171 views

Hello, I'm using an STM32H750 and I need to implement a single small dynamic bitmap, but I have only ITCM RAM available. I read and made all the code from the article

https://support.touchgfx.com/docs/development/ui-development/touchgfx-engine-features/dynamic-bitmaps

but the funcion Bitmap::dynamicBitmapCreate return INVALID.

The question is: is it possible to use ITCM for this purpose? I'm using IAR 8.32

 

Thank you

This topic has been closed for replies.
Best answer by MarcoSilenzi

Hello,

I forgot to have SRAM 1-2-3 available and they works perfectly for my purpose.

Thank you

3 replies

Associate
January 8, 2024

Solved, please close the post

Lina_DABASINSKAITE
Community Manager
January 8, 2024

Hello @MarcoSilenzi , 

Can you share the solution? After that I am happy to close the post. 

Regards,
Lina

​In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
MarcoSilenziAuthorBest answer
Associate
January 8, 2024

Hello,

I forgot to have SRAM 1-2-3 available and they works perfectly for my purpose.

Thank you