|
| Configuring Compiler OptionsConfigure the C Compiler Options in the Project — Options for Target — C dialog: - Compile Thumb Code directs the compiler to generate code ARM Thumb instruction set code for this project.
- Support Calls between ARM and Thumb Instruction Set allows you to intermix Thumb and native ARM code within the same project.
- Enable APCS (ARM Procedure Call Standard) creates an application with standard parameter passing conventions.
For detailed information about Compiler options refer to the GNU C Compiler Support.

|
|