diff options
Diffstat (limited to 'lib/chibios/os/hal/boards/OLIMEX_STM32_E407/cfg/board.chcfg')
-rw-r--r-- | lib/chibios/os/hal/boards/OLIMEX_STM32_E407/cfg/board.chcfg | 342 |
1 files changed, 342 insertions, 0 deletions
diff --git a/lib/chibios/os/hal/boards/OLIMEX_STM32_E407/cfg/board.chcfg b/lib/chibios/os/hal/boards/OLIMEX_STM32_E407/cfg/board.chcfg new file mode 100644 index 000000000..8dfe5edb1 --- /dev/null +++ b/lib/chibios/os/hal/boards/OLIMEX_STM32_E407/cfg/board.chcfg | |||
@@ -0,0 +1,342 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <!-- STM32F4xx board Template --> | ||
3 | <board xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
4 | xsi:noNamespaceSchemaLocation="http://www.chibios.org/xml/schema/boards/stm32f4xx_board.xsd"> | ||
5 | <configuration_settings> | ||
6 | <templates_path>resources/gencfg/processors/boards/stm32f4xx/templates</templates_path> | ||
7 | <output_path>..</output_path> | ||
8 | <hal_version>5.0.x</hal_version> | ||
9 | </configuration_settings> | ||
10 | <board_name>Olimex STM32-E407</board_name> | ||
11 | <board_id>OLIMEX_STM32_E407</board_id> | ||
12 | <board_functions> | ||
13 | <sdc_lld_is_card_inserted><![CDATA[ static bool last_status = false; | ||
14 | |||
15 | if (blkIsTransferring(sdcp)) | ||
16 | return last_status; | ||
17 | return last_status = (bool)palReadPad(GPIOC, GPIOC_SD_D3);]]></sdc_lld_is_card_inserted> | ||
18 | <sdc_lld_is_write_protected> | ||
19 | <![CDATA[ (void)sdcp; | ||
20 | return false;]]></sdc_lld_is_write_protected> | ||
21 | </board_functions> | ||
22 | <ethernet_phy> | ||
23 | <identifier>MII_KS8721_ID</identifier> | ||
24 | <bus_type>RMII</bus_type> | ||
25 | </ethernet_phy> | ||
26 | <subtype>STM32F407xx</subtype> | ||
27 | <clocks | ||
28 | HSEFrequency="12000000" | ||
29 | HSEBypass="false" | ||
30 | LSEFrequency="32768" | ||
31 | LSEBypass="false" | ||
32 | VDD="330" | ||
33 | /> | ||
34 | <ports> | ||
35 | <GPIOA> | ||
36 | <pin0 ID="BUTTON_WKUP" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
37 | Level="High" Mode="Input" Alternate="0" /> | ||
38 | <pin1 ID="ETH_RMII_REF_CLK" Type="PushPull" Speed="Maximum" | ||
39 | Resistor="Floating" Level="High" Mode="Alternate" Alternate="11" /> | ||
40 | <pin2 ID="ETH_RMII_MDIO" Type="PushPull" Speed="Maximum" | ||
41 | Resistor="Floating" Level="High" Mode="Alternate" Alternate="11" /> | ||
42 | <pin3 ID="ETH_RMII_MDINT" Type="PushPull" Speed="Maximum" | ||
43 | Resistor="Floating" Level="High" Mode="Input" Alternate="0" /> | ||
44 | <pin4 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
45 | Level="High" Mode="Input" Alternate="0" /> | ||
46 | <pin5 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
47 | Level="High" Mode="Input" Alternate="0" /> | ||
48 | <pin6 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
49 | Level="High" Mode="Input" Alternate="0" /> | ||
50 | <pin7 ID="ETH_RMII_CRS_DV" Type="PushPull" Speed="Maximum" | ||
51 | Resistor="Floating" Level="High" Mode="Alternate" Alternate="11" /> | ||
52 | <pin8 ID="USB_HS_BUSON" Type="PushPull" Speed="Maximum" | ||
53 | Resistor="Floating" Level="Low" Mode="Output" Alternate="0" /> | ||
54 | <pin9 ID="OTG_FS_VBUS" Type="PushPull" Speed="Maximum" Resistor="PullDown" | ||
55 | Level="High" Mode="Input" Alternate="0" /> | ||
56 | <pin10 ID="OTG_FS_ID" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
57 | Level="High" Mode="Alternate" Alternate="10" /> | ||
58 | <pin11 ID="OTG_FS_DM" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
59 | Level="High" Mode="Alternate" Alternate="10" /> | ||
60 | <pin12 ID="OTG_FS_DP" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
61 | Level="High" Mode="Alternate" Alternate="10" /> | ||
62 | <pin13 ID="JTAG_TMS" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
63 | Level="High" Mode="Alternate" Alternate="0" /> | ||
64 | <pin14 ID="JTAG_TCK" Type="PushPull" Speed="Maximum" Resistor="PullDown" | ||
65 | Level="High" Mode="Alternate" Alternate="0" /> | ||
66 | <pin15 ID="JTAG_TDI" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
67 | Level="High" Mode="Alternate" Alternate="0" /> | ||
68 | </GPIOA> | ||
69 | <GPIOB> | ||
70 | <pin0 ID="USB_FS_BUSON" Type="PushPull" Speed="Maximum" | ||
71 | Resistor="Floating" Level="Low" Mode="Output" Alternate="0" /> | ||
72 | <pin1 ID="USB_HS_FAULT" Type="PushPull" Speed="Maximum" | ||
73 | Resistor="Floating" Level="High" Mode="Input" Alternate="0" /> | ||
74 | <pin2 ID="BOOT1" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
75 | Level="High" Mode="Input" Alternate="0" /> | ||
76 | <pin3 ID="JTAG_TDO" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
77 | Level="High" Mode="Alternate" Alternate="0" /> | ||
78 | <pin4 ID="JTAG_TRST" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
79 | Level="High" Mode="Alternate" Alternate="0" /> | ||
80 | <pin5 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
81 | Level="High" Mode="Input" Alternate="0" /> | ||
82 | <pin6 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
83 | Level="High" Mode="Input" Alternate="0" /> | ||
84 | <pin7 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
85 | Level="High" Mode="Input" Alternate="0" /> | ||
86 | <pin8 ID="I2C1_SCL" Type="OpenDrain" Speed="Maximum" Resistor="Floating" | ||
87 | Level="High" Mode="Alternate" Alternate="4" /> | ||
88 | <pin9 ID="I2C1_SDA" Type="OpenDrain" Speed="Maximum" Resistor="Floating" | ||
89 | Level="High" Mode="Alternate" Alternate="4" /> | ||
90 | <pin10 ID="SPI2_SCK" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
91 | Level="High" Mode="Alternate" Alternate="5" /> | ||
92 | <pin11 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
93 | Level="High" Mode="Input" Alternate="0" /> | ||
94 | <pin12 ID="OTG_HS_ID" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
95 | Level="High" Mode="Alternate" Alternate="12" /> | ||
96 | <pin13 ID="OTG_HS_VBUS" Type="PushPull" Speed="Maximum" | ||
97 | Resistor="PullDown" Level="High" Mode="Input" Alternate="0" /> | ||
98 | <pin14 ID="OTG_HS_DM" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
99 | Level="High" Mode="Alternate" Alternate="12" /> | ||
100 | <pin15 ID="OTG_HS_DP" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
101 | Level="High" Mode="Alternate" Alternate="12" /> | ||
102 | </GPIOB> | ||
103 | <GPIOC> | ||
104 | <pin0 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
105 | Level="High" Mode="Input" Alternate="0" /> | ||
106 | <pin1 ID="ETH_RMII_MDC" Type="PushPull" Speed="Maximum" | ||
107 | Resistor="Floating" Level="High" Mode="Alternate" Alternate="11" /> | ||
108 | <pin2 ID="SPI2_MISO" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
109 | Level="High" Mode="Alternate" Alternate="5" /> | ||
110 | <pin3 ID="SPI2_MOSI" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
111 | Level="High" Mode="Alternate" Alternate="5" /> | ||
112 | <pin4 ID="ETH_RMII_RXD0" Type="PushPull" Speed="Maximum" | ||
113 | Resistor="Floating" Level="High" Mode="Alternate" Alternate="11" /> | ||
114 | <pin5 ID="ETH_RMII_RXD1" Type="PushPull" Speed="Maximum" | ||
115 | Resistor="Floating" Level="High" Mode="Alternate" Alternate="11" /> | ||
116 | <pin6 ID="USART6_TX" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
117 | Level="High" Mode="Alternate" Alternate="8" /> | ||
118 | <pin7 ID="USART6_RX" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
119 | Level="High" Mode="Alternate" Alternate="8" /> | ||
120 | <pin8 ID="SD_D0" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
121 | Level="High" Mode="Alternate" Alternate="12" /> | ||
122 | <pin9 ID="SD_D1" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
123 | Level="High" Mode="Alternate" Alternate="12" /> | ||
124 | <pin10 ID="SD_D2" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
125 | Level="High" Mode="Alternate" Alternate="12" /> | ||
126 | <pin11 ID="SD_D3" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
127 | Level="High" Mode="Alternate" Alternate="12" /> | ||
128 | <pin12 ID="SD_CLK" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
129 | Level="High" Mode="Alternate" Alternate="12" /> | ||
130 | <pin13 ID="LED" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
131 | Level="High" Mode="Output" Alternate="0" /> | ||
132 | <pin14 ID="OSC32_IN" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
133 | Level="High" Mode="Input" Alternate="0" /> | ||
134 | <pin15 ID="OSC32_OUT" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
135 | Level="High" Mode="Input" Alternate="0" /> | ||
136 | </GPIOC> | ||
137 | <GPIOD> | ||
138 | <pin0 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
139 | Level="High" Mode="Input" Alternate="0" /> | ||
140 | <pin1 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
141 | Level="High" Mode="Input" Alternate="0" /> | ||
142 | <pin2 ID="SD_CMD" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
143 | Level="High" Mode="Alternate" Alternate="12" /> | ||
144 | <pin3 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
145 | Level="High" Mode="Input" Alternate="0" /> | ||
146 | <pin4 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
147 | Level="High" Mode="Input" Alternate="0" /> | ||
148 | <pin5 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
149 | Level="High" Mode="Input" Alternate="0" /> | ||
150 | <pin6 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
151 | Level="High" Mode="Input" Alternate="0" /> | ||
152 | <pin7 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
153 | Level="High" Mode="Input" Alternate="0" /> | ||
154 | <pin8 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
155 | Level="High" Mode="Input" Alternate="0" /> | ||
156 | <pin9 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
157 | Level="High" Mode="Input" Alternate="0" /> | ||
158 | <pin10 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
159 | Level="High" Mode="Input" Alternate="0" /> | ||
160 | <pin11 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
161 | Level="High" Mode="Input" Alternate="0" /> | ||
162 | <pin12 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
163 | Level="High" Mode="Input" Alternate="0" /> | ||
164 | <pin13 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
165 | Level="High" Mode="Input" Alternate="0" /> | ||
166 | <pin14 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
167 | Level="High" Mode="Input" Alternate="0" /> | ||
168 | <pin15 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
169 | Level="High" Mode="Input" Alternate="0" /> | ||
170 | </GPIOD> | ||
171 | <GPIOE> | ||
172 | <pin0 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
173 | Level="High" Mode="Input" Alternate="0" /> | ||
174 | <pin1 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
175 | Level="High" Mode="Input" Alternate="0" /> | ||
176 | <pin2 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
177 | Level="High" Mode="Input" Alternate="0" /> | ||
178 | <pin3 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
179 | Level="High" Mode="Input" Alternate="0" /> | ||
180 | <pin4 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
181 | Level="High" Mode="Input" Alternate="0" /> | ||
182 | <pin5 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
183 | Level="High" Mode="Input" Alternate="0" /> | ||
184 | <pin6 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
185 | Level="High" Mode="Input" Alternate="0" /> | ||
186 | <pin7 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
187 | Level="High" Mode="Input" Alternate="0" /> | ||
188 | <pin8 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
189 | Level="High" Mode="Input" Alternate="0" /> | ||
190 | <pin9 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
191 | Level="High" Mode="Input" Alternate="0" /> | ||
192 | <pin10 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
193 | Level="High" Mode="Input" Alternate="0" /> | ||
194 | <pin11 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
195 | Level="High" Mode="Input" Alternate="0" /> | ||
196 | <pin12 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
197 | Level="High" Mode="Input" Alternate="0" /> | ||
198 | <pin13 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
199 | Level="High" Mode="Input" Alternate="0" /> | ||
200 | <pin14 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
201 | Level="High" Mode="Input" Alternate="0" /> | ||
202 | <pin15 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
203 | Level="High" Mode="Input" Alternate="0" /> | ||
204 | </GPIOE> | ||
205 | <GPIOF> | ||
206 | <pin0 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
207 | Level="High" Mode="Input" Alternate="0" /> | ||
208 | <pin1 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
209 | Level="High" Mode="Input" Alternate="0" /> | ||
210 | <pin2 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
211 | Level="High" Mode="Input" Alternate="0" /> | ||
212 | <pin3 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
213 | Level="High" Mode="Input" Alternate="0" /> | ||
214 | <pin4 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
215 | Level="High" Mode="Input" Alternate="0" /> | ||
216 | <pin5 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
217 | Level="High" Mode="Input" Alternate="0" /> | ||
218 | <pin6 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
219 | Level="High" Mode="Input" Alternate="0" /> | ||
220 | <pin7 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
221 | Level="High" Mode="Input" Alternate="0" /> | ||
222 | <pin8 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
223 | Level="High" Mode="Input" Alternate="0" /> | ||
224 | <pin9 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
225 | Level="High" Mode="Input" Alternate="0" /> | ||
226 | <pin10 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
227 | Level="High" Mode="Input" Alternate="0" /> | ||
228 | <pin11 ID="USB_FS_FAULT" Type="PushPull" Speed="Maximum" | ||
229 | Resistor="Floating" Level="High" Mode="Input" Alternate="0" /> | ||
230 | <pin12 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
231 | Level="High" Mode="Input" Alternate="0" /> | ||
232 | <pin13 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
233 | Level="High" Mode="Input" Alternate="0" /> | ||
234 | <pin14 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
235 | Level="High" Mode="Input" Alternate="0" /> | ||
236 | <pin15 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
237 | Level="High" Mode="Input" Alternate="0" /> | ||
238 | </GPIOF> | ||
239 | <GPIOG> | ||
240 | <pin0 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
241 | Level="High" Mode="Input" Alternate="0" /> | ||
242 | <pin1 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
243 | Level="High" Mode="Input" Alternate="0" /> | ||
244 | <pin2 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
245 | Level="High" Mode="Input" Alternate="0" /> | ||
246 | <pin3 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
247 | Level="High" Mode="Input" Alternate="0" /> | ||
248 | <pin4 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
249 | Level="High" Mode="Input" Alternate="0" /> | ||
250 | <pin5 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
251 | Level="High" Mode="Input" Alternate="0" /> | ||
252 | <pin6 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
253 | Level="High" Mode="Input" Alternate="0" /> | ||
254 | <pin7 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
255 | Level="High" Mode="Input" Alternate="0" /> | ||
256 | <pin8 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
257 | Level="High" Mode="Input" Alternate="0" /> | ||
258 | <pin9 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
259 | Level="High" Mode="Input" Alternate="0" /> | ||
260 | <pin10 ID="SPI2_CS" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
261 | Level="High" Mode="Output" Alternate="0" /> | ||
262 | <pin11 ID="ETH_RMII_TXEN" Type="PushPull" Speed="Maximum" | ||
263 | Resistor="Floating" Level="High" Mode="Alternate" Alternate="11" /> | ||
264 | <pin12 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
265 | Level="High" Mode="Input" Alternate="0" /> | ||
266 | <pin13 ID="ETH_RMII_TXD0" Type="PushPull" Speed="Maximum" | ||
267 | Resistor="Floating" Level="High" Mode="Alternate" Alternate="11" /> | ||
268 | <pin14 ID="ETH_RMII_TXD1" Type="PushPull" Speed="Maximum" | ||
269 | Resistor="Floating" Level="High" Mode="Alternate" Alternate="11" /> | ||
270 | <pin15 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
271 | Level="High" Mode="Input" Alternate="0" /> | ||
272 | </GPIOG> | ||
273 | <GPIOH> | ||
274 | <pin0 ID="OSC_IN" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
275 | Level="High" Mode="Input" Alternate="0"></pin0> | ||
276 | <pin1 ID="OSC_OUT" Type="PushPull" Speed="Maximum" Resistor="Floating" | ||
277 | Level="High" Mode="Input" Alternate="0" /> | ||
278 | <pin2 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
279 | Level="High" Mode="Input" Alternate="0" /> | ||
280 | <pin3 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
281 | Level="High" Mode="Input" Alternate="0" /> | ||
282 | <pin4 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
283 | Level="High" Mode="Input" Alternate="0" /> | ||
284 | <pin5 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
285 | Level="High" Mode="Input" Alternate="0" /> | ||
286 | <pin6 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
287 | Level="High" Mode="Input" Alternate="0" /> | ||
288 | <pin7 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
289 | Level="High" Mode="Input" Alternate="0" /> | ||
290 | <pin8 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
291 | Level="High" Mode="Input" Alternate="0" /> | ||
292 | <pin9 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
293 | Level="High" Mode="Input" Alternate="0" /> | ||
294 | <pin10 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
295 | Level="High" Mode="Input" Alternate="0" /> | ||
296 | <pin11 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
297 | Level="High" Mode="Input" Alternate="0" /> | ||
298 | <pin12 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
299 | Level="High" Mode="Input" Alternate="0" /> | ||
300 | <pin13 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
301 | Level="High" Mode="Input" Alternate="0" /> | ||
302 | <pin14 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
303 | Level="High" Mode="Input" Alternate="0" /> | ||
304 | <pin15 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
305 | Level="High" Mode="Input" Alternate="0" /> | ||
306 | </GPIOH> | ||
307 | <GPIOI> | ||
308 | <pin0 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
309 | Level="High" Mode="Input" Alternate="0" /> | ||
310 | <pin1 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
311 | Level="High" Mode="Input" Alternate="0" /> | ||
312 | <pin2 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
313 | Level="High" Mode="Input" Alternate="0" /> | ||
314 | <pin3 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
315 | Level="High" Mode="Input" Alternate="0" /> | ||
316 | <pin4 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
317 | Level="High" Mode="Input" Alternate="0" /> | ||
318 | <pin5 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
319 | Level="High" Mode="Input" Alternate="0" /> | ||
320 | <pin6 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
321 | Level="High" Mode="Input" Alternate="0" /> | ||
322 | <pin7 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
323 | Level="High" Mode="Input" Alternate="0" /> | ||
324 | <pin8 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
325 | Level="High" Mode="Input" Alternate="0" /> | ||
326 | <pin9 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
327 | Level="High" Mode="Input" Alternate="0" /> | ||
328 | <pin10 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
329 | Level="High" Mode="Input" Alternate="0" /> | ||
330 | <pin11 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
331 | Level="High" Mode="Input" Alternate="0" /> | ||
332 | <pin12 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
333 | Level="High" Mode="Input" Alternate="0" /> | ||
334 | <pin13 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
335 | Level="High" Mode="Input" Alternate="0" /> | ||
336 | <pin14 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
337 | Level="High" Mode="Input" Alternate="0" /> | ||
338 | <pin15 ID="" Type="PushPull" Speed="Maximum" Resistor="PullUp" | ||
339 | Level="High" Mode="Input" Alternate="0" /> | ||
340 | </GPIOI> | ||
341 | </ports> | ||
342 | </board> | ||