• 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...
  • copying a target
    In switching to some new hardware, I need, with the very same source files to create another build where the only difference is some 'options for target' (C/C++ and debug settings). Both builds have...
  • 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...