mcu_base/inc/samd20_hw.h
2013-08-05 17:05:16 -04:00

14 lines
354 B
C

#ifndef __SAMD20_HW_H
#define __SAMD20_HW_H
// XXX note this is not suitable for everything!
/* Configuration */
#define MCU_SRAM_SIZE (2*1024)
#define MCU_SRAM_BASE (0x20000000)
#define MCU_FLASH_BASE (0x00000000)
#define MCU_FLASH_SIZE (16*1024)
#define MCU_STACK_SIZE 0x200
#endif