00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #undef CUBE1
00018
00019 #define EPROM_BASE 0xe00000 // -- 0xf1ffff
00020 #define CPURAM_BASE 0xfff000 // -- 0xf207ff
00021 #define DUART_BASE 0xffe400 // -- 0xffdfff
00022
00023 #define PTIMER_VECTORNUM 64
00024 #define SCI_BASE 0xfffc00
00025 #define QSM_VECTORNUM 66 // and 67!
00026 #define TPU_BASE 0xfffe00
00027 #define TPU_VECTORBASE 0x80
00028 #define I2CA_BASE 0xffe200
00029 #define I2CB_BASE 0xffe000
00030 #define I2CA_VECTORNUM 27 // irq3
00031 #define I2CB_VECTORNUM 25 // irq1
00032 #define FASTBIN_BASE 0xfe0000
00033
00034
00035 #define RCJ_BASE 0xfd0000
00036 #define RCJFB_BASE RCJ_BASE
00037
00038 #undef I2C_INITCSA
00039 #undef I2C_INITCSB