--- In lpc2000@yahoogroups.com, "ni_leiqi" <ni_leiqi@...> wrote:
>
> Hi,
>
> I have a question regarding memory mapping mode.
>
> The user manual says there are 4 memory mapping modes. They are Boot
> loader, User flash, User RAM, and User External, User External mode is
> activated by BOOT[1:0] pins not 11 at reset.
>
> My question is does that mean all other three mapping mode are
> avtivated by BOOT[1:0]=11 at reset ? Am I right ? Thanks.
>
> Daniel
BOOT1:0 settings as per LPC222x user manual page 122:
> BOOT1:0=00 selects 8-bit memory on CS0 for boot.
> BOOT1:0=01 selects 16-bit memory on CS0 for boot.
> BOOT1:0=10 selects 32-bit memory on CS0 for boot.
> BOOT1:0=11 selects Internal Flash memory.
Jaya