board.chcfg 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193
  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 STM32F429I-Discovery</board_name>
  12. <board_id>ST_STM32F429I_DISCOVERY</board_id>
  13. <board_functions></board_functions>
  14. <subtype>STM32F429xx</subtype>
  15. <clocks
  16. HSEFrequency="8000000"
  17. HSEBypass="false"
  18. LSEFrequency="0"
  19. LSEBypass="false"
  20. VDD="300" />
  21. <ports>
  22. <GPIOA>
  23. <pin0
  24. ID="BUTTON"
  25. Type="PushPull"
  26. Speed="Minimum"
  27. Resistor="Floating"
  28. Level="High"
  29. Mode="Input"
  30. Alternate="0" />
  31. <pin1
  32. ID="MEMS_INT1"
  33. Type="PushPull"
  34. Speed="Minimum"
  35. Resistor="Floating"
  36. Level="High"
  37. Mode="Input"
  38. Alternate="0" />
  39. <pin2
  40. ID="MEMS_INT2"
  41. Type="PushPull"
  42. Speed="Minimum"
  43. Resistor="Floating"
  44. Level="High"
  45. Mode="Input"
  46. Alternate="0" />
  47. <pin3
  48. ID="LCD_B5"
  49. Type="PushPull"
  50. Speed="Maximum"
  51. Resistor="Floating"
  52. Level="High"
  53. Mode="Alternate"
  54. Alternate="14" />
  55. <pin4
  56. ID="LCD_VSYNC"
  57. Type="PushPull"
  58. Speed="Maximum"
  59. Resistor="Floating"
  60. Level="High"
  61. Mode="Alternate"
  62. Alternate="14" />
  63. <pin5
  64. ID=""
  65. Type="PushPull"
  66. Speed="Minimum"
  67. Resistor="PullUp"
  68. Level="High"
  69. Mode="Input"
  70. Alternate="0" />
  71. <pin6
  72. ID="LCD_G2"
  73. Type="PushPull"
  74. Speed="Maximum"
  75. Resistor="Floating"
  76. Level="High"
  77. Mode="Alternate"
  78. Alternate="14" />
  79. <pin7
  80. ID="ACP_RST"
  81. Type="PushPull"
  82. Speed="Minimum"
  83. Resistor="PullUp"
  84. Level="High"
  85. Mode="Input"
  86. Alternate="0" />
  87. <pin8
  88. ID="I2C3_SCL"
  89. Type="OpenDrain"
  90. Speed="Maximum"
  91. Resistor="Floating"
  92. Level="High"
  93. Mode="Alternate"
  94. Alternate="4" />
  95. <pin9
  96. ID="UART_TX"
  97. Type="PushPull"
  98. Speed="Minimum"
  99. Resistor="PullUp"
  100. Level="High"
  101. Mode="Alternate"
  102. Alternate="7" />
  103. <pin10
  104. ID="UART_RX"
  105. Type="PushPull"
  106. Speed="Minimum"
  107. Resistor="PullUp"
  108. Level="High"
  109. Mode="Alternate"
  110. Alternate="7" />
  111. <pin11
  112. ID="LCD_R4"
  113. Type="PushPull"
  114. Speed="Maximum"
  115. Resistor="Floating"
  116. Level="High"
  117. Mode="Alternate"
  118. Alternate="14" />
  119. <pin12
  120. ID="LCD_R5"
  121. Type="PushPull"
  122. Speed="Maximum"
  123. Resistor="Floating"
  124. Level="High"
  125. Mode="Alternate"
  126. Alternate="14" />
  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="TP_INT"
  145. Type="PushPull"
  146. Speed="Minimum"
  147. Resistor="Floating"
  148. Level="High"
  149. Mode="Input"
  150. Alternate="0" />
  151. </GPIOA>
  152. <GPIOB>
  153. <pin0
  154. ID="LCD_R3"
  155. Type="PushPull"
  156. Speed="Maximum"
  157. Resistor="Floating"
  158. Level="High"
  159. Mode="Alternate"
  160. Alternate="14" />
  161. <pin1
  162. ID="LCD_R6"
  163. Type="PushPull"
  164. Speed="Maximum"
  165. Resistor="Floating"
  166. Level="High"
  167. Mode="Alternate"
  168. Alternate="14" />
  169. <pin2
  170. ID="BOOT1"
  171. Type="PushPull"
  172. Speed="Maximum"
  173. Resistor="PullUp"
  174. Level="High"
  175. Mode="Input"
  176. Alternate="0" />
  177. <pin3
  178. ID="SWO"
  179. Type="PushPull"
  180. Speed="Maximum"
  181. Resistor="Floating"
  182. Level="High"
  183. Mode="Alternate"
  184. Alternate="0" />
  185. <pin4
  186. ID=""
  187. Type="PushPull"
  188. Speed="Minimum"
  189. Resistor="PullUp"
  190. Level="High"
  191. Mode="Input"
  192. Alternate="0" />
  193. <pin5
  194. ID="FMC_SDCKE1"
  195. Type="PushPull"
  196. Speed="Maximum"
  197. Resistor="Floating"
  198. Level="High"
  199. Mode="Alternate"
  200. Alternate="12" />
  201. <pin6
  202. ID="FMC_SDNE1"
  203. Type="PushPull"
  204. Speed="Maximum"
  205. Resistor="Floating"
  206. Level="High"
  207. Mode="Alternate"
  208. Alternate="12" />
  209. <pin7
  210. ID=""
  211. Type="PushPull"
  212. Speed="Minimum"
  213. Resistor="PullUp"
  214. Level="High"
  215. Mode="Input"
  216. Alternate="0" />
  217. <pin8
  218. ID="LCD_B6"
  219. Type="PushPull"
  220. Speed="Maximum"
  221. Resistor="Floating"
  222. Level="High"
  223. Mode="Alternate"
  224. Alternate="14" />
  225. <pin9
  226. ID="LCD_B7"
  227. Type="PushPull"
  228. Speed="Maximum"
  229. Resistor="Floating"
  230. Level="High"
  231. Mode="Alternate"
  232. Alternate="14" />
  233. <pin10
  234. ID="LCD_G4"
  235. Type="PushPull"
  236. Speed="Maximum"
  237. Resistor="Floating"
  238. Level="High"
  239. Mode="Alternate"
  240. Alternate="14" />
  241. <pin11
  242. ID="LCD_G5"
  243. Type="PushPull"
  244. Speed="Maximum"
  245. Resistor="Floating"
  246. Level="High"
  247. Mode="Alternate"
  248. Alternate="14" />
  249. <pin12
  250. ID="OTG_HS_ID"
  251. Type="PushPull"
  252. Speed="Maximum"
  253. Resistor="Floating"
  254. Level="High"
  255. Mode="Alternate"
  256. Alternate="12" />
  257. <pin13
  258. ID="OTG_HS_VBUS"
  259. Type="PushPull"
  260. Speed="Minimum"
  261. Resistor="PullDown"
  262. Level="High"
  263. Mode="Input"
  264. Alternate="0" />
  265. <pin14
  266. ID="OTG_HS_DM"
  267. Type="PushPull"
  268. Speed="Maximum"
  269. Resistor="Floating"
  270. Level="High"
  271. Mode="Alternate"
  272. Alternate="12" />
  273. <pin15
  274. ID="OTG_HS_DP"
  275. Type="PushPull"
  276. Speed="Maximum"
  277. Resistor="Floating"
  278. Level="High"
  279. Mode="Alternate"
  280. Alternate="12" />
  281. </GPIOB>
  282. <GPIOC>
  283. <pin0
  284. ID="FMC_SDNWE"
  285. Type="PushPull"
  286. Speed="Maximum"
  287. Resistor="Floating"
  288. Level="High"
  289. Mode="Alternate"
  290. Alternate="12" />
  291. <pin1
  292. ID="SPI5_MEMS_CS"
  293. Type="PushPull"
  294. Speed="Maximum"
  295. Resistor="Floating"
  296. Level="High"
  297. Mode="Output"
  298. Alternate="0" ></pin1>
  299. <pin2
  300. ID="SPI5_LCD_CS"
  301. Type="PushPull"
  302. Speed="Maximum"
  303. Resistor="Floating"
  304. Level="High"
  305. Mode="Output"
  306. Alternate="0" />
  307. <pin3
  308. ID=""
  309. Type="PushPull"
  310. Speed="Minimum"
  311. Resistor="PullUp"
  312. Level="High"
  313. Mode="Input"
  314. Alternate="0" />
  315. <pin4
  316. ID="OTG_HS_PSO"
  317. Type="PushPull"
  318. Speed="Maximum"
  319. Resistor="Floating"
  320. Level="High"
  321. Mode="Output"
  322. Alternate="0" />
  323. <pin5
  324. ID="OTG_HS_OC"
  325. Type="PushPull"
  326. Speed="Maximum"
  327. Resistor="Floating"
  328. Level="High"
  329. Mode="Input"
  330. Alternate="0" />
  331. <pin6
  332. ID="LCD_HSYNC"
  333. Type="PushPull"
  334. Speed="Maximum"
  335. Resistor="Floating"
  336. Level="High"
  337. Mode="Alternate"
  338. Alternate="14" />
  339. <pin7
  340. ID="LCD_G6"
  341. Type="PushPull"
  342. Speed="Maximum"
  343. Resistor="Floating"
  344. Level="High"
  345. Mode="Alternate"
  346. Alternate="14" />
  347. <pin8
  348. ID=""
  349. Type="PushPull"
  350. Speed="Minimum"
  351. Resistor="PullUp"
  352. Level="High"
  353. Mode="Input"
  354. Alternate="0" />
  355. <pin9
  356. ID="I2C3_SDA"
  357. Type="OpenDrain"
  358. Speed="Maximum"
  359. Resistor="Floating"
  360. Level="High"
  361. Mode="Alternate"
  362. Alternate="4" />
  363. <pin10
  364. ID="LCD_R2"
  365. Type="PushPull"
  366. Speed="Maximum"
  367. Resistor="Floating"
  368. Level="High"
  369. Mode="Alternate"
  370. Alternate="14" />
  371. <pin11
  372. ID=""
  373. Type="PushPull"
  374. Speed="Minimum"
  375. Resistor="PullUp"
  376. Level="High"
  377. Mode="Input"
  378. Alternate="0" />
  379. <pin12
  380. ID=""
  381. Type="PushPull"
  382. Speed="Minimum"
  383. Resistor="PullUp"
  384. Level="High"
  385. Mode="Input"
  386. Alternate="0" />
  387. <pin13
  388. ID=""
  389. Type="PushPull"
  390. Speed="Minimum"
  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="FMC_D2"
  415. Type="PushPull"
  416. Speed="Maximum"
  417. Resistor="Floating"
  418. Level="High"
  419. Mode="Alternate"
  420. Alternate="12" />
  421. <pin1
  422. ID="FMC_D3"
  423. Type="PushPull"
  424. Speed="Maximum"
  425. Resistor="Floating"
  426. Level="High"
  427. Mode="Alternate"
  428. Alternate="12" />
  429. <pin2
  430. ID=""
  431. Type="PushPull"
  432. Speed="Minimum"
  433. Resistor="PullUp"
  434. Level="High"
  435. Mode="Input"
  436. Alternate="0" />
  437. <pin3
  438. ID="LCD_G7"
  439. Type="PushPull"
  440. Speed="Maximum"
  441. Resistor="Floating"
  442. Level="High"
  443. Mode="Alternate"
  444. Alternate="14" />
  445. <pin4
  446. ID=""
  447. Type="PushPull"
  448. Speed="Minimum"
  449. Resistor="PullUp"
  450. Level="High"
  451. Mode="Input"
  452. Alternate="0" />
  453. <pin5
  454. ID=""
  455. Type="PushPull"
  456. Speed="Minimum"
  457. Resistor="PullUp"
  458. Level="High"
  459. Mode="Input"
  460. Alternate="0" />
  461. <pin6
  462. ID="LCD_B2"
  463. Type="PushPull"
  464. Speed="Maximum"
  465. Resistor="Floating"
  466. Level="High"
  467. Mode="Alternate"
  468. Alternate="14" />
  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="FMC_D13"
  479. Type="PushPull"
  480. Speed="Maximum"
  481. Resistor="Floating"
  482. Level="High"
  483. Mode="Alternate"
  484. Alternate="12" />
  485. <pin9
  486. ID="FMC_D14"
  487. Type="PushPull"
  488. Speed="Maximum"
  489. Resistor="Floating"
  490. Level="High"
  491. Mode="Alternate"
  492. Alternate="12" />
  493. <pin10
  494. ID="FMC_D15"
  495. Type="PushPull"
  496. Speed="Maximum"
  497. Resistor="Floating"
  498. Level="High"
  499. Mode="Alternate"
  500. Alternate="12" />
  501. <pin11
  502. ID="LCD_TE"
  503. Type="PushPull"
  504. Speed="Maximum"
  505. Resistor="Floating"
  506. Level="High"
  507. Mode="Input"
  508. Alternate="0" />
  509. <pin12
  510. ID="LCD_RDX"
  511. Type="PushPull"
  512. Speed="Maximum"
  513. Resistor="Floating"
  514. Level="High"
  515. Mode="Output"
  516. Alternate="0" />
  517. <pin13
  518. ID="LCD_WRX"
  519. Type="PushPull"
  520. Speed="Maximum"
  521. Resistor="Floating"
  522. Level="High"
  523. Mode="Output"
  524. Alternate="0" />
  525. <pin14
  526. ID="FMC_D0"
  527. Type="PushPull"
  528. Speed="Maximum"
  529. Resistor="Floating"
  530. Level="High"
  531. Mode="Alternate"
  532. Alternate="12" />
  533. <pin15
  534. ID="FMC_D1"
  535. Type="PushPull"
  536. Speed="Maximum"
  537. Resistor="Floating"
  538. Level="High"
  539. Mode="Alternate"
  540. Alternate="12" />
  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=""
  561. Type="PushPull"
  562. Speed="Minimum"
  563. Resistor="PullUp"
  564. Level="High"
  565. Mode="Input"
  566. Alternate="0" />
  567. <pin3
  568. ID=""
  569. Type="PushPull"
  570. Speed="Minimum"
  571. Resistor="PullUp"
  572. Level="High"
  573. Mode="Input"
  574. Alternate="0" />
  575. <pin4
  576. ID=""
  577. Type="PushPull"
  578. Speed="Minimum"
  579. Resistor="PullUp"
  580. Level="High"
  581. Mode="Input"
  582. Alternate="0" />
  583. <pin5
  584. ID=""
  585. Type="PushPull"
  586. Speed="Minimum"
  587. Resistor="PullUp"
  588. Level="High"
  589. Mode="Input"
  590. Alternate="0" />
  591. <pin6
  592. ID=""
  593. Type="PushPull"
  594. Speed="Minimum"
  595. Resistor="PullUp"
  596. Level="High"
  597. Mode="Input"
  598. Alternate="0" />
  599. <pin7
  600. ID="FMC_D4"
  601. Type="PushPull"
  602. Speed="Maximum"
  603. Resistor="Floating"
  604. Level="High"
  605. Mode="Alternate"
  606. Alternate="12" />
  607. <pin8
  608. ID="FMC_D5"
  609. Type="PushPull"
  610. Speed="Maximum"
  611. Resistor="Floating"
  612. Level="High"
  613. Mode="Alternate"
  614. Alternate="12" />
  615. <pin9
  616. ID="FMC_D6"
  617. Type="PushPull"
  618. Speed="Maximum"
  619. Resistor="Floating"
  620. Level="High"
  621. Mode="Alternate"
  622. Alternate="12" />
  623. <pin10
  624. ID="FMC_D7"
  625. Type="PushPull"
  626. Speed="Maximum"
  627. Resistor="Floating"
  628. Level="High"
  629. Mode="Alternate"
  630. Alternate="12" />
  631. <pin11
  632. ID="FMC_D8"
  633. Type="PushPull"
  634. Speed="Maximum"
  635. Resistor="Floating"
  636. Level="High"
  637. Mode="Alternate"
  638. Alternate="12" />
  639. <pin12
  640. ID="FMC_D9"
  641. Type="PushPull"
  642. Speed="Maximum"
  643. Resistor="Floating"
  644. Level="High"
  645. Mode="Alternate"
  646. Alternate="12" />
  647. <pin13
  648. ID="FMC_D10"
  649. Type="PushPull"
  650. Speed="Maximum"
  651. Resistor="Floating"
  652. Level="High"
  653. Mode="Alternate"
  654. Alternate="12" />
  655. <pin14
  656. ID="FMC_D11"
  657. Type="PushPull"
  658. Speed="Maximum"
  659. Resistor="Floating"
  660. Level="High"
  661. Mode="Alternate"
  662. Alternate="12" />
  663. <pin15
  664. ID="FMC_D12"
  665. Type="PushPull"
  666. Speed="Maximum"
  667. Resistor="Floating"
  668. Level="High"
  669. Mode="Alternate"
  670. Alternate="12" />
  671. </GPIOE>
  672. <GPIOF>
  673. <pin0
  674. ID="FMC_A0"
  675. Type="PushPull"
  676. Speed="Maximum"
  677. Resistor="Floating"
  678. Level="High"
  679. Mode="Alternate"
  680. Alternate="12" />
  681. <pin1
  682. ID="FMC_A1"
  683. Type="PushPull"
  684. Speed="Maximum"
  685. Resistor="Floating"
  686. Level="High"
  687. Mode="Alternate"
  688. Alternate="12" />
  689. <pin2
  690. ID="FMC_A2"
  691. Type="PushPull"
  692. Speed="Maximum"
  693. Resistor="Floating"
  694. Level="High"
  695. Mode="Alternate"
  696. Alternate="12" />
  697. <pin3
  698. ID="FMC_A3"
  699. Type="PushPull"
  700. Speed="Maximum"
  701. Resistor="Floating"
  702. Level="High"
  703. Mode="Alternate"
  704. Alternate="12" />
  705. <pin4
  706. ID="FMC_A4"
  707. Type="PushPull"
  708. Speed="Maximum"
  709. Resistor="Floating"
  710. Level="High"
  711. Mode="Alternate"
  712. Alternate="12" />
  713. <pin5
  714. ID="FMC_A5"
  715. Type="PushPull"
  716. Speed="Maximum"
  717. Resistor="Floating"
  718. Level="High"
  719. Mode="Alternate"
  720. Alternate="12" />
  721. <pin6
  722. ID=""
  723. Type="PushPull"
  724. Speed="Minimum"
  725. Resistor="PullUp"
  726. Level="High"
  727. Mode="Input"
  728. Alternate="0" />
  729. <pin7
  730. ID="LCD_DCX"
  731. Type="PushPull"
  732. Speed="Maximum"
  733. Resistor="Floating"
  734. Level="High"
  735. Mode="Alternate"
  736. Alternate="5" />
  737. <pin8
  738. ID="SPI5_MISO"
  739. Type="PushPull"
  740. Speed="Maximum"
  741. Resistor="Floating"
  742. Level="High"
  743. Mode="Alternate"
  744. Alternate="5" />
  745. <pin9
  746. ID="SPI5_MOSI"
  747. Type="PushPull"
  748. Speed="Maximum"
  749. Resistor="Floating"
  750. Level="High"
  751. Mode="Alternate"
  752. Alternate="5" />
  753. <pin10
  754. ID="LCD_DE"
  755. Type="PushPull"
  756. Speed="Maximum"
  757. Resistor="Floating"
  758. Level="High"
  759. Mode="Alternate"
  760. Alternate="14" />
  761. <pin11
  762. ID="FMC_SDNRAS"
  763. Type="PushPull"
  764. Speed="Maximum"
  765. Resistor="Floating"
  766. Level="High"
  767. Mode="Alternate"
  768. Alternate="12" />
  769. <pin12
  770. ID="FMC_A6"
  771. Type="PushPull"
  772. Speed="Maximum"
  773. Resistor="Floating"
  774. Level="High"
  775. Mode="Alternate"
  776. Alternate="12" />
  777. <pin13
  778. ID="FMC_A7"
  779. Type="PushPull"
  780. Speed="Maximum"
  781. Resistor="Floating"
  782. Level="High"
  783. Mode="Alternate"
  784. Alternate="12" />
  785. <pin14
  786. ID="FMC_A8"
  787. Type="PushPull"
  788. Speed="Maximum"
  789. Resistor="Floating"
  790. Level="High"
  791. Mode="Alternate"
  792. Alternate="12" />
  793. <pin15
  794. ID="FMC_A9"
  795. Type="PushPull"
  796. Speed="Maximum"
  797. Resistor="Floating"
  798. Level="High"
  799. Mode="Alternate"
  800. Alternate="12" />
  801. </GPIOF>
  802. <GPIOG>
  803. <pin0
  804. ID="FMC_A10"
  805. Type="PushPull"
  806. Speed="Maximum"
  807. Resistor="Floating"
  808. Level="High"
  809. Mode="Alternate"
  810. Alternate="12" />
  811. <pin1
  812. ID="FMC_A11"
  813. Type="PushPull"
  814. Speed="Maximum"
  815. Resistor="Floating"
  816. Level="High"
  817. Mode="Alternate"
  818. Alternate="12" />
  819. <pin2
  820. ID=""
  821. Type="PushPull"
  822. Speed="Minimum"
  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="FMC_BA0"
  837. Type="PushPull"
  838. Speed="Maximum"
  839. Resistor="Floating"
  840. Level="High"
  841. Mode="Alternate"
  842. Alternate="12" />
  843. <pin5
  844. ID="FMC_BA1"
  845. Type="PushPull"
  846. Speed="Maximum"
  847. Resistor="Floating"
  848. Level="High"
  849. Mode="Alternate"
  850. Alternate="12" />
  851. <pin6
  852. ID="LCD_R7"
  853. Type="PushPull"
  854. Speed="Maximum"
  855. Resistor="Floating"
  856. Level="High"
  857. Mode="Alternate"
  858. Alternate="14" />
  859. <pin7
  860. ID="LCD_CLK"
  861. Type="PushPull"
  862. Speed="Maximum"
  863. Resistor="Floating"
  864. Level="High"
  865. Mode="Alternate"
  866. Alternate="14" />
  867. <pin8
  868. ID="FMC_SDCLK"
  869. Type="PushPull"
  870. Speed="Maximum"
  871. Resistor="Floating"
  872. Level="High"
  873. Mode="Alternate"
  874. Alternate="12" />
  875. <pin9
  876. ID=""
  877. Type="PushPull"
  878. Speed="Minimum"
  879. Resistor="PullUp"
  880. Level="High"
  881. Mode="Input"
  882. Alternate="0" />
  883. <pin10
  884. ID="LCD_G3"
  885. Type="PushPull"
  886. Speed="Maximum"
  887. Resistor="Floating"
  888. Level="High"
  889. Mode="Alternate"
  890. Alternate="14" />
  891. <pin11
  892. ID="LCD_B3"
  893. Type="PushPull"
  894. Speed="Maximum"
  895. Resistor="Floating"
  896. Level="High"
  897. Mode="Alternate"
  898. Alternate="14" />
  899. <pin12
  900. ID="LCD_B4"
  901. Type="PushPull"
  902. Speed="Maximum"
  903. Resistor="Floating"
  904. Level="High"
  905. Mode="Alternate"
  906. Alternate="14" />
  907. <pin13
  908. ID="LED3_GREEN"
  909. Type="PushPull"
  910. Speed="Maximum"
  911. Resistor="Floating"
  912. Level="Low"
  913. Mode="Output"
  914. Alternate="0" />
  915. <pin14
  916. ID="LED4_RED"
  917. Type="PushPull"
  918. Speed="Maximum"
  919. Resistor="Floating"
  920. Level="Low"
  921. Mode="Output"
  922. Alternate="0" />
  923. <pin15
  924. ID="FMC_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"></pin0>
  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=""
  951. Type="PushPull"
  952. Speed="Minimum"
  953. Resistor="PullUp"
  954. Level="High"
  955. Mode="Input"
  956. Alternate="0" />
  957. <pin3
  958. ID=""
  959. Type="PushPull"
  960. Speed="Minimum"
  961. Resistor="PullUp"
  962. Level="High"
  963. Mode="Input"
  964. Alternate="0" />
  965. <pin4
  966. ID=""
  967. Type="PushPull"
  968. Speed="Minimum"
  969. Resistor="PullUp"
  970. Level="High"
  971. Mode="Input"
  972. Alternate="0" />
  973. <pin5
  974. ID=""
  975. Type="PushPull"
  976. Speed="Minimum"
  977. Resistor="PullUp"
  978. Level="High"
  979. Mode="Input"
  980. Alternate="0" />
  981. <pin6
  982. ID=""
  983. Type="PushPull"
  984. Speed="Minimum"
  985. Resistor="PullUp"
  986. Level="High"
  987. Mode="Input"
  988. Alternate="0" />
  989. <pin7
  990. ID=""
  991. Type="PushPull"
  992. Speed="Minimum"
  993. Resistor="PullUp"
  994. Level="High"
  995. Mode="Input"
  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=""
  1097. Type="PushPull"
  1098. Speed="Minimum"
  1099. Resistor="PullUp"
  1100. Level="High"
  1101. Mode="Input"
  1102. Alternate="0" />
  1103. <pin5
  1104. ID=""
  1105. Type="PushPull"
  1106. Speed="Minimum"
  1107. Resistor="PullUp"
  1108. Level="High"
  1109. Mode="Input"
  1110. Alternate="0" />
  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. </ports>
  1193. </board>