• How to get the start and end address of _DATA_GROUP_ in C program?
    As title.
  • How to write an assembly code used for obtaining code end address in PROM?
    Thanks a lot!
  • Finding the end of code/data
    One FAQ is "how do I find the address at the end of code?"; or, similarly, "how do I find the end of my variables?". The usual answer is to add a small segment, tell the linker to locate it as the last...
  • Locating ?C_INITSEG at end of code
    I am using the NOSORTSIZE directive with BL51 and I have a need to locate the initialization segment ?C_INITSEG after all of my other code segments. I have noticed that when the NOSORTSIZE directive...
  • Variables end up on same address
    We are using the Keil C-compiler and uVision when compiling a project for the C166-platform. Latley we have been noticing a strange behaviour of our program. A closer look of the result revealed that...