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

Setting target options for LPC 1768

I am learning to use uVision 4.21 for LPC 1768 development. In the MCB1700 user's guide, it said:

default on-chip start size
x IRAM1 0x10000000 0x8000 IRAM2 0x20000000 0x8000

But for LPC 1768, I believe I should change to:

default on-chip start size
x IRAM1 0x10000000 0x8000 IRAM2 0x2007C000 0x8000

Is that true? And what default means here?