2024-01-03 08:30 AM
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
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
Solved! Go to Solution.
2024-01-08 05:10 AM
Hello,
I forgot to have SRAM 1-2-3 available and they works perfectly for my purpose.
Thank you
2024-01-07 11:23 PM
Solved, please close the post
2024-01-08 04:24 AM
Hello @MarcoSilenzi ,
Can you share the solution? After that I am happy to close the post.
Regards,
Lina
2024-01-08 05:10 AM
Hello,
I forgot to have SRAM 1-2-3 available and they works perfectly for my purpose.
Thank you