Anda di halaman 1dari 5

C:\Documents and Settings\RABBIT\Escritorio\PruebaMemoriaImprimirArreglo\testdata.

martes, 16 de junio de 2015 12:19

/*******************************************************************************
ce478 test data header file
Company:
Microchip Technology Inc.
File Name:
testdata.h
Summary:
Test input header file.
Description:
This header file consists of the data that stored in flash.
*******************************************************************************/
/*******************************************************************************
Copyright (c) 2012 released Microchip Technology Inc. All rights reserved.
Microchip licenses to you the right to use, modify, copy and distribute
Software only when embedded on a Microchip microcontroller or digital signal
controller that is integrated into your product or third party product
(pursuant to the sublicense terms in the accompanying license agreement).
You should refer to the license agreement accompanying this Software for
additional information regarding your rights and obligations.
SOFTWARE AND DOCUMENTATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF
MERCHANTABILITY, TITLE, NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE.
IN NO EVENT SHALL MICROCHIP OR ITS LICENSORS BE LIABLE OR OBLIGATED UNDER
CONTRACT, NEGLIGENCE, STRICT LIABILITY, CONTRIBUTION, BREACH OF WARRANTY, OR
OTHER LEGAL EQUITABLE THEORY ANY DIRECT OR INDIRECT DAMAGES OR EXPENSES
INCLUDING BUT NOT LIMITED TO ANY INCIDENTAL, SPECIAL, INDIRECT, PUNITIVE OR
CONSEQUENTIAL DAMAGES, LOST PROFITS OR LOST DATA, COST OF PROCUREMENT OF
SUBSTITUTE GOODS, TECHNOLOGY, SERVICES, OR ANY CLAIMS BY THIRD PARTIES
(INCLUDING BUT NOT LIMITED TO ANY DEFENSE THEREOF), OR OTHER SIMILAR COSTS.
*******************************************************************************/
#ifndef _TESTDATA_H
#define _TESTDATA_H
//
//
//
//
//

*****************************************************************************
*****************************************************************************
Section: Included Files
*****************************************************************************
*****************************************************************************
#include <stdint.h>

#ifdef __cplusplus
extern "C"
{
#endif

// Provide C++ Compatability

// *****************************************************************************
// *****************************************************************************
-1-

C:\Documents and Settings\RABBIT\Escritorio\PruebaMemoriaImprimirArreglo\testdata.h

martes, 16 de junio de 2015 12:19

// Section: Constants
// *****************************************************************************
// *****************************************************************************
uint16_t
myRowData1InFlash[] __attribute__( (space(prog), address(0x1000)) ) =
{
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111,
0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111, 0x1111
};
uint16_t
{
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
};

myRowData2InFlash[] __attribute__( (space(prog), address(0x1100)) ) =

uint16_t
{
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

myRowData3InFlash[] __attribute__( (space(prog), address(0x1200)) ) =

0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
-2-

0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222,
0x2222

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

C:\Documents and Settings\RABBIT\Escritorio\PruebaMemoriaImprimirArreglo\testdata.h

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

martes, 16 de junio de 2015 12:19

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,

0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333,
0x3333

};
uint16_t
{
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
};

myRowData4InFlash[] __attribute( (space(prog), address(0x1300)) ) =

uint16_t
{
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
};

myRowData5InFlash[] __attribute__( (space(prog), address(0x1400)) ) =

uint16_t
{
0x6666,
0x6666,
0x6666,

myRowData6InFlash[] __attribute__( (space(prog), address(0x1500)) ) =

0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,

0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,

0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,

0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,

0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,

0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,

0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,

0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,

0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,

0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,

0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,

0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,

0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444,
0x4444

0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555,
0x5555

0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666,


0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666,
0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666,
-3-

C:\Documents and Settings\RABBIT\Escritorio\PruebaMemoriaImprimirArreglo\testdata.h

0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,

0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,

0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,

0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,

0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,

0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,

martes, 16 de junio de 2015 12:19

0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,

0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666,
0x6666

};
uint16_t
{
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
};

myRowData7InFlash[] __attribute__( (space(prog), address(0x1600)) ) =

uint16_t
{
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
};

myRowData8InFlash[] __attribute__( (space(prog), address(0x1700)) ) =

0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,

0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,

0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,

0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,

0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,

0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,

0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,

0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,

0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,

0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
-4-

0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,

0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,

0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777,
0x7777

0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888,
0x8888

C:\Documents and Settings\RABBIT\Escritorio\PruebaMemoriaImprimirArreglo\testdata.h

#ifdef __cplusplus

martes, 16 de junio de 2015 12:19

// Provide C++ Compatibility

}
#endif
#endif // _TESTDATA_H
/*******************************************************************************
End of File
*/

-5-

Anda mungkin juga menyukai