 | MCB2140 User's Guide |  |
|
|
| Configuring Compiler OptionsConfigure the C Compiler Options in the Project — Options for Target — C dialog. The steps for configuring these options are: - Enable Compile Thumb Code directs the compiler to generate ARM Thumb instruction set code for this project.
- Enable 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 more options information, refer to the µVision User's Guide Options Settings chapter. 
|
|