board.chcfg 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- STM32F4xx board Template -->
  3. <board
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:noNamespaceSchemaLocation="http://www.chibios.org/xml/schema/boards/stm32f4xx_board.xsd">
  6. <configuration_settings>
  7. <templates_path>resources/gencfg/processors/boards/stm32f4xx/templates</templates_path>
  8. <output_path>..</output_path>
  9. <hal_version>5.0.x</hal_version>
  10. </configuration_settings>
  11. <board_name>STMicroelectronics STM32 Nucleo144-F429ZI</board_name>
  12. <board_id>ST_NUCLEO144_F429ZI</board_id>
  13. <board_functions></board_functions>
  14. <headers></headers>
  15. <ethernet_phy>
  16. <identifier>MII_LAN8742A_ID</identifier>
  17. <bus_type>RMII</bus_type>
  18. </ethernet_phy>
  19. <subtype>STM32F429xx</subtype>
  20. <clocks
  21. HSEFrequency="8000000"
  22. HSEBypass="true"
  23. LSEFrequency="0"
  24. LSEBypass="false"
  25. VDD="300" />
  26. <ports>
  27. <GPIOA>
  28. <pin0
  29. ID="ZIO_D32 TIM2_CH1"
  30. Type="PushPull"
  31. Level="High"
  32. Speed="Maximum"
  33. Resistor="PullUp"
  34. Mode="Input"
  35. Alternate="0" />
  36. <pin1
  37. ID="RMII_REF_CLK"
  38. Type="PushPull"
  39. Level="High"
  40. Speed="Maximum"
  41. Resistor="Floating"
  42. Mode="Alternate"
  43. Alternate="11" />
  44. <pin2
  45. ID="RMII_MDIO"
  46. Type="PushPull"
  47. Level="High"
  48. Speed="Maximum"
  49. Resistor="PullUp"
  50. Mode="Alternate"
  51. Alternate="11" />
  52. <pin3
  53. ID="ARD_A0 ADC123_IN3"
  54. Type="PushPull"
  55. Level="High"
  56. Speed="Maximum"
  57. Resistor="PullUp"
  58. Mode="Input"
  59. Alternate="0" />
  60. <pin4
  61. ID="ZIO_D24 SPI3_NSS"
  62. Type="PushPull"
  63. Level="High"
  64. Speed="Maximum"
  65. Resistor="PullUp"
  66. Mode="Input"
  67. Alternate="0" />
  68. <pin5
  69. ID="ARD_D13 SPI1_SCK"
  70. Type="PushPull"
  71. Level="High"
  72. Speed="Maximum"
  73. Resistor="PullUp"
  74. Mode="Input"
  75. Alternate="0" />
  76. <pin6
  77. ID="ARD_D12 SPI1_MISO"
  78. Type="PushPull"
  79. Level="High"
  80. Speed="Maximum"
  81. Resistor="PullUp"
  82. Mode="Input"
  83. Alternate="0" />
  84. <pin7
  85. ID="ARD_D11 SPI1_MOSI ZIO_D71 RMII_RX_DV"
  86. Type="PushPull"
  87. Level="High"
  88. Speed="Maximum"
  89. Resistor="PullUp"
  90. Mode="Alternate"
  91. Alternate="11" />
  92. <pin8
  93. ID="USB_SOF"
  94. Type="PushPull"
  95. Level="High"
  96. Speed="Maximum"
  97. Resistor="Floating"
  98. Mode="Alternate"
  99. Alternate="10" />
  100. <pin9
  101. ID="USB_VBUS"
  102. Type="PushPull"
  103. Level="High"
  104. Speed="Maximum"
  105. Resistor="Floating"
  106. Mode="Analog"
  107. Alternate="0" />
  108. <pin10
  109. ID="USB_ID"
  110. Type="PushPull"
  111. Level="High"
  112. Speed="Maximum"
  113. Resistor="Floating"
  114. Mode="Alternate"
  115. Alternate="10" />
  116. <pin11
  117. ID="USB_DM"
  118. Type="PushPull"
  119. Level="High"
  120. Speed="Maximum"
  121. Resistor="Floating"
  122. Mode="Alternate"
  123. Alternate="10" />
  124. <pin12
  125. ID="USB_DP"
  126. Type="PushPull"
  127. Level="High"
  128. Speed="Maximum"
  129. Resistor="Floating"
  130. Mode="Alternate"
  131. Alternate="10" />
  132. <pin13
  133. ID="SWDIO"
  134. Type="PushPull"
  135. Level="High"
  136. Speed="Maximum"
  137. Resistor="Floating"
  138. Mode="Alternate"
  139. Alternate="0" />
  140. <pin14
  141. ID="SWCLK"
  142. Type="PushPull"
  143. Level="High"
  144. Speed="Maximum"
  145. Resistor="Floating"
  146. Mode="Alternate"
  147. Alternate="0" />
  148. <pin15
  149. ID="ZIO_D20 I2S3_WS"
  150. Type="PushPull"
  151. Level="High"
  152. Speed="Maximum"
  153. Resistor="PullUp"
  154. Mode="Input"
  155. Alternate="0" />
  156. </GPIOA>
  157. <GPIOB>
  158. <pin0
  159. ID="ZIO_D33 TIM3_CH3 LED1"
  160. Type="PushPull"
  161. Level="Low"
  162. Speed="Maximum"
  163. Resistor="Floating"
  164. Mode="Output"
  165. Alternate="0" />
  166. <pin1
  167. ID="ZIO_A6 ADC12_IN9"
  168. Type="PushPull"
  169. Level="High"
  170. Speed="Maximum"
  171. Resistor="PullUp"
  172. Mode="Input"
  173. Alternate="0" />
  174. <pin2
  175. ID="ZIO_D27"
  176. Type="PushPull"
  177. Level="High"
  178. Speed="Minimum"
  179. Resistor="PullUp"
  180. Mode="Input"
  181. Alternate="0" />
  182. <pin3
  183. ID="ZIO_D23 I2S3_CK"
  184. Type="PushPull"
  185. Level="High"
  186. Speed="Maximum"
  187. Resistor="PullUp"
  188. Mode="Input"
  189. Alternate="0" />
  190. <pin4
  191. ID="ZIO_D25 SPI3_MISO"
  192. Type="PushPull"
  193. Level="High"
  194. Speed="Maximum"
  195. Resistor="PullUp"
  196. Mode="Input"
  197. Alternate="0" />
  198. <pin5
  199. ID="ZIO_D22 I2S3_SD"
  200. Type="PushPull"
  201. Level="High"
  202. Speed="Maximum"
  203. Resistor="PullUp"
  204. Mode="Input"
  205. Alternate="0" />
  206. <pin6
  207. ID="ZIO_D26"
  208. Type="PushPull"
  209. Level="High"
  210. Speed="Minimum"
  211. Resistor="PullUp"
  212. Mode="Input"
  213. Alternate="0" />
  214. <pin7
  215. ID="LED2"
  216. Type="PushPull"
  217. Level="Low"
  218. Speed="Maximum"
  219. Resistor="Floating"
  220. Mode="Output"
  221. Alternate="0" />
  222. <pin8
  223. ID="ARD_D15 I2C1_SCL"
  224. Type="PushPull"
  225. Level="High"
  226. Speed="Maximum"
  227. Resistor="PullUp"
  228. Mode="Input"
  229. Alternate="0" />
  230. <pin9
  231. ID="ARD_D14 I2C1_SDA"
  232. Type="PushPull"
  233. Level="High"
  234. Speed="Maximum"
  235. Resistor="PullUp"
  236. Mode="Input"
  237. Alternate="0" />
  238. <pin10
  239. ID="ZIO_D36 TIM2_CH3"
  240. Type="PushPull"
  241. Level="High"
  242. Speed="Maximum"
  243. Resistor="PullUp"
  244. Mode="Input"
  245. Alternate="0" />
  246. <pin11
  247. ID="ZIO_D35 TIM2_CH4"
  248. Type="PushPull"
  249. Level="High"
  250. Speed="Maximum"
  251. Resistor="PullUp"
  252. Mode="Input"
  253. Alternate="0" />
  254. <pin12
  255. ID="ZIO_D19 I2S2_WS"
  256. Type="PushPull"
  257. Level="High"
  258. Speed="Maximum"
  259. Resistor="PullUp"
  260. Mode="Input"
  261. Alternate="0" />
  262. <pin13
  263. ID="ZIO_D18 I2S2_CK RMII_TXD1"
  264. Type="PushPull"
  265. Level="High"
  266. Speed="Maximum"
  267. Resistor="PullUp"
  268. Mode="Alternate"
  269. Alternate="11" />
  270. <pin14
  271. ID="LED3"
  272. Type="PushPull"
  273. Level="Low"
  274. Speed="Maximum"
  275. Resistor="Floating"
  276. Mode="Output"
  277. Alternate="0" />
  278. <pin15
  279. ID="ZIO_D17 I2S2_SD"
  280. Type="PushPull"
  281. Level="High"
  282. Speed="Maximum"
  283. Resistor="PullUp"
  284. Mode="Input"
  285. Alternate="0" />
  286. </GPIOB>
  287. <GPIOC>
  288. <pin0
  289. ID="ARD_A1 ADC123_IN10"
  290. Type="PushPull"
  291. Level="High"
  292. Speed="Maximum"
  293. Resistor="PullUp"
  294. Mode="Input"
  295. Alternate="0" />
  296. <pin1
  297. ID="RMII_MDC"
  298. Type="PushPull"
  299. Level="High"
  300. Speed="Maximum"
  301. Resistor="Floating"
  302. Mode="Alternate"
  303. Alternate="11" />
  304. <pin2
  305. ID="ZIO_A7 ADC123_IN12"
  306. Type="PushPull"
  307. Level="High"
  308. Speed="Maximum"
  309. Resistor="PullUp"
  310. Mode="Input"
  311. Alternate="0" />
  312. <pin3
  313. ID="ARD_A2 ADC123_IN13"
  314. Type="PushPull"
  315. Level="High"
  316. Speed="Maximum"
  317. Resistor="PullUp"
  318. Mode="Input"
  319. Alternate="0" />
  320. <pin4
  321. ID="RMII_RXD0"
  322. Type="PushPull"
  323. Level="High"
  324. Speed="Maximum"
  325. Resistor="Floating"
  326. Mode="Alternate"
  327. Alternate="11" />
  328. <pin5
  329. ID="RMII_RXD1"
  330. Type="PushPull"
  331. Level="High"
  332. Speed="Maximum"
  333. Resistor="Floating"
  334. Mode="Alternate"
  335. Alternate="11" />
  336. <pin6
  337. ID="ZIO_D16 I2S2_MCK"
  338. Type="PushPull"
  339. Level="High"
  340. Speed="Maximum"
  341. Resistor="PullUp"
  342. Mode="Input"
  343. Alternate="0" />
  344. <pin7
  345. ID="ZIO_D21 I2S3_MCK"
  346. Type="PushPull"
  347. Level="High"
  348. Speed="Maximum"
  349. Resistor="PullUp"
  350. Mode="Input"
  351. Alternate="0" />
  352. <pin8
  353. ID="ZIO_D43 SDMMC_D0"
  354. Type="PushPull"
  355. Level="High"
  356. Speed="Maximum"
  357. Resistor="PullUp"
  358. Mode="Input"
  359. Alternate="0" />
  360. <pin9
  361. ID="ZIO_D44 SDMMC_D1"
  362. Type="PushPull"
  363. Level="High"
  364. Speed="Maximum"
  365. Resistor="PullUp"
  366. Mode="Input"
  367. Alternate="0" />
  368. <pin10
  369. ID="ZIO_D45 SDMMC_D2"
  370. Type="PushPull"
  371. Level="High"
  372. Speed="Maximum"
  373. Resistor="PullUp"
  374. Mode="Input"
  375. Alternate="0" />
  376. <pin11
  377. ID="ZIO_D46 SDMMC_D3"
  378. Type="PushPull"
  379. Level="High"
  380. Speed="Maximum"
  381. Resistor="PullUp"
  382. Mode="Input"
  383. Alternate="0" />
  384. <pin12
  385. ID="ZIO_D47 SDMMC_CK"
  386. Type="PushPull"
  387. Level="High"
  388. Speed="Maximum"
  389. Resistor="PullUp"
  390. Mode="Input"
  391. Alternate="0" />
  392. <pin13
  393. ID="BUTTON"
  394. Type="PushPull"
  395. Level="High"
  396. Speed="Maximum"
  397. Resistor="Floating"
  398. Mode="Input"
  399. Alternate="0" />
  400. <pin14
  401. ID="OSC32_IN"
  402. Type="PushPull"
  403. Level="High"
  404. Speed="Minimum"
  405. Resistor="Floating"
  406. Mode="Input"
  407. Alternate="0" />
  408. <pin15
  409. ID="OSC32_OUT"
  410. Type="PushPull"
  411. Level="High"
  412. Speed="Minimum"
  413. Resistor="Floating"
  414. Mode="Input"
  415. Alternate="0" />
  416. </GPIOC>
  417. <GPIOD>
  418. <pin0
  419. ID="ZIO_D67 CAN1_RX"
  420. Type="PushPull"
  421. Level="High"
  422. Speed="Maximum"
  423. Resistor="PullUp"
  424. Mode="Input"
  425. Alternate="0" />
  426. <pin1
  427. ID="ZIO_D66 CAN1_TX"
  428. Type="PushPull"
  429. Level="High"
  430. Speed="Maximum"
  431. Resistor="PullUp"
  432. Mode="Input"
  433. Alternate="0" />
  434. <pin2
  435. ID="ZIO_D48 SDMMC_CMD"
  436. Type="PushPull"
  437. Level="High"
  438. Speed="Maximum"
  439. Resistor="PullUp"
  440. Mode="Input"
  441. Alternate="0" />
  442. <pin3
  443. ID="ZIO_D55 USART2_CTS"
  444. Type="PushPull"
  445. Level="High"
  446. Speed="Maximum"
  447. Resistor="PullUp"
  448. Mode="Input"
  449. Alternate="0" />
  450. <pin4
  451. ID="ZIO_D54 USART2_RTS"
  452. Type="PushPull"
  453. Level="High"
  454. Speed="Maximum"
  455. Resistor="PullUp"
  456. Mode="Input"
  457. Alternate="0" />
  458. <pin5
  459. ID="ZIO_D53 USART2_TX"
  460. Type="PushPull"
  461. Level="High"
  462. Speed="Maximum"
  463. Resistor="PullUp"
  464. Mode="Input"
  465. Alternate="0" />
  466. <pin6
  467. ID="ZIO_D52 USART2_RX"
  468. Type="PushPull"
  469. Level="High"
  470. Speed="Maximum"
  471. Resistor="PullUp"
  472. Mode="Input"
  473. Alternate="0" />
  474. <pin7
  475. ID="ZIO_D51 USART2_SCLK"
  476. Type="PushPull"
  477. Level="High"
  478. Speed="Maximum"
  479. Resistor="PullUp"
  480. Mode="Input"
  481. Alternate="0" />
  482. <pin8
  483. ID="USART3_RX STLK_RX"
  484. Type="PushPull"
  485. Level="High"
  486. Speed="Maximum"
  487. Resistor="Floating"
  488. Mode="Alternate"
  489. Alternate="7" />
  490. <pin9
  491. ID="USART3_TX STLK_TX"
  492. Type="PushPull"
  493. Level="High"
  494. Speed="Maximum"
  495. Resistor="Floating"
  496. Mode="Alternate"
  497. Alternate="7" />
  498. <pin10
  499. ID=""
  500. Type="PushPull"
  501. Level="High"
  502. Speed="Minimum"
  503. Resistor="PullUp"
  504. Mode="Input"
  505. Alternate="0" />
  506. <pin11
  507. ID="ZIO_D30"
  508. Type="PushPull"
  509. Level="High"
  510. Speed="Minimum"
  511. Resistor="PullUp"
  512. Mode="Input"
  513. Alternate="0" />
  514. <pin12
  515. ID="ZIO_D29"
  516. Type="PushPull"
  517. Level="High"
  518. Speed="Minimum"
  519. Resistor="PullUp"
  520. Mode="Input"
  521. Alternate="0" />
  522. <pin13
  523. ID="ZIO_D28"
  524. Type="PushPull"
  525. Level="High"
  526. Speed="Minimum"
  527. Resistor="PullUp"
  528. Mode="Input"
  529. Alternate="0" />
  530. <pin14
  531. ID="ARD_D10 SPI1_NSS"
  532. Type="PushPull"
  533. Level="High"
  534. Speed="Maximum"
  535. Resistor="PullUp"
  536. Mode="Input"
  537. Alternate="0" />
  538. <pin15
  539. ID="ARD_D9 TIM4_CH4"
  540. Type="PushPull"
  541. Level="High"
  542. Speed="Maximum"
  543. Resistor="PullUp"
  544. Mode="Input"
  545. Alternate="0" />
  546. </GPIOD>
  547. <GPIOE>
  548. <pin0
  549. ID="ZIO_D34 TIM4_ETR"
  550. Type="PushPull"
  551. Level="High"
  552. Speed="Maximum"
  553. Resistor="PullUp"
  554. Mode="Input"
  555. Alternate="0" />
  556. <pin1
  557. ID=""
  558. Type="PushPull"
  559. Level="High"
  560. Speed="Minimum"
  561. Resistor="PullUp"
  562. Mode="Input"
  563. Alternate="0" />
  564. <pin2
  565. ID="ZIO_D31 ZIO_D56 SAI1_MCLK_A"
  566. Type="PushPull"
  567. Level="High"
  568. Speed="Maximum"
  569. Resistor="PullUp"
  570. Mode="Input"
  571. Alternate="0" />
  572. <pin3
  573. ID="ZIO_D60 SAI1_SD_B"
  574. Type="PushPull"
  575. Level="High"
  576. Speed="Maximum"
  577. Resistor="PullUp"
  578. Mode="Input"
  579. Alternate="0" />
  580. <pin4
  581. ID="ZIO_D57 SAI1_FS_A"
  582. Type="PushPull"
  583. Level="High"
  584. Speed="Maximum"
  585. Resistor="PullUp"
  586. Mode="Input"
  587. Alternate="0" />
  588. <pin5
  589. ID="ZIO_D58 SAI1_SCK_A"
  590. Type="PushPull"
  591. Level="High"
  592. Speed="Maximum"
  593. Resistor="PullUp"
  594. Mode="Input"
  595. Alternate="0" />
  596. <pin6
  597. ID="ZIO_D59 SAI1_SD_A"
  598. Type="PushPull"
  599. Level="High"
  600. Speed="Maximum"
  601. Resistor="PullUp"
  602. Mode="Input"
  603. Alternate="0" />
  604. <pin7
  605. ID="ZIO_D41 TIM1_ETR"
  606. Type="PushPull"
  607. Level="High"
  608. Speed="Maximum"
  609. Resistor="PullUp"
  610. Mode="Input"
  611. Alternate="0" />
  612. <pin8
  613. ID="ZIO_D42 TIM1_CH1N"
  614. Type="PushPull"
  615. Level="High"
  616. Speed="Maximum"
  617. Resistor="PullUp"
  618. Mode="Input"
  619. Alternate="0" />
  620. <pin9
  621. ID="ARD_D6 TIM1_CH1"
  622. Type="PushPull"
  623. Level="High"
  624. Speed="Maximum"
  625. Resistor="PullUp"
  626. Mode="Input"
  627. Alternate="0" />
  628. <pin10
  629. ID="ZIO_D40 TIM1_CH2N"
  630. Type="PushPull"
  631. Level="High"
  632. Speed="Maximum"
  633. Resistor="PullUp"
  634. Mode="Input"
  635. Alternate="0" />
  636. <pin11
  637. ID="ARD_D5 TIM1_CH2"
  638. Type="PushPull"
  639. Level="High"
  640. Speed="Maximum"
  641. Resistor="PullUp"
  642. Mode="Input"
  643. Alternate="0" />
  644. <pin12
  645. ID="ZIO_D39 TIM1_CH3N"
  646. Type="PushPull"
  647. Level="High"
  648. Speed="Maximum"
  649. Resistor="PullUp"
  650. Mode="Input"
  651. Alternate="0" />
  652. <pin13
  653. ID="ARD_D3 TIM1_CH3"
  654. Type="PushPull"
  655. Level="High"
  656. Speed="Maximum"
  657. Resistor="PullUp"
  658. Mode="Input"
  659. Alternate="0" />
  660. <pin14
  661. ID="ZIO_D38"
  662. Type="PushPull"
  663. Level="High"
  664. Speed="Minimum"
  665. Resistor="PullUp"
  666. Mode="Input"
  667. Alternate="0" />
  668. <pin15
  669. ID="ZIO_D37 TIM1_BKIN1"
  670. Type="PushPull"
  671. Level="High"
  672. Speed="Maximum"
  673. Resistor="PullUp"
  674. Mode="Input"
  675. Alternate="0" />
  676. </GPIOE>
  677. <GPIOF>
  678. <pin0
  679. ID="ZIO_D68 I2C2_SDA"
  680. Type="PushPull"
  681. Level="High"
  682. Speed="Maximum"
  683. Resistor="PullUp"
  684. Mode="Input"
  685. Alternate="0" />
  686. <pin1
  687. ID="ZIO_D69 I2C2_SCL"
  688. Type="PushPull"
  689. Level="High"
  690. Speed="Maximum"
  691. Resistor="PullUp"
  692. Mode="Input"
  693. Alternate="0" />
  694. <pin2
  695. ID="ZIO_D70 I2C2_SMBA"
  696. Type="PushPull"
  697. Level="High"
  698. Speed="Maximum"
  699. Resistor="PullUp"
  700. Mode="Input"
  701. Alternate="0" />
  702. <pin3
  703. ID="ARD_A3 ADC3_IN9"
  704. Type="PushPull"
  705. Level="High"
  706. Speed="Maximum"
  707. Resistor="PullUp"
  708. Mode="Input"
  709. Alternate="0" />
  710. <pin4
  711. ID="ZIO_A8 ADC3_IN14"
  712. Type="PushPull"
  713. Level="High"
  714. Speed="Maximum"
  715. Resistor="PullUp"
  716. Mode="Input"
  717. Alternate="0" />
  718. <pin5
  719. ID="ARD_A4 ADC3_IN15"
  720. Type="PushPull"
  721. Level="High"
  722. Speed="Maximum"
  723. Resistor="PullUp"
  724. Mode="Input"
  725. Alternate="0" />
  726. <pin6
  727. ID=""
  728. Type="PushPull"
  729. Level="High"
  730. Speed="Minimum"
  731. Resistor="PullUp"
  732. Mode="Input"
  733. Alternate="0" />
  734. <pin7
  735. ID="ZIO_D62 SAI1_MCLK_B"
  736. Type="PushPull"
  737. Level="High"
  738. Speed="Maximum"
  739. Resistor="PullUp"
  740. Mode="Input"
  741. Alternate="0" />
  742. <pin8
  743. ID="ZIO_D61 SAI1_SCK_B"
  744. Type="PushPull"
  745. Level="High"
  746. Speed="Maximum"
  747. Resistor="PullUp"
  748. Mode="Input"
  749. Alternate="0" />
  750. <pin9
  751. ID="ZIO_D63 SAI1_FS_B"
  752. Type="PushPull"
  753. Level="High"
  754. Speed="Maximum"
  755. Resistor="PullUp"
  756. Mode="Input"
  757. Alternate="0" />
  758. <pin10
  759. ID="ARD_A5 ADC3_IN8"
  760. Type="PushPull"
  761. Level="High"
  762. Speed="Maximum"
  763. Resistor="PullUp"
  764. Mode="Input"
  765. Alternate="0" />
  766. <pin11
  767. ID=""
  768. Type="PushPull"
  769. Level="High"
  770. Speed="Minimum"
  771. Resistor="PullUp"
  772. Mode="Input"
  773. Alternate="0" />
  774. <pin12
  775. ID="ARD_D8"
  776. Type="PushPull"
  777. Level="High"
  778. Speed="Minimum"
  779. Resistor="PullUp"
  780. Mode="Input"
  781. Alternate="0" />
  782. <pin13
  783. ID="ARD_D7"
  784. Type="PushPull"
  785. Level="High"
  786. Speed="Minimum"
  787. Resistor="PullUp"
  788. Mode="Input"
  789. Alternate="0" />
  790. <pin14
  791. ID="ARD_D4"
  792. Type="PushPull"
  793. Level="High"
  794. Speed="Minimum"
  795. Resistor="PullUp"
  796. Mode="Input"
  797. Alternate="0" />
  798. <pin15
  799. ID="ARD_D2"
  800. Type="PushPull"
  801. Level="High"
  802. Speed="Minimum"
  803. Resistor="PullUp"
  804. Mode="Input"
  805. Alternate="0" />
  806. </GPIOF>
  807. <GPIOG>
  808. <pin0
  809. ID="ZIO_D65"
  810. Type="PushPull"
  811. Level="High"
  812. Speed="Minimum"
  813. Resistor="PullUp"
  814. Mode="Input"
  815. Alternate="0" />
  816. <pin1
  817. ID="ZIO_D64"
  818. Type="PushPull"
  819. Level="High"
  820. Speed="Minimum"
  821. Resistor="PullUp"
  822. Mode="Input"
  823. Alternate="0" />
  824. <pin2
  825. ID="ZIO_D49"
  826. Type="PushPull"
  827. Level="High"
  828. Speed="Minimum"
  829. Resistor="PullUp"
  830. Mode="Input"
  831. Alternate="0" />
  832. <pin3
  833. ID="ZIO_D50"
  834. Type="PushPull"
  835. Level="High"
  836. Speed="Minimum"
  837. Resistor="PullUp"
  838. Mode="Input"
  839. Alternate="0" />
  840. <pin4
  841. ID=""
  842. Type="PushPull"
  843. Level="High"
  844. Speed="Minimum"
  845. Resistor="PullUp"
  846. Mode="Input"
  847. Alternate="0" />
  848. <pin5
  849. ID=""
  850. Type="PushPull"
  851. Level="High"
  852. Speed="Minimum"
  853. Resistor="PullUp"
  854. Mode="Input"
  855. Alternate="0" />
  856. <pin6
  857. ID="USB_GPIO_OUT"
  858. Type="PushPull"
  859. Level="High"
  860. Speed="Maximum"
  861. Resistor="PullUp"
  862. Mode="Input"
  863. Alternate="0" />
  864. <pin7
  865. ID="USB_GPIO_IN"
  866. Type="PushPull"
  867. Level="High"
  868. Speed="Maximum"
  869. Resistor="PullUp"
  870. Mode="Input"
  871. Alternate="0" />
  872. <pin8
  873. ID=""
  874. Type="PushPull"
  875. Level="High"
  876. Speed="Minimum"
  877. Resistor="PullUp"
  878. Mode="Input"
  879. Alternate="0" />
  880. <pin9
  881. ID="ARD_D0 USART6_RX"
  882. Type="PushPull"
  883. Level="High"
  884. Speed="Maximum"
  885. Resistor="PullUp"
  886. Mode="Input"
  887. Alternate="0" />
  888. <pin10
  889. ID=""
  890. Type="PushPull"
  891. Level="High"
  892. Speed="Minimum"
  893. Resistor="PullUp"
  894. Mode="Input"
  895. Alternate="0" />
  896. <pin11
  897. ID="RMII_TX_EN"
  898. Type="PushPull"
  899. Level="High"
  900. Speed="Maximum"
  901. Resistor="Floating"
  902. Mode="Alternate"
  903. Alternate="11" />
  904. <pin12
  905. ID=""
  906. Type="PushPull"
  907. Level="High"
  908. Speed="Minimum"
  909. Resistor="PullUp"
  910. Mode="Input"
  911. Alternate="0" />
  912. <pin13
  913. ID="RMII_TXD0"
  914. Type="PushPull"
  915. Level="High"
  916. Speed="Maximum"
  917. Resistor="Floating"
  918. Mode="Alternate"
  919. Alternate="11" />
  920. <pin14
  921. ID="ARD_D1 USART6_TX"
  922. Type="PushPull"
  923. Level="High"
  924. Speed="Maximum"
  925. Resistor="PullUp"
  926. Mode="Input"
  927. Alternate="0" />
  928. <pin15
  929. ID=""
  930. Type="PushPull"
  931. Level="High"
  932. Speed="Minimum"
  933. Resistor="PullUp"
  934. Mode="Input"
  935. Alternate="0" />
  936. </GPIOG>
  937. <GPIOH>
  938. <pin0
  939. ID="OSC_IN"
  940. Type="PushPull"
  941. Level="High"
  942. Speed="Maximum"
  943. Resistor="Floating"
  944. Mode="Input"
  945. Alternate="0" />
  946. <pin1
  947. ID="OSC_OUT"
  948. Type="PushPull"
  949. Level="High"
  950. Speed="Maximum"
  951. Resistor="Floating"
  952. Mode="Input"
  953. Alternate="0" />
  954. <pin2
  955. ID=""
  956. Type="PushPull"
  957. Level="High"
  958. Speed="Minimum"
  959. Resistor="PullUp"
  960. Mode="Input"
  961. Alternate="0" />
  962. <pin3
  963. ID=""
  964. Type="PushPull"
  965. Level="High"
  966. Speed="Minimum"
  967. Resistor="PullUp"
  968. Mode="Input"
  969. Alternate="0" />
  970. <pin4
  971. ID=""
  972. Type="PushPull"
  973. Level="High"
  974. Speed="Minimum"
  975. Resistor="PullUp"
  976. Mode="Input"
  977. Alternate="0" />
  978. <pin5
  979. ID=""
  980. Type="PushPull"
  981. Level="High"
  982. Speed="Minimum"
  983. Resistor="PullUp"
  984. Mode="Input"
  985. Alternate="0" />
  986. <pin6
  987. ID=""
  988. Type="PushPull"
  989. Level="High"
  990. Speed="Minimum"
  991. Resistor="PullUp"
  992. Mode="Input"
  993. Alternate="0" />
  994. <pin7
  995. ID=""
  996. Type="PushPull"
  997. Level="High"
  998. Speed="Minimum"
  999. Resistor="PullUp"
  1000. Mode="Input"
  1001. Alternate="0" />
  1002. <pin8
  1003. ID=""
  1004. Type="PushPull"
  1005. Level="High"
  1006. Speed="Minimum"
  1007. Resistor="PullUp"
  1008. Mode="Input"
  1009. Alternate="0" />
  1010. <pin9
  1011. ID=""
  1012. Type="PushPull"
  1013. Level="High"
  1014. Speed="Minimum"
  1015. Resistor="PullUp"
  1016. Mode="Input"
  1017. Alternate="0" />
  1018. <pin10
  1019. ID=""
  1020. Type="PushPull"
  1021. Level="High"
  1022. Speed="Minimum"
  1023. Resistor="PullUp"
  1024. Mode="Input"
  1025. Alternate="0" />
  1026. <pin11
  1027. ID=""
  1028. Type="PushPull"
  1029. Level="High"
  1030. Speed="Minimum"
  1031. Resistor="PullUp"
  1032. Mode="Input"
  1033. Alternate="0" />
  1034. <pin12
  1035. ID=""
  1036. Type="PushPull"
  1037. Level="High"
  1038. Speed="Minimum"
  1039. Resistor="PullUp"
  1040. Mode="Input"
  1041. Alternate="0" />
  1042. <pin13
  1043. ID=""
  1044. Type="PushPull"
  1045. Level="High"
  1046. Speed="Minimum"
  1047. Resistor="PullUp"
  1048. Mode="Input"
  1049. Alternate="0" />
  1050. <pin14
  1051. ID=""
  1052. Type="PushPull"
  1053. Level="High"
  1054. Speed="Minimum"
  1055. Resistor="PullUp"
  1056. Mode="Input"
  1057. Alternate="0" />
  1058. <pin15
  1059. ID=""
  1060. Type="PushPull"
  1061. Level="High"
  1062. Speed="Minimum"
  1063. Resistor="PullUp"
  1064. Mode="Input"
  1065. Alternate="0" />
  1066. </GPIOH>
  1067. <GPIOI>
  1068. <pin0
  1069. ID=""
  1070. Type="PushPull"
  1071. Level="High"
  1072. Speed="Minimum"
  1073. Resistor="PullUp"
  1074. Mode="Input"
  1075. Alternate="0" />
  1076. <pin1
  1077. ID=""
  1078. Type="PushPull"
  1079. Level="High"
  1080. Speed="Minimum"
  1081. Resistor="PullUp"
  1082. Mode="Input"
  1083. Alternate="0" />
  1084. <pin2
  1085. ID=""
  1086. Type="PushPull"
  1087. Level="High"
  1088. Speed="Minimum"
  1089. Resistor="PullUp"
  1090. Mode="Input"
  1091. Alternate="0" />
  1092. <pin3
  1093. ID=""
  1094. Type="PushPull"
  1095. Level="High"
  1096. Speed="Minimum"
  1097. Resistor="PullUp"
  1098. Mode="Input"
  1099. Alternate="0" />
  1100. <pin4
  1101. ID=""
  1102. Type="PushPull"
  1103. Level="High"
  1104. Speed="Minimum"
  1105. Resistor="PullUp"
  1106. Mode="Input"
  1107. Alternate="0" />
  1108. <pin5
  1109. ID=""
  1110. Type="PushPull"
  1111. Level="High"
  1112. Speed="Minimum"
  1113. Resistor="PullUp"
  1114. Mode="Input"
  1115. Alternate="0" />
  1116. <pin6
  1117. ID=""
  1118. Type="PushPull"
  1119. Level="High"
  1120. Speed="Minimum"
  1121. Resistor="PullUp"
  1122. Mode="Input"
  1123. Alternate="0" />
  1124. <pin7
  1125. ID=""
  1126. Type="PushPull"
  1127. Level="High"
  1128. Speed="Minimum"
  1129. Resistor="PullUp"
  1130. Mode="Input"
  1131. Alternate="0" />
  1132. <pin8
  1133. ID=""
  1134. Type="PushPull"
  1135. Level="High"
  1136. Speed="Minimum"
  1137. Resistor="PullUp"
  1138. Mode="Input"
  1139. Alternate="0" />
  1140. <pin9
  1141. ID=""
  1142. Type="PushPull"
  1143. Level="High"
  1144. Speed="Minimum"
  1145. Resistor="PullUp"
  1146. Mode="Input"
  1147. Alternate="0" />
  1148. <pin10
  1149. ID=""
  1150. Type="PushPull"
  1151. Level="High"
  1152. Speed="Minimum"
  1153. Resistor="PullUp"
  1154. Mode="Input"
  1155. Alternate="0" />
  1156. <pin11
  1157. ID=""
  1158. Type="PushPull"
  1159. Level="High"
  1160. Speed="Minimum"
  1161. Resistor="PullUp"
  1162. Mode="Input"
  1163. Alternate="0" />
  1164. <pin12
  1165. ID=""
  1166. Type="PushPull"
  1167. Level="High"
  1168. Speed="Minimum"
  1169. Resistor="PullUp"
  1170. Mode="Input"
  1171. Alternate="0" />
  1172. <pin13
  1173. ID=""
  1174. Type="PushPull"
  1175. Level="High"
  1176. Speed="Minimum"
  1177. Resistor="PullUp"
  1178. Mode="Input"
  1179. Alternate="0" />
  1180. <pin14
  1181. ID=""
  1182. Type="PushPull"
  1183. Level="High"
  1184. Speed="Minimum"
  1185. Resistor="PullUp"
  1186. Mode="Input"
  1187. Alternate="0" />
  1188. <pin15
  1189. ID=""
  1190. Type="PushPull"
  1191. Level="High"
  1192. Speed="Minimum"
  1193. Resistor="PullUp"
  1194. Mode="Input"
  1195. Alternate="0" />
  1196. </GPIOI>
  1197. <GPIOJ>
  1198. <pin0
  1199. ID=""
  1200. Type="PushPull"
  1201. Level="High"
  1202. Speed="Minimum"
  1203. Resistor="PullUp"
  1204. Mode="Input"
  1205. Alternate="0" />
  1206. <pin1
  1207. ID=""
  1208. Type="PushPull"
  1209. Level="High"
  1210. Speed="Minimum"
  1211. Resistor="PullUp"
  1212. Mode="Input"
  1213. Alternate="0" />
  1214. <pin2
  1215. ID=""
  1216. Type="PushPull"
  1217. Level="High"
  1218. Speed="Minimum"
  1219. Resistor="PullUp"
  1220. Mode="Input"
  1221. Alternate="0" />
  1222. <pin3
  1223. ID=""
  1224. Type="PushPull"
  1225. Level="High"
  1226. Speed="Minimum"
  1227. Resistor="PullUp"
  1228. Mode="Input"
  1229. Alternate="0" />
  1230. <pin4
  1231. ID=""
  1232. Type="PushPull"
  1233. Level="High"
  1234. Speed="Minimum"
  1235. Resistor="PullUp"
  1236. Mode="Input"
  1237. Alternate="0" />
  1238. <pin5
  1239. ID=""
  1240. Type="PushPull"
  1241. Level="High"
  1242. Speed="Minimum"
  1243. Resistor="PullUp"
  1244. Mode="Input"
  1245. Alternate="0" />
  1246. <pin6
  1247. ID=""
  1248. Type="PushPull"
  1249. Level="High"
  1250. Speed="Minimum"
  1251. Resistor="PullUp"
  1252. Mode="Input"
  1253. Alternate="0" />
  1254. <pin7
  1255. ID=""
  1256. Type="PushPull"
  1257. Level="High"
  1258. Speed="Minimum"
  1259. Resistor="PullUp"
  1260. Mode="Input"
  1261. Alternate="0" />
  1262. <pin8
  1263. ID=""
  1264. Type="PushPull"
  1265. Level="High"
  1266. Speed="Minimum"
  1267. Resistor="PullUp"
  1268. Mode="Input"
  1269. Alternate="0" />
  1270. <pin9
  1271. ID=""
  1272. Type="PushPull"
  1273. Level="High"
  1274. Speed="Minimum"
  1275. Resistor="PullUp"
  1276. Mode="Input"
  1277. Alternate="0" />
  1278. <pin10
  1279. ID=""
  1280. Type="PushPull"
  1281. Level="High"
  1282. Speed="Minimum"
  1283. Resistor="PullUp"
  1284. Mode="Input"
  1285. Alternate="0" />
  1286. <pin11
  1287. ID=""
  1288. Type="PushPull"
  1289. Level="High"
  1290. Speed="Minimum"
  1291. Resistor="PullUp"
  1292. Mode="Input"
  1293. Alternate="0" />
  1294. <pin12
  1295. ID=""
  1296. Type="PushPull"
  1297. Level="High"
  1298. Speed="Minimum"
  1299. Resistor="PullUp"
  1300. Mode="Input"
  1301. Alternate="0" />
  1302. <pin13
  1303. ID=""
  1304. Type="PushPull"
  1305. Level="High"
  1306. Speed="Minimum"
  1307. Resistor="PullUp"
  1308. Mode="Input"
  1309. Alternate="0" />
  1310. <pin14
  1311. ID=""
  1312. Type="PushPull"
  1313. Level="High"
  1314. Speed="Minimum"
  1315. Resistor="PullUp"
  1316. Mode="Input"
  1317. Alternate="0" />
  1318. <pin15
  1319. ID=""
  1320. Type="PushPull"
  1321. Level="High"
  1322. Speed="Minimum"
  1323. Resistor="PullUp"
  1324. Mode="Input"
  1325. Alternate="0" />
  1326. </GPIOJ>
  1327. <GPIOK>
  1328. <pin0
  1329. ID=""
  1330. Type="PushPull"
  1331. Level="High"
  1332. Speed="Minimum"
  1333. Resistor="PullUp"
  1334. Mode="Input"
  1335. Alternate="0" />
  1336. <pin1
  1337. ID=""
  1338. Type="PushPull"
  1339. Level="High"
  1340. Speed="Minimum"
  1341. Resistor="PullUp"
  1342. Mode="Input"
  1343. Alternate="0" />
  1344. <pin2
  1345. ID=""
  1346. Type="PushPull"
  1347. Level="High"
  1348. Speed="Minimum"
  1349. Resistor="PullUp"
  1350. Mode="Input"
  1351. Alternate="0" />
  1352. <pin3
  1353. ID=""
  1354. Type="PushPull"
  1355. Level="High"
  1356. Speed="Minimum"
  1357. Resistor="PullUp"
  1358. Mode="Input"
  1359. Alternate="0" />
  1360. <pin4
  1361. ID=""
  1362. Type="PushPull"
  1363. Level="High"
  1364. Speed="Minimum"
  1365. Resistor="PullUp"
  1366. Mode="Input"
  1367. Alternate="0" />
  1368. <pin5
  1369. ID=""
  1370. Type="PushPull"
  1371. Level="High"
  1372. Speed="Minimum"
  1373. Resistor="PullUp"
  1374. Mode="Input"
  1375. Alternate="0" />
  1376. <pin6
  1377. ID=""
  1378. Type="PushPull"
  1379. Level="High"
  1380. Speed="Minimum"
  1381. Resistor="PullUp"
  1382. Mode="Input"
  1383. Alternate="0" />
  1384. <pin7
  1385. ID=""
  1386. Type="PushPull"
  1387. Level="High"
  1388. Speed="Minimum"
  1389. Resistor="PullUp"
  1390. Mode="Input"
  1391. Alternate="0" />
  1392. <pin8
  1393. ID=""
  1394. Type="PushPull"
  1395. Level="High"
  1396. Speed="Minimum"
  1397. Resistor="PullUp"
  1398. Mode="Input"
  1399. Alternate="0" />
  1400. <pin9
  1401. ID=""
  1402. Type="PushPull"
  1403. Level="High"
  1404. Speed="Minimum"
  1405. Resistor="PullUp"
  1406. Mode="Input"
  1407. Alternate="0" />
  1408. <pin10
  1409. ID=""
  1410. Type="PushPull"
  1411. Level="High"
  1412. Speed="Minimum"
  1413. Resistor="PullUp"
  1414. Mode="Input"
  1415. Alternate="0" />
  1416. <pin11
  1417. ID=""
  1418. Type="PushPull"
  1419. Level="High"
  1420. Speed="Minimum"
  1421. Resistor="PullUp"
  1422. Mode="Input"
  1423. Alternate="0" />
  1424. <pin12
  1425. ID=""
  1426. Type="PushPull"
  1427. Level="High"
  1428. Speed="Minimum"
  1429. Resistor="PullUp"
  1430. Mode="Input"
  1431. Alternate="0" />
  1432. <pin13
  1433. ID=""
  1434. Type="PushPull"
  1435. Level="High"
  1436. Speed="Minimum"
  1437. Resistor="PullUp"
  1438. Mode="Input"
  1439. Alternate="0" />
  1440. <pin14
  1441. ID=""
  1442. Type="PushPull"
  1443. Level="High"
  1444. Speed="Minimum"
  1445. Resistor="PullUp"
  1446. Mode="Input"
  1447. Alternate="0" />
  1448. <pin15
  1449. ID=""
  1450. Type="PushPull"
  1451. Level="High"
  1452. Speed="Minimum"
  1453. Resistor="PullUp"
  1454. Mode="Input"
  1455. Alternate="0" />
  1456. </GPIOK>
  1457. </ports>
  1458. </board>