2025-07-08 7:02 PM
ST official UI samples are running with external SRAM of STM32H750B-DK, but if use internal SRAM , how to adjust the configuration ???
I try to remove external SRAM configuration inner STM32CUBE MX , but it's fail , anybody have this sample to be released ?
2025-07-10 8:22 AM - edited 2025-07-10 8:25 AM
Hello @miker ,$
You should modify the linker script.
For GCC, it is the the .id file located in the gcc folder.
There you will find the different sections and where they are stored.
To see how we set that up, you can look at various TBS that doesn't have external RAM.
But if I recall correctly, this board doesn't have a lot of internal memory. So perhaps it is "not possible" (at least to have an appealing GUI).
Regards,