SLAU646F September 2015 – June 2020
Figure 3-12 shows the MSP430 GCC Miscellaneous settings window.
Table 3-10 describes the options that are available for MSP430 GCC Miscellaneous settings.
Option | Description |
---|---|
Override built-in specs with the contents of the specified file (-specs) | The spec strings built into GCC can be overridden by using the -specs= command-line switch to specify a spec file. |
Other flags | -mlarge
Use large-model addressing (20-bit pointers, 20-bit size_t). -mcode-region=none -mdata-region=none The MSP430 compiler has the ability to automatically distribute code and data between low memory (addresses below 64K) and high memory. This only applies to parts that actually have both memory regions and only if the linker script for the part has been specifically set up to support this feature. See Table 4-2 for more information. |