This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

lpc3250 emc boot

hi

i am trying to boot lpc3250 from emc (static memory cs0). using 2x16 parallel sst39lf800a.
flash is programmed correctly (reading validation code 0x13579bd2 at 0xe0000000). but it is not booting. how to proceed further?

and i also had i doubt in my linker setting.

link.sct:
--------

LR_ROM1 0xE0000000 0x00008000 { ; load region size_region ER_ROM1 0xE0000000 0x00008000 { ; load address = execution address *.o (RESET, +First) *(InRoot$$Sections) .ANY (+RO) } RW_IRAM1 0x08000000 0x00040000 { ; RW data .ANY (+RW +ZI) }
}

is this correct?

0