SPRUIG8J January 2018 – March 2024
The linker creates executable object files from object modules. These executable object files can be executed by a C7000 CPU.
Object modules make modular programming easier because they encourage you to think in terms of blocks of code and data. These blocks are known as sections. The linker provides directives that allow you to create and manipulate sections.
This chapter focuses on the concept and use of sections.