• Specifying the directory for object files
    Which directive should I use (in the command line) to change the output path for the object files. I want to move the objects files to a different directory (folder) so that my project directory...
  • Specifying the directory for object files
    Which directive should I use (in the command line) to change the output path for the object files. I want to move the objects files to a different directory (folder) so that my project directory...
  • Fill Memory Automatically with 0x00 in the Hex File
    How do you stuff memory with 0x00 for the remainder of a hex file after the image file automatically? I have tried to use an external file which I set to --last in the misc control under the Linker...
  • Fill Memory Automatically with 0x00 in the Hex File
    How do you stuff memory with 0x00 for the remainder of a hex file after the image file automatically? I have tried to use an external file which I set to --last in the misc control under the Linker...
  • specify a code string to certain memory address
    I have a string of code type defined in a function: void func1 { unsigned char code string_0[]="a string"; unsigned char stringLen; .... } The func1 is located to address 0xF000. But string_0...