How to expand array size in memory(Error- segment .bss overflow)?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-17 12:41 PM
Hi there,
I want to expand array size until 3000. (i.e. arr[3000]). I have 4KB RAM.
currently I can get value till arr[1500].
I tried different options to expand size but no success. Please see below image.
How to expand array size?
Thanks ,
Gopal
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-17 11:11 PM
Other variables and stack take up space, too. Review the map file.
Manage to get along with smaller array sizes, or get a MCU with more RAM.
