cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
Loading...
Searching...
No Matches
crp.c
Go to the documentation of this file.
1
//*****************************************************************************
2
// crp.c
3
//
4
// Source file to create CRP word expected by LPCXpresso IDE linker
5
//*****************************************************************************
6
//
7
// Copyright(C) NXP Semiconductors, 2013, 2020
8
// All rights reserved.
9
//
10
// NXP Confidential. This software is owned or controlled by NXP and may only be
11
// used strictly in accordance with the applicable license terms.
12
//
13
// By expressly accepting such terms or by downloading, installing, activating
14
// and/or otherwise using the software, you are agreeing that you have read, and
15
// that you agree to comply with and are bound by, such license terms.
16
//
17
// If you do not agree to be bound by the applicable license terms, then you may not
18
// retain, install, activate or otherwise use the software.
19
//*****************************************************************************
20
21
#if defined (__CODE_RED)
22
#include <NXP/crp.h>
23
// Variable to store CRP value in. Will be placed automatically
24
// by the linker when "Enable Code Read Protect" selected.
25
// See crp.h header for more information
26
__CRP
const
unsigned
int
CRP_WORD = CRP_NO_CRP ;
27
#else
28
/* Mantiene la unidad de traduccion no vacia bajo GCC/newlib. */
29
typedef
int
cursada_mc2_crp_placeholder_t
;
30
#endif
cursada_mc2_crp_placeholder_t
int cursada_mc2_crp_placeholder_t
Definition
crp.c:29
src
startup
crp.c
Generated by
1.9.8