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.

Revision:
103:bad568076d81
Parent:
98:8ab26030e058
Child:
113:f141b2784e32
--- a/TARGET_EFM32HG_STK3400/TOOLCHAIN_GCC_ARM/efm32hg.ld	Wed Jul 08 11:22:30 2015 +0100
+++ b/TARGET_EFM32HG_STK3400/TOOLCHAIN_GCC_ARM/efm32hg.ld	Tue Jul 21 09:59:51 2015 +0200
@@ -16,8 +16,8 @@
 
 /* MBED: mbed needs to be able to dynamically set the interrupt vector table.
  * We make room for the table at the very beginning of RAM, i.e. at
- * 0x20000000. We need (16+20) * sizeof(uint32_t) = 144 bytes for EFM32HG */
-__vector_size = 0x90;
+ * 0x20000000. We need (16+21) * sizeof(uint32_t) = 144 bytes for EFM32HG */
+__vector_size = 0x94;
 
 /* Linker script to place sections and symbol values. Should be used together
  * with other linker script that defines memory regions FLASH and RAM.