The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
mbed 2
This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.
TARGET_K64F/TOOLCHAIN_ARM_STD/MK64FN1M0xxx12.sct@141:794e51388b66, 2017-04-28 (annotated)
- Committer:
- Anna Bridge
- Date:
- Fri Apr 28 13:09:19 2017 +0100
- Revision:
- 141:794e51388b66
- Parent:
- 138:093f2bd7b9eb
Release 141 of the mbed library
Ports for Upcoming Targets
Fixes and Changes
4008: [NUC472/M453] Support Bootloader and FlashIAP https://github.com/ARMmbed/mbed-os/pull/4008
4102: Add SCL and SDA defs for I2C[0-2]; redefine I2C_[SCL,SDA] to I2C2 https://github.com/ARMmbed/mbed-os/pull/4102
4118: STM32F4 Internal ADC channels rework https://github.com/ARMmbed/mbed-os/pull/4118
4126: STM32F4 : remove SERIAL_TX and SERIAL_RX from available pins https://github.com/ARMmbed/mbed-os/pull/4126
4148: Revert "STM32F4 Internal ADC channels rework" https://github.com/ARMmbed/mbed-os/pull/4148
4152: STM32F4 Internal ADC channels rework https://github.com/ARMmbed/mbed-os/pull/4152
4074: [Silicon Labs] Update pinout https://github.com/ARMmbed/mbed-os/pull/4074
4133: U-BLOX_C030: Default XTAL is now 12MHz onboard. Option to use Debug 8MHz https://github.com/ARMmbed/mbed-os/pull/4133
4142: EFM32: Fixed `pwmout_all_inactive` being inversed https://github.com/ARMmbed/mbed-os/pull/4142
4016: [NRF5]: fix rtc overflow-while-set-timestamp issue https://github.com/ARMmbed/mbed-os/pull/4016
4031: STM32 increase IAR heap size for big RAM targets https://github.com/ARMmbed/mbed-os/pull/4031
4137: MCUXpresso: Update ARM linker files to eliminate reserving RAM for stack & heap https://github.com/ARMmbed/mbed-os/pull/4137
4176: STM32L4 Internal ADC channels rework https://github.com/ARMmbed/mbed-os/pull/4176
4154: STM32F7 Internal ADC channels rework https://github.com/ARMmbed/mbed-os/pull/4154
4174: [NRF52840]: fix rtc overflow-while-set-timestamp issue https://github.com/ARMmbed/mbed-os/pull/4174
4180: [UBLOX_C030] create target hierarchy for the specific versions of the C030 board https://github.com/ARMmbed/mbed-os/pull/4180
4153: STM32F2: Internal ADC channels rework https://github.com/ARMmbed/mbed-os/pull/4153
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 120:7c328cabac7e | 1 | #! armcc -E |
Kojto | 120:7c328cabac7e | 2 | /* |
Kojto | 120:7c328cabac7e | 3 | ** ################################################################### |
<> | 127:25aea2a3f4e3 | 4 | ** Processors: MK64FN1M0CAJ12 |
<> | 127:25aea2a3f4e3 | 5 | ** MK64FN1M0VDC12 |
Kojto | 120:7c328cabac7e | 6 | ** MK64FN1M0VLL12 |
Kojto | 120:7c328cabac7e | 7 | ** MK64FN1M0VLQ12 |
Kojto | 120:7c328cabac7e | 8 | ** MK64FN1M0VMD12 |
Kojto | 120:7c328cabac7e | 9 | ** |
Kojto | 120:7c328cabac7e | 10 | ** Compiler: Keil ARM C/C++ Compiler |
Kojto | 120:7c328cabac7e | 11 | ** Reference manual: K64P144M120SF5RM, Rev.2, January 2014 |
<> | 127:25aea2a3f4e3 | 12 | ** Version: rev. 2.9, 2016-03-21 |
<> | 127:25aea2a3f4e3 | 13 | ** Build: b160406 |
Kojto | 120:7c328cabac7e | 14 | ** |
Kojto | 120:7c328cabac7e | 15 | ** Abstract: |
Kojto | 120:7c328cabac7e | 16 | ** Linker file for the Keil ARM C/C++ Compiler |
Kojto | 120:7c328cabac7e | 17 | ** |
<> | 127:25aea2a3f4e3 | 18 | ** Copyright (c) 2016 Freescale Semiconductor, Inc. |
Kojto | 120:7c328cabac7e | 19 | ** All rights reserved. |
Kojto | 120:7c328cabac7e | 20 | ** |
Kojto | 120:7c328cabac7e | 21 | ** Redistribution and use in source and binary forms, with or without modification, |
Kojto | 120:7c328cabac7e | 22 | ** are permitted provided that the following conditions are met: |
Kojto | 120:7c328cabac7e | 23 | ** |
Kojto | 120:7c328cabac7e | 24 | ** o Redistributions of source code must retain the above copyright notice, this list |
Kojto | 120:7c328cabac7e | 25 | ** of conditions and the following disclaimer. |
Kojto | 120:7c328cabac7e | 26 | ** |
Kojto | 120:7c328cabac7e | 27 | ** o Redistributions in binary form must reproduce the above copyright notice, this |
Kojto | 120:7c328cabac7e | 28 | ** list of conditions and the following disclaimer in the documentation and/or |
Kojto | 120:7c328cabac7e | 29 | ** other materials provided with the distribution. |
Kojto | 120:7c328cabac7e | 30 | ** |
Kojto | 120:7c328cabac7e | 31 | ** o Neither the name of Freescale Semiconductor, Inc. nor the names of its |
Kojto | 120:7c328cabac7e | 32 | ** contributors may be used to endorse or promote products derived from this |
Kojto | 120:7c328cabac7e | 33 | ** software without specific prior written permission. |
Kojto | 120:7c328cabac7e | 34 | ** |
Kojto | 120:7c328cabac7e | 35 | ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
Kojto | 120:7c328cabac7e | 36 | ** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
Kojto | 120:7c328cabac7e | 37 | ** WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
Kojto | 120:7c328cabac7e | 38 | ** DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
Kojto | 120:7c328cabac7e | 39 | ** ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
Kojto | 120:7c328cabac7e | 40 | ** (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
Kojto | 120:7c328cabac7e | 41 | ** LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
Kojto | 120:7c328cabac7e | 42 | ** ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
Kojto | 120:7c328cabac7e | 43 | ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
Kojto | 120:7c328cabac7e | 44 | ** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Kojto | 120:7c328cabac7e | 45 | ** |
Kojto | 120:7c328cabac7e | 46 | ** http: www.freescale.com |
Kojto | 120:7c328cabac7e | 47 | ** mail: support@freescale.com |
Kojto | 120:7c328cabac7e | 48 | ** |
Kojto | 120:7c328cabac7e | 49 | ** ################################################################### |
Kojto | 120:7c328cabac7e | 50 | */ |
Kojto | 120:7c328cabac7e | 51 | #define __ram_vector_table__ 1 |
Kojto | 120:7c328cabac7e | 52 | |
Kojto | 120:7c328cabac7e | 53 | #if (defined(__ram_vector_table__)) |
Kojto | 120:7c328cabac7e | 54 | #define __ram_vector_table_size__ 0x00000400 |
Kojto | 120:7c328cabac7e | 55 | #else |
Kojto | 120:7c328cabac7e | 56 | #define __ram_vector_table_size__ 0x00000000 |
Kojto | 120:7c328cabac7e | 57 | #endif |
Kojto | 120:7c328cabac7e | 58 | |
<> | 138:093f2bd7b9eb | 59 | #if !defined(MBED_APP_START) |
<> | 138:093f2bd7b9eb | 60 | #define MBED_APP_START 0 |
<> | 138:093f2bd7b9eb | 61 | #endif |
<> | 138:093f2bd7b9eb | 62 | |
<> | 138:093f2bd7b9eb | 63 | #if !defined(MBED_APP_SIZE) |
<> | 138:093f2bd7b9eb | 64 | #define MBED_APP_SIZE 0x100000 |
<> | 138:093f2bd7b9eb | 65 | #endif |
<> | 138:093f2bd7b9eb | 66 | |
<> | 138:093f2bd7b9eb | 67 | #define m_interrupts_start MBED_APP_START |
Kojto | 120:7c328cabac7e | 68 | #define m_interrupts_size 0x00000400 |
Kojto | 120:7c328cabac7e | 69 | |
<> | 138:093f2bd7b9eb | 70 | #define m_flash_config_start MBED_APP_START + 0x400 |
Kojto | 120:7c328cabac7e | 71 | #define m_flash_config_size 0x00000010 |
Kojto | 120:7c328cabac7e | 72 | |
<> | 138:093f2bd7b9eb | 73 | #define m_text_start MBED_APP_START + 0x410 |
<> | 138:093f2bd7b9eb | 74 | #define m_text_size MBED_APP_SIZE - 0x410 |
Kojto | 120:7c328cabac7e | 75 | |
Kojto | 120:7c328cabac7e | 76 | #define m_interrupts_ram_start 0x1FFF0000 |
Kojto | 120:7c328cabac7e | 77 | #define m_interrupts_ram_size __ram_vector_table_size__ |
Kojto | 120:7c328cabac7e | 78 | |
Kojto | 120:7c328cabac7e | 79 | #define m_data_start (m_interrupts_ram_start + m_interrupts_ram_size) |
Kojto | 120:7c328cabac7e | 80 | #define m_data_size (0x00010000 - m_interrupts_ram_size) |
Kojto | 120:7c328cabac7e | 81 | |
Kojto | 120:7c328cabac7e | 82 | #define m_data_2_start 0x20000000 |
Kojto | 120:7c328cabac7e | 83 | #define m_data_2_size 0x00030000 |
Kojto | 120:7c328cabac7e | 84 | |
<> | 127:25aea2a3f4e3 | 85 | /* Sizes */ |
<> | 127:25aea2a3f4e3 | 86 | #if (defined(__stack_size__)) |
<> | 127:25aea2a3f4e3 | 87 | #define Stack_Size __stack_size__ |
<> | 127:25aea2a3f4e3 | 88 | #else |
<> | 127:25aea2a3f4e3 | 89 | #define Stack_Size 0x0400 |
<> | 127:25aea2a3f4e3 | 90 | #endif |
Kojto | 120:7c328cabac7e | 91 | |
<> | 127:25aea2a3f4e3 | 92 | #if (defined(__heap_size__)) |
<> | 127:25aea2a3f4e3 | 93 | #define Heap_Size __heap_size__ |
<> | 127:25aea2a3f4e3 | 94 | #else |
<> | 127:25aea2a3f4e3 | 95 | #define Heap_Size 0x0400 |
<> | 127:25aea2a3f4e3 | 96 | #endif |
<> | 127:25aea2a3f4e3 | 97 | |
<> | 127:25aea2a3f4e3 | 98 | LR_m_text m_interrupts_start m_text_start+m_text_size-m_interrupts_start { ; load region size_region |
Kojto | 120:7c328cabac7e | 99 | VECTOR_ROM m_interrupts_start m_interrupts_size { ; load address = execution address |
Kojto | 120:7c328cabac7e | 100 | * (RESET,+FIRST) |
Kojto | 120:7c328cabac7e | 101 | } |
<> | 127:25aea2a3f4e3 | 102 | ER_m_flash_config m_flash_config_start FIXED m_flash_config_size { ; load address = execution address |
Kojto | 120:7c328cabac7e | 103 | * (FlashConfig) |
Kojto | 120:7c328cabac7e | 104 | } |
Kojto | 120:7c328cabac7e | 105 | ER_m_text m_text_start m_text_size { ; load address = execution address |
Kojto | 120:7c328cabac7e | 106 | * (InRoot$$Sections) |
Kojto | 120:7c328cabac7e | 107 | .ANY (+RO) |
Kojto | 120:7c328cabac7e | 108 | } |
<> | 127:25aea2a3f4e3 | 109 | |
<> | 127:25aea2a3f4e3 | 110 | #if (defined(__ram_vector_table__)) |
<> | 127:25aea2a3f4e3 | 111 | VECTOR_RAM m_interrupts_ram_start EMPTY m_interrupts_ram_size { |
<> | 127:25aea2a3f4e3 | 112 | } |
<> | 127:25aea2a3f4e3 | 113 | #else |
<> | 127:25aea2a3f4e3 | 114 | VECTOR_RAM m_interrupts_start EMPTY 0 { |
<> | 127:25aea2a3f4e3 | 115 | } |
<> | 127:25aea2a3f4e3 | 116 | #endif |
Kojto | 120:7c328cabac7e | 117 | RW_m_data m_data_start m_data_size { ; RW data |
Kojto | 120:7c328cabac7e | 118 | .ANY (+RW +ZI) |
Kojto | 120:7c328cabac7e | 119 | } |
<> | 127:25aea2a3f4e3 | 120 | RW_m_data_2 m_data_2_start m_data_2_size-Stack_Size-Heap_Size { ; RW data |
Kojto | 120:7c328cabac7e | 121 | .ANY (+RW +ZI) |
Kojto | 120:7c328cabac7e | 122 | } |
<> | 127:25aea2a3f4e3 | 123 | RW_IRAM1 ImageLimit(RW_m_data_2) { ; Heap region growing up |
Kojto | 120:7c328cabac7e | 124 | } |
Kojto | 120:7c328cabac7e | 125 | } |