board.chcfg 31 KB

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