cancel
Showing results for 
Search instead for 
Did you mean: 

Use ITCM for dynamic Bitmap (TouchGFX 4.18)

MarcoSilenzi
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
MarcoSilenzi
Associate II

Hello,

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

Thank you

View solution in original post

3 REPLIES 3
MarcoSilenzi
Associate II

Solved, please close the post

Lina_DABASINSKAITE
Community manager
Community manager

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.
MarcoSilenzi
Associate II

Hello,

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

Thank you