











Development Environment:Linker
Notes:
The linker takes these object files and assigns them absolute addresses in the memory map. To this end, we have to give some instructions to the linker.
In addition to the object files we have elements from an object library that is either created by TI, such as the math library for the C compiler, or created by the developer in the case of custom functions.
The output of the linker though an executable file that can be run on any of the platforms we discussed earlier.