• 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...
  • 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...
  • What is default code bank
    I have searched through App notes, example programs, help guides, etc., and I cannot find out what the "<default>" option is for the Code Bank field on the properties tab of the Options dialog when you...
  • Writing to a specified memory location
    Hi , I am giving a small C program ..this is to find the factorial of a given number. I would like to know how i could write the output value " fact "to a specifed memory location (For example like...