Move embedded flash definition into cpu family header.
[bertos.git] / bertos / cpu / cortex-m3 / io / lm3s.h
index 98b1ffb769e10255e28e693d7b6876aa17d7482e..af8153847707e4e46abae4dfa9eeffe5d45f4c67 100644 (file)
        #error No i2c pins are defined for select cpu
 #endif
 
+
+/* Flash memory mapping */
+#if CPU_CM3_LM3S1968
+       #define FLASH_SIZE               0x40000 //< 256KiB
+       #define FLASH_PAGE_SIZE          0x400   //< 1KiB
+#else
+       #error No embedded definition for select cpu
+#endif
+
 #endif /* LM3S_H */