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

Relocate the MicroLIB

Dear All,

I'm using LPC11U14 with Keil.
In the project setting, I enabled the "Use MicroLIB" option.
I review the map file after compiled and noted that the MicroLIB code are put after my application code, e.g.:

.text 0x000065b0 Section 0 uidiv.o(.text) .text 0x000065dc Section 0 memcpya.o(.text) .text 0x00006600 Section 0 uread4.o(.text) .text 0x00006614 Section 0 uwrite4.o(.text)

(I guess the above are the MicroLIB code)

Is there any method that I can put these code in a defined address?
Thank you very much.

wsyuen.