Associate II
November 11, 2022
Question
How to use internal ram of MCU on STM32H757I-EVAL Board for TouchGFX Applications?
- November 11, 2022
- 1 reply
- 1772 views
Hello Everyone,
I have a code working with external RAM but I want to use internal RAM of STM32 MCU on STM32H757I-EVAL board for a TouchGFX application. I changed Buffer Location option as By Allocation on CubeMX and generated the code. It seems TouchGFX Generator made some necessary changes on TouchGFXGeneratedHAL. Build the code and and run debug. Everything seems ok but I just want to be sure if it is a correct way. When I try to increase the resolution, I get overflow error as I expect. Also I commented fmcInit2(&Error_Handler) function to see if it still works. It was not working before but works now. Thanks.