image limit about stm32cubeide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-04-30 12:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-05-06 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-05-06 3: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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-05-06 6:24 PM
Hi Semer CHERNI,Thank you!
STM32CubeIDE Achieve the same function with _sdata\_edata\_sidata !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-05-06 6:26 PM
Hi Tesla DeLorean
right, _sdata\_edata\_sidata be found at startup.s
thank you!
