2024-04-30 12:40 AM
2024-05-06 02:53 AM
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.
2024-05-06 03:48 AM
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.
2024-05-06 06:24 PM
Hi Semer CHERNI,Thank you!
STM32CubeIDE Achieve the same function with _sdata\_edata\_sidata !
2024-05-06 06:26 PM
Hi Tesla DeLorean
right, _sdata\_edata\_sidata be found at startup.s
thank you!