Subversion Repositories Code-Repo

Rev

Rev 266 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 266 Rev 269
Line 9... Line 9...
9
 
9
 
10
// Uncomment ONE of the following:
10
// Uncomment ONE of the following:
11
//#define CEREBOT_32MX7
11
//#define CEREBOT_32MX7
12
 #define CEREBOT_MX7CK
12
 #define CEREBOT_MX7CK
13
 
13
 
14
// Power supply must be 5V for proper operation of the board!
-
 
15
 
-
 
16
#define CPU_CLOCK_HZ    80000000UL
14
#define CPU_CLOCK_HZ    80000000UL
17
#define PERIPHERAL_CLOCK_HZ 80000000UL
15
#define PERIPHERAL_CLOCK_HZ 80000000UL
18
#define CPU_CT_HZ       (CPU_CLOCK_HZ/2UL)
16
#define CPU_CT_HZ       (CPU_CLOCK_HZ/2UL)
19
#define MS_TO_CT_TICKS  (CPU_CLOCK_HZ/2000UL)
17
#define MS_TO_CT_TICKS  (CPU_CLOCK_HZ/2000UL)
20
#define US_TO_CT_TICKS  (CPU_CLOCK_HZ/2000000UL)
18
#define US_TO_CT_TICKS  (CPU_CLOCK_HZ/2000000UL)