Subversion Repositories HomeAutomation

Rev

Rev 339 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 339 Rev 353
Line 2... Line 2...
2
 *
2
 *
3
 *                  Vector remappings
3
 *                  Vector remappings
4
 *
4
 *
5
 *********************************************************************
5
 *********************************************************************
6
 * FileName:        $HeadURL: https://svn.auml.se/svn/HomeAutomation/trunk/EmbeddedSoftware/PIC/canBoot/Include/boot.h $
6
 * FileName:        $HeadURL: https://svn.auml.se/svn/HomeAutomation/trunk/EmbeddedSoftware/PIC/canBoot/Include/boot.h $
7
 * Last changed:    $LastChangedDate: 2007-02-25 20:51:08 +0100 (Sun, 25 Feb 2007) $
7
 * Last changed:    $LastChangedDate: 2007-03-03 19:07:14 +0100 (Sat, 03 Mar 2007) $
8
 * By:              $LastChangedBy: johboh $
8
 * By:              $LastChangedBy: johboh $
9
 * Revision:        $Revision: 339 $
9
 * Revision:        $Revision: 353 $
10
 ********************************************************************/
10
 ********************************************************************/
11
 
11
 
12
#ifndef BOOT_H
12
#ifndef BOOT_H
13
#define BOOT_H
13
#define BOOT_H
14
 
14
 
-
 
15
#ifdef DEBUG_MODE
-
 
16
    #define RM_RESET_VECTOR             0x000000
-
 
17
    #define RM_HIGH_INTERRUPT_VECTOR    0x000008
-
 
18
    #define RM_LOW_INTERRUPT_VECTOR     0x000018
-
 
19
#else
15
    #define RM_RESET_VECTOR             0x003000
20
    #define RM_RESET_VECTOR             0x003000
16
    #define RM_HIGH_INTERRUPT_VECTOR    0x003008
21
    #define RM_HIGH_INTERRUPT_VECTOR    0x003008
17
    #define RM_LOW_INTERRUPT_VECTOR     0x003018
22
    #define RM_LOW_INTERRUPT_VECTOR     0x003018
-
 
23
#endif
-
 
24
 
-
 
25
 
18
   
26
   
19
#endif //BOOT_H
27
#endif //BOOT_H