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