• Named regions with zero_init attribute
    Hi, I've some confusion with named regions and their attributes. In my case, I've a named region as below: #define SHARED_DATA_ZI __attribute__((section("data_shared_zi"),zero_init) and then in...
  • Problem with "TO" command in linker command file
    I have quite a lengthy (but otherwise functional) linker command file I use to position all my segments to my liking. What I want to do, however, is force the output name of the ABS and the HEX file...
  • About linker command file (.lin)
    Dear all, I have a question about the writing format of .lin file in Keil C. Ex1: ?PR?*?A => it means "all" functions within A.c But,I saw the code segment as below in .lin file: ?PR?A ...
  • Where can I run Linker's command?
    Hi fellas I'm trying to find out where can I put/run our Linker's commands. for example this command: armlink [... your normal options...] --verbose --list err.txt I don't know how to use this...
  • at command
    /*My program was given below my concept is to connect the gas sensor to P3^7 pin of micro controller and alarm connected to P3^6 pin of micro controller. P3^6 is low means the alarm is on. When the gas...