board.chcfg 32 KB

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