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.
Diff: TARGET_NUCLEO_L432KC/TOOLCHAIN_IAR/stm32l432xx.icf
- Revision:
- 171:3a7713b1edbc
- Parent:
- 160:5571c4ff569f
--- a/TARGET_NUCLEO_L432KC/TOOLCHAIN_IAR/stm32l432xx.icf Thu Sep 06 13:39:34 2018 +0100 +++ b/TARGET_NUCLEO_L432KC/TOOLCHAIN_IAR/stm32l432xx.icf Thu Nov 08 11:45:42 2018 +0000 @@ -9,7 +9,7 @@ /* [RAM = 48kb + 16kb = 0x10000] */ /* Vector table dynamic copy: Total: 98 vectors = 392 bytes (0x188) to be reserved in RAM */ define symbol __NVIC_start__ = 0x20000000; -define symbol __NVIC_end__ = 0x20000187; /* Aligned on 8 bytes (392 = 49 x 8) */ +define symbol __NVIC_end__ = 0x20000187; /* Aligned on 8 bytes (392 = 98 x 4) */ define symbol __region_SRAM1_start__ = 0x20000188; define symbol __region_SRAM1_end__ = 0x2000FFFF;