Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

/projects/cubeos/src_current/config/cube1_config.h

Go to the documentation of this file.
00001 /*  src_experimental/config/cube1_config.h
00002     CubeOS Version 0.4.90 experimental
00003     Copyright (C) 1999,2000 Holger Kenn
00004 
00005     CubeOS is free software; you can redistribute it and/or
00006     modify it under the terms of the GNU Library General Public
00007     License as published by the Free Software Foundation; either
00008     version 2 of the License, or any later version.
00009 
00010     CubeOS is distributed in the hope that it will be useful,
00011     but WITHOUT ANY WARRANTY; without even the implied warranty of
00012     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013     Library General Public License for more details.
00014 
00015 */  
00016 #define EPROM_BASE       0xf00000  // -- 0xf1ffff
00017 #define CPURAM_BASE      0xf20000  // -- 0xf207ff
00018 #define DUART_BASE       0xffd800  // -- 0xffdfff
00019 
00020 #define PTIMER_VECTORNUM 64
00021 #define SCI_BASE         0xfffc00
00022 #define QSM_VECTORNUM    66
00023 #define TPU_BASE         0xfffe00
00024 #define TPU_VECTORBASE   0x80 
00025 #define I2CA_BASE        0xffe000
00026 #define I2CB_BASE        0xffe800
00027 #define I2CA_VECTORNUM   27 // irq3
00028 #define I2CB_VECTORNUM   28 // irq4
00029 //#define FASTBIN_BASE   0  // not there
00030 //#define RCJ_FASTBIN_BASE 0
00031 
00032 #define  I2C_INITCSA 1
00033 #define  I2C_INITCSB 1

Generated on Thu Feb 20 15:38:43 2003 for cubeOS by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002