2016-05-26 09: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
2016-05-27 01: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.2016-05-27 02:19 AM
Hi nguyen.binh,
Please, try to creat one only thread for the same subject. Refer to this . -Hannibal-2016-05-29 06:20 PM
Thanks clive1,
You can give me document or link for that?I don't know how to do thisMany thanks2016-05-29 07: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