cancel
Showing results for 
Search instead for 
Did you mean: 

image limit about stm32cubeide

DerekWu
Associate II
How to use the image$$rom$$limit function in stm32cubeide, thanks
4 REPLIES 4
Semer CHERNI
ST Employee

Hello @DerekWu 

First let me thank you for posting.

"image$$rom$$limit" seems to be specific to scatter files however STM32CubeIDE use GCC linker files.
Could you provide more details about the scenario you are making.

KR,
Semer.

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.

Keil specific.

Create it as a Linker symbol or use the equivalent already in the script and used by startup.s to initialize the statics from ROM to RAM.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Hi  Semer CHERNI,Thank you!

STM32CubeIDE Achieve the same function with _sdata\_edata\_sidata !

 

Hi Tesla DeLorean

right, _sdata\_edata\_sidata be found at startup.s

thank you!