cortex-m3: add basic support for the lm3s1968 board.
[bertos.git] / bertos / cpu / attr.h
index 832f0618698c724945f7196dfaf97e30cf790404..f54e6b0689e83c436fab62b2b5670dc5200046a0 100644 (file)
        /// Valid pointers should be >= than this value (used for debug)
        #if CPU_ARM_AT91
                #define CPU_RAM_START           0x00200000
+       #elif CPU_ARM_LM3S1968
+               #define CPU_RAM_START           0x20000000
        #else
                #warning Fix CPU_RAM_START address for your ARM, default value set to 0x200
                #define CPU_RAM_START           0x200