LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
Main Page
Modules
Data Structures
Files
Related Pages
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
sys_config.h
Go to the documentation of this file.
1
/*
2
* @note
3
* Copyright(C) NXP Semiconductors, 2012
4
* All rights reserved.
5
*
6
* @par
7
* Software that is described herein is for illustrative purposes only
8
* which provides customers with programming information regarding the
9
* LPC products. This software is supplied "AS IS" without any warranties of
10
* any kind, and NXP Semiconductors and its licensor disclaim any and
11
* all warranties, express or implied, including all implied warranties of
12
* merchantability, fitness for a particular purpose and non-infringement of
13
* intellectual property rights. NXP Semiconductors assumes no responsibility
14
* or liability for the use of the software, conveys no license or rights under any
15
* patent, copyright, mask work right, or any other intellectual property rights in
16
* or to any products. NXP Semiconductors reserves the right to make changes
17
* in the software without notification. NXP Semiconductors also makes no
18
* representation or warranty that such application will be suitable for the
19
* specified use without further testing or modification.
20
*
21
* @par
22
* Permission to use, copy, modify, and distribute this software and its
23
* documentation is hereby granted, under NXP Semiconductors' and its
24
* licensor's relevant copyrights in the software, without fee, provided that it
25
* is used in conjunction with NXP Semiconductors microcontrollers. This
26
* copyright, permission, and disclaimer notice must appear in all copies of
27
* this code.
28
*/
29
30
#ifndef __SYS_CONFIG_H_
31
#define __SYS_CONFIG_H_
32
37
/* LPC8xx chip family support */
38
#define CHIP_LPC8XX
39
40
/* Un-comment DEBUG_ENABLE for IO support via the UART */
41
// #define DEBUG_ENABLE
42
43
/* Enable DEBUG_SEMIHOSTING along with DEBUG to enable IO support
44
via semihosting */
45
// #define DEBUG_SEMIHOSTING
46
47
/* Board UART used for debug output, No connector on NXP XPresso LPC812
48
board; uses J7.4 & J7.5 */
49
#define DEBUG_UART LPC_USART0
50
51
/* Frequency provided by external oscillator, if used */
52
#define CRYSTAL_MAIN_FREQ_IN (12000000)
53
54
/* Frequency provided by CLKIN pin, if supplied */
55
#define EXTCLKIN_FREQ_IN (0)
56
57
/* Define the Package Pin Count, select the right one for your board */
58
// #define PKG_DIP8 (1)
59
// #define PKG_TSSOP16 (1)
60
// #define PKG_SOP20 (1)
61
#define PKG_TSSOP20 (1)
62
67
#endif
/* __SYS_CONFIG_H_ */
software
lpc_core
lpc_board
boards_8xx
nxp_xpresso_812
sys_config.h
Generated on Fri May 10 2013 10:42:11 for LPCOpen Platform by
1.8.2