• 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...
  • copying code to ram and executing it
    Hello, I am using Keil uVision 5.15 compiler. copying a routine to ram(FLASH_eraseOneBlock) and try to runit, the code crashes (hardware Fault). I have looked at Keil's ram function example and...