Content originally posted in LPCWare by mahalinr on Wed Oct 30 06:12:54 MST 2013
Quote: mahalinr
Hi
I am using LPC11c14 Can open in eclipse cdt software.
Can you please the ram,rom and sram origin address of this lpc11c14.
[u]MEMORY
{
/* ram size has to be checked with SEGGER!!! */
ram (rwx) : ORIGIN = 0x100000C0, LENGTH = 8k /*initial value of the stack pointer (SP) can be read from 0x20000000 and the initial value of the PC can be read from 0x20000004*/
/* last 2 pages reserved for persistent data storage (else LENGTH = 1024k )*/
rom (rx) : ORIGIN = 0x00000000, LENGTH = 8k
option_bytes_rom (rx) : ORIGIN = 0x1FFF4000, LENGTH = 16k
extnor (rx) : ORIGIN = 0x40000000, LENGTH = 32k
extsram (rwx) : ORIGIN = 0x10000000, LENGTH = 32k
extnand (rx) : ORIGIN = 0x70000000, LENGTH = 20k
}
The folllowing is the memory address i am using.
Though i am able to compile,while debugging it displays that memory cannot be accessed.
I have attached the output error.
Plz help me out
thx in advance