Problem with internal sram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-05-26 9:12 PM
Hello,
I'm just starting with cortex-m3 and with gnu arm toolchain
Myquestion may be stupid
Because the internal SRAM in the Cortex-m3 is 64KB max,when i build project is keil ver 4 it can not compiler. My project is declare more variable array so it not enough when use internal sram
How to config for keil will use external sram when build project ?
Many thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-05-27 1:48 AM
As previously established the CM3 is not limited to 64KB of IRAM. In Keil you can define memory regions available in the Target options pane.
You will need to add code into SystemInit to configure your external memory pins and FSMC settings.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
‎2016-05-27 2:19 AM
Hi nguyen.binh,
Please, try to creat one only thread for the same subject. Refer to this . -Hannibal-- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-05-29 6:20 PM
Thanks clive1,
You can give me document or link for that?I don't know how to do thisMany thanks- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-05-29 7:38 PM
Thanks clive1,
I use STM32F10You can give me document or link for that?
I don't know how to do this
Many thanks
