mikroC PRO for ARM Specifics
The following topics cover the specifics of mikroC PRO for ARM compiler:
- ANSI Standard Issues
- Predefined Globals and Constants
- Accessing Individual Bits
- Interrupts
- Linker Directives
- Built-in Routines
- Code Optimization
Data Type Sizes Selection
Due to the code compatibility with other compilers, size of some integral types and floating point types is user selectable via Edit Project window.
Please see the data type sizes table on the Arithmetic Types topic for the corresponding arithmetic types size.
Dynamic Link For String Literals
When Dynamic Link For String Literals is OFF, literal strings are linked as global, they are not shared between routines and consume more RAM.
When Dynamic Link For String Literals is ON, then literal strings are linked as local variables and are shared between routines, therefore consume less RAM.
Copyright (c) 2002-2012 mikroElektronika. All rights reserved.
What do you think about this topic ? Send us feedback!
What do you think about this topic ? Send us feedback!