• how to locate variables @ fixed locations
    hi all! i'd like to locate a variable (e.g. version number) at a fixed location in ROM, so the firmware can check the userware's version @ startup! userware: int version = 1; // locate this @ 0x1000...
  • how to locate variables @ fixed locations
    hi all! i'd like to locate a variable (e.g. version number) at a fixed location in ROM, so the firmware can check the userware's version @ startup! userware: int version = 1; // locate this @ 0x1000...
  • How to specify RAM location ?
    hi, i have an stm32f103 with me ,basically when i run it on keil in simulation mode , i have allotted space in RAM to store variables and data in the picture below ,and although when i look at the address...
  • how to locate startup code
    C51 Version 4.22 I want to absolutely locate the startup code that comes with the compiler (in the file STARTUP.A51) and is always included in projects. Any suggestion will be helpful!
  • HOW TO LOCATE OBJECT CODE ?
    I see the words below in Cx51 User's Guide about Object (OBJ) File . Most of the object code stored in the object file is not absolute. It may be located by the linker at any appropriate address...