• Code relative address change in Keil MVision 2
    I have written my application in C. I want the binary genrated to start from location 4096 (1000H) instead of 0000H, so that the symbol references are genreated accordingly. How can I do this? ...
  • Compile a program with RELATIVE JUMPS
    Hi, I need to compile a program in to relative jumps in order to locate it diferent addresses. With this I can load it to address 0x1000000 or 0x3000000. I have a BIG flash memory that contains...
  • Relative timing of os_time_get() and os_itv_wait()
    In a very simple task containing an infinite loop and running on os_itv_wait() I would like to measure how long the code takes to run using os_time_get(). For example if os_itv_wait() lets my code run...
  • How to make section position independent?
    Hello, i work with uVision 3 V3.72, linker V3.1.0.942. i check in linker options make ro section postion independent and also use memory layout from the Target dialog.And duing linking shows warnign...
  • Relative project file paths
    Hi, With new uVision4 the file paths in project are not saved as they were entered, so there's no way to save relative paths because uVision4 automatically converts them to absolute. The problem is...