arm/io/lm3s1968.h
Go to the documentation of this file.00001
00041 #ifndef LM3S1968_H
00042 #define LM3S1968_H
00043
00044 #include <cpu/detect.h>
00045
00046 #if CPU_ARM_LM3S1968
00047 #include "lm3s1968.h"
00048
00049 #else
00050 #error Missing I/O definitions for CPU.
00051 #endif
00052
00053 #include <cfg/compiler.h>
00054
00055 #if CPU_ARM_LM3S1968
00056
00057 #define FLASH_BASE 0x00000000
00058 #define RAM_BASE 0x20000000
00059
00060 #else
00061 #error No base addrese register definition for selected ARM CPU
00062
00063 #endif
00064
00065
00066
00067
00068
00069
00070
00071 #endif