Kinetis SDK v.1.2 Demo Applications User's Guide  Rev. 0
Freescale Semiconductor, Inc.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
freemaster_cfg.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013 - 2014, Freescale Semiconductor, Inc.
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without modification,
6  * are permitted provided that the following conditions are met:
7  *
8  * o Redistributions of source code must retain the above copyright notice, this list
9  * of conditions and the following disclaimer.
10  *
11  * o Redistributions in binary form must reproduce the above copyright notice, this
12  * list of conditions and the following disclaimer in the documentation and/or
13  * other materials provided with the distribution.
14  *
15  * o Neither the name of Freescale Semiconductor, Inc. nor the names of its
16  * contributors may be used to endorse or promote products derived from this
17  * software without specific prior written permission.
18  *
19  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22  * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
23  * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
26  * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29  */
30 
31 /******************************************************************************
32 *
33 * freemaster_cfg.h
34 *
35 * FreeMASTER Serial Communication Driver configuration file
36 *
37 *******************************************************************************/
38 
39 #ifndef __FREEMASTER_CFG_H
40 #define __FREEMASTER_CFG_H
41 
43 // Definitions
45 
47 #define FMSTR_LONG_INTR 0
48 #define FMSTR_SHORT_INTR 0
49 #define FMSTR_POLL_DRIVEN 1
50 
51 #define FMSTR_SCI_BASE 0x4006B000u
53 #define FMSTR_SCI_INTERRUPT 29
54 
55 #define FMSTR_CAN_BASE 0x400A4000
56 #define FMSTR_CAN_RX_INTERRUPT 38
57 #define FMSTR_CAN_TX_INTERRUPT 39
58 
59 #define FMSTR_SCI_TWOWIRE_ONLY 1
60 #define FMSTR_USE_SCI 1
61 #define FMSTR_USE_FLEXCAN 0
62 
63 #define FMSTR_COMM_BUFFER_SIZE 0
65 
66 #define FMSTR_COMM_RQUEUE_SIZE 32
68 
69 #define FMSTR_USE_APPCMD 0
71 #define FMSTR_APPCMD_BUFF_SIZE 32
72 #define FMSTR_MAX_APPCMD_CALLS 4
73 
74 #define FMSTR_USE_SCOPE 1
76 #define FMSTR_MAX_SCOPE_VARS 8
77 
78 #define FMSTR_USE_RECORDER 1
80 #define FMSTR_MAX_REC_VARS 2
81 #define FMSTR_REC_OWNBUFF 0
82 
83 #define FMSTR_REC_BUFF_SIZE 2048
85 
86 #define FMSTR_REC_TIMEBASE FMSTR_REC_BASE_MICROSEC(50) // 0 = "unknown"
88 
90 #define FMSTR_USE_TSA 0
91 #define FMSTR_USE_TSA_SAFETY 0
92 #define FMSTR_USE_TSA_INROM 0
93 
94 #define FMSTR_USE_READMEM 1
96 #define FMSTR_USE_WRITEMEM 1
97 #define FMSTR_USE_WRITEMEMMASK 1
98 
99 #define FMSTR_USE_READVAR 0
101 #define FMSTR_USE_WRITEVAR 0
102 #define FMSTR_USE_WRITEVARMASK 0
103 
104 #define FMSTR_BUFFER_ACCESS_BY_FUNCT 1
105 
106 #endif /* __FREEMASTER_CFG_H */
107 
109 // EOF
111