User manual

...the world's most energy friendly microcontrollers
2013-10-10 - t0014_0.21 15
www.silabs.com
1. Make sure you define the correct part number (i.e. EFM32GG990F1024) as a preprocessor defined
symbol
2. Make sure you define the correct part number (i.e. EFM32GG990F1024) for your project file
3. Add and include the EFM32_CMSIS-files (startup_efm32.s, system_efm32.c, core_cm3.c) to your
project
4. Add and include all BSP package .c-files, with the bsp-prefix to your project
5. Configure include paths to point at the CMSIS/CM3/CoreSupport and CMSIS/CM3/DeviceSupport/
EnergyMicro/EFM32 directories
6. Configure include paths to point to the kits/EFM32GG_STK3700/bsp directory
Make sure you call "BSP_Init()" early at startup, and you should be all set.