12 lines
308 B
C
12 lines
308 B
C
#ifndef __EFM32LG_HW_H
|
|
#define __EFM32LG_HW_H
|
|
|
|
/* Configuration */
|
|
#define MCU_SRAM_SIZE (32*1024)
|
|
#define MCU_SRAM_BASE (0x20000000)
|
|
#define MCU_FLASH_BASE (0x00000000)
|
|
#define MCU_FLASH_SIZE (256*1024)
|
|
#define MCU_STACK_SIZE 0x200
|
|
|
|
#endif
|