ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
PE_low_level_init.h
Go to the documentation of this file.
1 /* ###################################################################
2 ** This component module is generated by Processor Expert. Do not modify it.
3 ** Filename : Cpu.c
4 ** Project : ISF2P2_K64F_MQX_PROJ
5 ** Processor : MK64FN1M0VLL12
6 ** Component : MK64FN1M0LL12_4SDK
7 ** Version : Component 1.2.0, Driver 01.00, CPU db: 3.00.000
8 ** Repository : KSDK 1.2.0
9 ** Datasheet : K64P144M120SF5RM, Rev.2, January 2014
10 ** Compiler : GNU C Compiler
11 ** Date/Time : 2016-10-06, 13:38, # CodeGen: 0
12 ** Abstract :
13 **
14 ** Settings :
15 ** Component name : Cpu
16 ** CPU type : MK64FN1M0VLL12
17 ** fsl_clock_manager : clockMan1
18 ** CPU : CPU
19 ** MemModelDev : MemModel_NoFlexMem
20 ** Low power mode settings :
21 ** Allowed power modes :
22 ** Very low power modes : Allowed
23 ** Low leakage stop mode : Allowed
24 ** Very low leakage stop mode : Allowed
25 ** Flash memory organization :
26 ** Flash blocks : 2
27 ** Flash block 0 : PFlash
28 ** Address : 0x0
29 ** Size : 524288
30 ** Write unit size : 8
31 ** Erase unit size : 4096
32 ** Protection unit size : 32768
33 ** Flash block 1 : PFlash
34 ** Address : 0x80000
35 ** Size : 524288
36 ** Write unit size : 8
37 ** Erase unit size : 4096
38 ** Protection unit size : 32768
39 ** Flash configuration field : Disabled
40 ** Watchdog settings :
41 ** Watchdog disable : yes
42 ** Pins/Signals :
43 ** Reset pin : Enabled
44 ** Reset Pin : RST_TGTMCU_B/J14_1/J5_1/J9_10/J25_6
45 ** Debug interface (JTAG) :
46 ** JTAG Mode : JTAG
47 ** TDI : Enabled
48 ** TDI Pin : J1_8
49 ** TDO : Enabled
50 ** TDO Pin : J1_12
51 ** TCK : Enabled
52 ** TCK Pin : J2_2/J11_1
53 ** TMS : Enabled
54 ** TMS Pin : J9_2/SWD_DIO_TGTMCU/J12_2
55 ** nTRST : Disabled
56 ** Contents :
57 ** SystemInit - void SystemInit(void);
58 ** SystemCoreClockUpdate - void SystemCoreClockUpdate(void);
59 **
60 ** Copyright : 1997 - 2015 Freescale Semiconductor, Inc.
61 ** All Rights Reserved.
62 **
63 ** Redistribution and use in source and binary forms, with or without modification,
64 ** are permitted provided that the following conditions are met:
65 **
66 ** o Redistributions of source code must retain the above copyright notice, this list
67 ** of conditions and the following disclaimer.
68 **
69 ** o Redistributions in binary form must reproduce the above copyright notice, this
70 ** list of conditions and the following disclaimer in the documentation and/or
71 ** other materials provided with the distribution.
72 **
73 ** o Neither the name of Freescale Semiconductor, Inc. nor the names of its
74 ** contributors may be used to endorse or promote products derived from this
75 ** software without specific prior written permission.
76 **
77 ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
78 ** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
79 ** WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
80 ** DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
81 ** ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
82 ** (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
83 ** LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
84 ** ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
85 ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
86 ** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
87 **
88 ** http: www.freescale.com
89 ** mail: support@freescale.com
90 ** ###################################################################*/
91 /*!
92 ** @file Cpu.c
93 ** @version 01.00
94 ** @brief
95 **
96 */
97 /*!
98 ** @addtogroup Cpu_module Cpu module documentation
99 ** @{
100 */
101 
102 #if !defined(__PE_LOW_LEVEL_INIT_H__)
103 #define __PE_LOW_LEVEL_INIT_H__
104 
105 #include "Cpu.h"
106 #include "Events.h"
107 
108 #endif /* __PE_LOW_LEVEL_INIT_H__ */
This is user's event module. Put your event handler code here.