This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Source code location

My question is if it is possible, using MDK ARM Keil IDE, to define exact start location for every source code file ? I know I can define per variable location, as well as per function location, but it can be big job if I want all the vars and functions in some source code file to start from some address.

Thanks

Parents Reply Children
  • Although I don't need exact location for every file in most cases, one specific case came upon my mind. It was about some kind of bootloader which would occupy lower addresses and user program some distinct (higher) space. Of course locations could be reversed, but obviously distinct. And I am aware of interrupt vector table problem as well as many other problems which I intend not to incorporate into this thread.

    Regards