Skip to main content
Associate III
July 9, 2025
Solved

How to create UI with STM32H750B-DK 's internal SRAM ??

  • July 9, 2025
  • 1 reply
  • 212 views

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 ?

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

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,

1 reply

GaetanGodart
GaetanGodartBest answer
Technical Moderator
July 10, 2025

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,