• Remap pins to non-default behavior
    Eval Board: Keil MCB4357 (uses a LPC4357) I am working on a project which has some overlap in pin usage when using any of the default pin functions. To get around this issue, I am trying to re-purpose...
  • Locating segments in HDATA by default
    Okay, I think this should be an easy one! I have a program/data partition at 0x20000. I also have internal SRAM from 0-0x1300. Without the 'Use internal SRAM' box checked, I get this config: ...
  • jump to a location
    can i jump from a bootloader designed by me to an application program by changing the ProgramCounter .. i have an address location in a variable .. mov pc, addr .. is this possible or any other options...
  • How to change AR166 library default location?
    Hello, I have a project that uses ARTX166. Microvision always tries to link the project with the library located in the .../keil/lib folder. However, I want the library file to be physically...
  • Locating Variables in non volatile areas.
    Hi, I'm developing an application on the LPC2368 that stores configuration data in the battery backed area of the processor. I have managed to locate the data structure at the correct address in memory...