Hello!
I am working on LPC2138. The flash is 512K and the ram is 32K. As the code exeeds limit of ram i.e. 32K the keil compiler gives error "Execution region RW_IRAM1 size(34624 bytes) exeeds limit (32768 bytes)". Can any body give me some solution???????
Thanks in Advance Fayyaz
Please take a look to the MAP file. If you cannot solve it send an email to support.intl@keil.com.
You exceeded the ram space of 32K. The same thing has happen in my design. I'm now evaluating my ram requirements and off-loading some of the ram data to a SPI ram memory and paging it in as required.