board.chcfg 32 KB

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