• project copy
    hello, how do you create a copy of a project with a new name? I have project X that I want to duplicate as project Y and make unique changes to it ( and leave project X untouched) I do not...
  • mmc copy
    To copy all files or folder from one mmc card to another using lpc2132 with FAT32
  • Copying Structs
    Hi all, I need some help about assigning two structures. The simple Function void CopyStruct(struct A *sSrc, struct A *sDst) { *sDst = *sSrc; } is translated to ; Variable 'sDst' assigned...
  • difference between saved copy and banked copy
    Note: This was originally posted on 15th January 2013 at http://forums.arm.com Hi there, I am reading ARM architecture manual v7, part B. In the discretion of system register banks on page 1144, it refers...
  • Cody copy to RAM on startup?
    I am trying to get a custom bootloader to run from RAM only and so we modified our scatter file to be as follows: LR_IROM1 0x00000000 0x00007FC8 { ; load region size_region ER_IROM1 0x00000000 0x00007FC8...