48
48
#include "PT2001_LoadData.h"
49
49
50
50
// Data to be loaded into the Code RAM 1 memory space
51
- unsigned short PT2001_code_RAM1 [114 ] =
51
+ unsigned short const PT2001_code_RAM1 [114 ] =
52
52
{
53
53
0x7612 , 0x6C57 , 0x917F , 0xA514 , 0x8DD6 , 0xC288 , 0x4F9B , 0x1EC9 , 0x5C0D , 0xF99D ,
54
54
0x4129 , 0x2EEE , 0x97B0 , 0x3534 , 0x93BA , 0x5D25 , 0xEE21 , 0x2AAD , 0xE457 , 0x2DB8 ,
@@ -65,7 +65,7 @@ unsigned short PT2001_code_RAM1[114] =
65
65
};
66
66
67
67
// Data to be loaded into the Code RAM 2 memory space
68
- unsigned short PT2001_code_RAM2 [43 ] =
68
+ unsigned short const PT2001_code_RAM2 [43 ] =
69
69
{
70
70
0x761B , 0x6F45 , 0x838D , 0x80B4 , 0x53F2 , 0x0EBC , 0x8F2D , 0xA78E , 0xE8AB , 0xE3DB ,
71
71
0xF477 , 0x800F , 0x2336 , 0x2F77 , 0x267B , 0xBC19 , 0x007E , 0x4E55 , 0x28AA , 0x52E4 ,
@@ -75,7 +75,7 @@ unsigned short PT2001_code_RAM2[43] =
75
75
};
76
76
77
77
// Data to be loaded into the Data RAM memory space
78
- unsigned short PT2001_data_RAM [128 ] =
78
+ unsigned short const PT2001_data_RAM [128 ] =
79
79
{
80
80
0x00C0 , 0x0092 , 0x0049 , 0x003C , 0x1068 , 0x003C , 0x0168 , 0xEA60 , 0x0960 , 0x0258 ,
81
81
0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 ,
@@ -93,29 +93,29 @@ unsigned short PT2001_data_RAM[128] =
93
93
};
94
94
95
95
// Data to be loaded into the Main register memory space
96
- unsigned short PT2001_main_config [29 ] =
96
+ unsigned short const PT2001_main_config [29 ] =
97
97
{
98
98
0x0003 , 0x13FE , 0x0000 , 0x1E00 , 0x0000 , 0x0000 , 0x0001 , 0x0000 , 0x001F , 0x0000 ,
99
99
0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0001 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 ,
100
100
0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000
101
101
};
102
102
103
103
// Data to be loaded into the CH1 register memory space
104
- unsigned short PT2001_ch1_config [19 ] =
104
+ unsigned short const PT2001_ch1_config [19 ] =
105
105
{
106
106
0x0008 , 0x0000 , 0x0000 , 0x0000 , 0x0303 , 0x0000 , 0x0000 , 0x0072 , 0x91E7 , 0x56D6 ,
107
107
0x0000 , 0x0039 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000
108
108
};
109
109
110
110
// Data to be loaded into the CH2 register memory space
111
- unsigned short PT2001_ch2_config [19 ] =
111
+ unsigned short const PT2001_ch2_config [19 ] =
112
112
{
113
113
0x0008 , 0x0000 , 0x0000 , 0x0000 , 0x0C00 , 0x0000 , 0x0000 , 0x002B , 0x218C , 0xDCB6 ,
114
114
0x0000 , 0x0014 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000
115
115
};
116
116
117
117
// Data to be loaded into the IO register memory space
118
- unsigned short PT2001_io_config [53 ] =
118
+ unsigned short const PT2001_io_config [53 ] =
119
119
{
120
120
0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0063 , 0x018C , 0x0800 , 0x0410 , 0x0041 , 0x0098 ,
121
121
0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 , 0x0000 ,
@@ -126,7 +126,7 @@ unsigned short PT2001_io_config[53] =
126
126
};
127
127
128
128
// Data to be loaded into the Diag register memory space
129
- unsigned short PT2001_diag_config [44 ] =
129
+ unsigned short const PT2001_diag_config [44 ] =
130
130
{
131
131
0x0000 , 0x0000 , 0x001E , 0x0000 , 0x0000 , 0x001E , 0x0000 , 0x0000 , 0x001E , 0x0000 ,
132
132
0x0000 , 0x001E , 0x0000 , 0x0000 , 0x001E , 0x0000 , 0x0000 , 0x001E , 0x001E , 0x0000 ,
0 commit comments