board.chcfg 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- STM32F3xx board Template -->
  3. <board
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:noNamespaceSchemaLocation="http://www.chibios.org/xml/schema/boards/stm32f3xx_board.xsd">
  6. <configuration_settings>
  7. <templates_path>resources/gencfg/processors/boards/stm32f3xx/templates</templates_path>
  8. <board_files_path>$(CHIBIOS)/os/hal/boards/</board_files_path>
  9. <output_path>..</output_path>
  10. <hal_version>5.0.x</hal_version>
  11. </configuration_settings>
  12. <board_name>STMicroelectronics STM32F3-Discovery</board_name>
  13. <board_id>ST_STM32F3_DISCOVERY</board_id>
  14. <board_functions></board_functions>
  15. <subtype>STM32F303xC</subtype>
  16. <clocks HSEFrequency="8000000" HSEBypass="true" LSEFrequency="0"
  17. LSEBypass="false" LSEDrive="3 High Drive (default)" />
  18. <ports>
  19. <GPIOA>
  20. <pin0
  21. ID="BUTTON"
  22. Type="PushPull"
  23. Speed="Minimum"
  24. Resistor="Floating"
  25. Level="High"
  26. Mode="Input"
  27. Alternate="0" />
  28. <pin1
  29. ID=""
  30. Type="PushPull"
  31. Speed="Minimum"
  32. Resistor="PullUp"
  33. Level="High"
  34. Mode="Input"
  35. Alternate="0" />
  36. <pin2
  37. ID=""
  38. Type="PushPull"
  39. Speed="Minimum"
  40. Resistor="PullUp"
  41. Level="High"
  42. Mode="Input"
  43. Alternate="0" />
  44. <pin3
  45. ID=""
  46. Type="PushPull"
  47. Speed="Minimum"
  48. Resistor="PullUp"
  49. Level="High"
  50. Mode="Input"
  51. Alternate="0" />
  52. <pin4
  53. ID=""
  54. Type="PushPull"
  55. Speed="Minimum"
  56. Resistor="PullUp"
  57. Level="High"
  58. Mode="Input"
  59. Alternate="0" />
  60. <pin5
  61. ID="SPI1_SCK L3GD20_SCL"
  62. Type="PushPull"
  63. Speed="Maximum"
  64. Resistor="Floating"
  65. Level="High"
  66. Mode="Alternate"
  67. Alternate="5" ></pin5>
  68. <pin6
  69. ID="SPI1_MISO L3GD20_SDO"
  70. Type="PushPull"
  71. Speed="Maximum"
  72. Resistor="PullUp"
  73. Level="High"
  74. Mode="Alternate"
  75. Alternate="5" />
  76. <pin7
  77. ID="SPI1_MOSI L3GD20_SDI"
  78. Type="PushPull"
  79. Speed="Maximum"
  80. Resistor="Floating"
  81. Level="High"
  82. Mode="Alternate"
  83. Alternate="5" />
  84. <pin8
  85. ID=""
  86. Type="PushPull"
  87. Speed="Minimum"
  88. Resistor="PullUp"
  89. Level="High"
  90. Mode="Input"
  91. Alternate="0" />
  92. <pin9
  93. ID=""
  94. Type="PushPull"
  95. Speed="Minimum"
  96. Resistor="PullUp"
  97. Level="High"
  98. Mode="Input"
  99. Alternate="0" />
  100. <pin10
  101. ID=""
  102. Type="PushPull"
  103. Speed="Minimum"
  104. Resistor="PullUp"
  105. Level="High"
  106. Mode="Input"
  107. Alternate="0" />
  108. <pin11
  109. ID="USB_DM"
  110. Type="PushPull"
  111. Speed="Maximum"
  112. Resistor="Floating"
  113. Level="High"
  114. Mode="Alternate"
  115. Alternate="14" />
  116. <pin12
  117. ID="USB_DP"
  118. Type="PushPull"
  119. Speed="Minimum"
  120. Resistor="Floating"
  121. Level="High"
  122. Mode="Alternate"
  123. Alternate="14" />
  124. <pin13
  125. ID="SWDIO"
  126. Type="PushPull"
  127. Speed="Maximum"
  128. Resistor="PullUp"
  129. Level="High"
  130. Mode="Alternate"
  131. Alternate="0" />
  132. <pin14
  133. ID="SWCLK"
  134. Type="PushPull"
  135. Speed="Maximum"
  136. Resistor="PullDown"
  137. Level="High"
  138. Mode="Alternate"
  139. Alternate="0" />
  140. <pin15
  141. ID=""
  142. Type="PushPull"
  143. Speed="Minimum"
  144. Resistor="PullUp"
  145. Level="High"
  146. Mode="Input"
  147. Alternate="0" />
  148. </GPIOA>
  149. <GPIOB>
  150. <pin0
  151. ID=""
  152. Type="PushPull"
  153. Speed="Minimum"
  154. Resistor="PullUp"
  155. Level="High"
  156. Mode="Input"
  157. Alternate="0" />
  158. <pin1
  159. ID=""
  160. Type="PushPull"
  161. Speed="Minimum"
  162. Resistor="PullUp"
  163. Level="High"
  164. Mode="Input"
  165. Alternate="0" />
  166. <pin2
  167. ID=""
  168. Type="PushPull"
  169. Speed="Minimum"
  170. Resistor="PullUp"
  171. Level="High"
  172. Mode="Input"
  173. Alternate="0" />
  174. <pin3
  175. ID="SWO"
  176. Type="PushPull"
  177. Speed="Maximum"
  178. Resistor="Floating"
  179. Level="High"
  180. Mode="Alternate"
  181. Alternate="0" />
  182. <pin4
  183. ID=""
  184. Type="PushPull"
  185. Speed="Minimum"
  186. Resistor="PullUp"
  187. Level="High"
  188. Mode="Input"
  189. Alternate="0" />
  190. <pin5
  191. ID=""
  192. Type="PushPull"
  193. Speed="Minimum"
  194. Resistor="PullUp"
  195. Level="High"
  196. Mode="Input"
  197. Alternate="0" ></pin5>
  198. <pin6
  199. ID="I2C1_SCL LSM303DLHC_SCL"
  200. Type="OpenDrain"
  201. Speed="Maximum"
  202. Resistor="Floating"
  203. Level="High"
  204. Mode="Alternate"
  205. Alternate="4" />
  206. <pin7
  207. ID="I2C1_SDA LSM303DLHC_SDA"
  208. Type="OpenDrain"
  209. Speed="Maximum"
  210. Resistor="Floating"
  211. Level="High"
  212. Mode="Alternate"
  213. Alternate="4" />
  214. <pin8
  215. ID=""
  216. Type="PushPull"
  217. Speed="Minimum"
  218. Resistor="PullUp"
  219. Level="High"
  220. Mode="Input"
  221. Alternate="0" />
  222. <pin9
  223. ID=""
  224. Type="PushPull"
  225. Speed="Minimum"
  226. Resistor="PullUp"
  227. Level="High"
  228. Mode="Input"
  229. Alternate="0" />
  230. <pin10
  231. ID=""
  232. Type="PushPull"
  233. Speed="Minimum"
  234. Resistor="PullUp"
  235. Level="High"
  236. Mode="Input"
  237. Alternate="0" />
  238. <pin11
  239. ID=""
  240. Type="PushPull"
  241. Speed="Minimum"
  242. Resistor="PullUp"
  243. Level="High"
  244. Mode="Input"
  245. Alternate="0" />
  246. <pin12
  247. ID=""
  248. Type="PushPull"
  249. Speed="Minimum"
  250. Resistor="PullUp"
  251. Level="High"
  252. Mode="Input"
  253. Alternate="0" />
  254. <pin13
  255. ID=""
  256. Type="PushPull"
  257. Speed="Minimum"
  258. Resistor="PullUp"
  259. Level="High"
  260. Mode="Input"
  261. Alternate="0" />
  262. <pin14
  263. ID=""
  264. Type="PushPull"
  265. Speed="Minimum"
  266. Resistor="PullUp"
  267. Level="High"
  268. Mode="Input"
  269. Alternate="0" />
  270. <pin15
  271. ID=""
  272. Type="PushPull"
  273. Speed="Minimum"
  274. Resistor="PullUp"
  275. Level="High"
  276. Mode="Input"
  277. Alternate="0" />
  278. </GPIOB>
  279. <GPIOC>
  280. <pin0
  281. ID=""
  282. Type="PushPull"
  283. Speed="Minimum"
  284. Resistor="PullUp"
  285. Level="High"
  286. Mode="Input"
  287. Alternate="0" />
  288. <pin1
  289. ID=""
  290. Type="PushPull"
  291. Speed="Minimum"
  292. Resistor="PullUp"
  293. Level="High"
  294. Mode="Input"
  295. Alternate="0" />
  296. <pin2
  297. ID=""
  298. Type="PushPull"
  299. Speed="Minimum"
  300. Resistor="PullUp"
  301. Level="High"
  302. Mode="Input"
  303. Alternate="0" />
  304. <pin3
  305. ID=""
  306. Type="PushPull"
  307. Speed="Minimum"
  308. Resistor="PullUp"
  309. Level="High"
  310. Mode="Input"
  311. Alternate="0" />
  312. <pin4
  313. ID="VCP_RX"
  314. Type="PushPull"
  315. Speed="Minimum"
  316. Resistor="PullUp"
  317. Level="High"
  318. Mode="Alternate"
  319. Alternate="7" />
  320. <pin5
  321. ID="VCP_TX"
  322. Type="PushPull"
  323. Speed="Minimum"
  324. Resistor="PullUp"
  325. Level="High"
  326. Mode="Alternate"
  327. Alternate="7" />
  328. <pin6
  329. ID=""
  330. Type="PushPull"
  331. Speed="Minimum"
  332. Resistor="PullUp"
  333. Level="High"
  334. Mode="Input"
  335. Alternate="0" />
  336. <pin7
  337. ID=""
  338. Type="PushPull"
  339. Speed="Minimum"
  340. Resistor="PullUp"
  341. Level="High"
  342. Mode="Input"
  343. Alternate="0" />
  344. <pin8
  345. ID=""
  346. Type="PushPull"
  347. Speed="Minimum"
  348. Resistor="PullUp"
  349. Level="High"
  350. Mode="Input"
  351. Alternate="0" />
  352. <pin9
  353. ID=""
  354. Type="PushPull"
  355. Speed="Minimum"
  356. Resistor="PullUp"
  357. Level="High"
  358. Mode="Input"
  359. Alternate="0" />
  360. <pin10
  361. ID=""
  362. Type="PushPull"
  363. Speed="Minimum"
  364. Resistor="PullUp"
  365. Level="High"
  366. Mode="Input"
  367. Alternate="0" />
  368. <pin11
  369. ID=""
  370. Type="PushPull"
  371. Speed="Minimum"
  372. Resistor="PullUp"
  373. Level="High"
  374. Mode="Input"
  375. Alternate="0" />
  376. <pin12
  377. ID=""
  378. Type="PushPull"
  379. Speed="Minimum"
  380. Resistor="PullUp"
  381. Level="High"
  382. Mode="Input"
  383. Alternate="0" />
  384. <pin13
  385. ID=""
  386. Type="PushPull"
  387. Speed="Minimum"
  388. Resistor="PullUp"
  389. Level="High"
  390. Mode="Input"
  391. Alternate="0" />
  392. <pin14
  393. ID="OSC32_IN"
  394. Type="PushPull"
  395. Speed="Maximum"
  396. Resistor="Floating"
  397. Level="High"
  398. Mode="Input"
  399. Alternate="0" />
  400. <pin15
  401. ID="OSC32_OUT"
  402. Type="PushPull"
  403. Speed="Maximum"
  404. Resistor="Floating"
  405. Level="High"
  406. Mode="Input"
  407. Alternate="0" />
  408. </GPIOC>
  409. <GPIOD>
  410. <pin0
  411. ID=""
  412. Type="PushPull"
  413. Speed="Minimum"
  414. Resistor="PullUp"
  415. Level="High"
  416. Mode="Input"
  417. Alternate="0" />
  418. <pin1
  419. ID=""
  420. Type="PushPull"
  421. Speed="Minimum"
  422. Resistor="PullUp"
  423. Level="High"
  424. Mode="Input"
  425. Alternate="0" />
  426. <pin2
  427. ID=""
  428. Type="PushPull"
  429. Speed="Minimum"
  430. Resistor="PullUp"
  431. Level="High"
  432. Mode="Input"
  433. Alternate="0" />
  434. <pin3
  435. ID=""
  436. Type="PushPull"
  437. Speed="Minimum"
  438. Resistor="PullUp"
  439. Level="High"
  440. Mode="Input"
  441. Alternate="0" />
  442. <pin4
  443. ID=""
  444. Type="PushPull"
  445. Speed="Minimum"
  446. Resistor="PullUp"
  447. Level="High"
  448. Mode="Input"
  449. Alternate="0" />
  450. <pin5
  451. ID=""
  452. Type="PushPull"
  453. Speed="Minimum"
  454. Resistor="PullUp"
  455. Level="High"
  456. Mode="Input"
  457. Alternate="0" />
  458. <pin6
  459. ID=""
  460. Type="PushPull"
  461. Speed="Minimum"
  462. Resistor="PullUp"
  463. Level="High"
  464. Mode="Input"
  465. Alternate="0" />
  466. <pin7
  467. ID=""
  468. Type="PushPull"
  469. Speed="Minimum"
  470. Resistor="PullUp"
  471. Level="High"
  472. Mode="Input"
  473. Alternate="0" />
  474. <pin8
  475. ID=""
  476. Type="PushPull"
  477. Speed="Minimum"
  478. Resistor="PullUp"
  479. Level="High"
  480. Mode="Input"
  481. Alternate="0" />
  482. <pin9
  483. ID=""
  484. Type="PushPull"
  485. Speed="Minimum"
  486. Resistor="PullUp"
  487. Level="High"
  488. Mode="Input"
  489. Alternate="0" />
  490. <pin10
  491. ID=""
  492. Type="PushPull"
  493. Speed="Minimum"
  494. Resistor="PullUp"
  495. Level="High"
  496. Mode="Input"
  497. Alternate="0" />
  498. <pin11
  499. ID=""
  500. Type="PushPull"
  501. Speed="Minimum"
  502. Resistor="PullUp"
  503. Level="High"
  504. Mode="Input"
  505. Alternate="0" />
  506. <pin12
  507. ID=""
  508. Type="PushPull"
  509. Speed="Minimum"
  510. Resistor="PullUp"
  511. Level="High"
  512. Mode="Input"
  513. Alternate="0" />
  514. <pin13
  515. ID=""
  516. Type="PushPull"
  517. Speed="Minimum"
  518. Resistor="PullUp"
  519. Level="High"
  520. Mode="Input"
  521. Alternate="0" />
  522. <pin14
  523. ID=""
  524. Type="PushPull"
  525. Speed="Minimum"
  526. Resistor="PullUp"
  527. Level="High"
  528. Mode="Input"
  529. Alternate="0" />
  530. <pin15
  531. ID=""
  532. Type="PushPull"
  533. Speed="Minimum"
  534. Resistor="PullUp"
  535. Level="High"
  536. Mode="Input"
  537. Alternate="0" />
  538. </GPIOD>
  539. <GPIOE>
  540. <pin0
  541. ID="L3GD20_INT1"
  542. Type="PushPull"
  543. Speed="Minimum"
  544. Resistor="PullUp"
  545. Level="High"
  546. Mode="Input"
  547. Alternate="0" />
  548. <pin1
  549. ID="L3GD20_INT2"
  550. Type="PushPull"
  551. Speed="Minimum"
  552. Resistor="PullUp"
  553. Level="High"
  554. Mode="Input"
  555. Alternate="0" />
  556. <pin2
  557. ID="LSM303DLHC_DRDY"
  558. Type="PushPull"
  559. Speed="Minimum"
  560. Resistor="PullUp"
  561. Level="High"
  562. Mode="Input"
  563. Alternate="0" />
  564. <pin3
  565. ID="SPI1_CS L3GD20_CS"
  566. Type="PushPull"
  567. Speed="Maximum"
  568. Resistor="Floating"
  569. Level="High"
  570. Mode="Output"
  571. Alternate="0" ></pin3>
  572. <pin4
  573. ID="LSM303DLHC_INT1"
  574. Type="PushPull"
  575. Speed="Minimum"
  576. Resistor="PullUp"
  577. Level="High"
  578. Mode="Input"
  579. Alternate="0" />
  580. <pin5
  581. ID="LSM303DLHC_INT2"
  582. Type="PushPull"
  583. Speed="Minimum"
  584. Resistor="PullUp"
  585. Level="High"
  586. Mode="Input"
  587. Alternate="0" />
  588. <pin6
  589. ID=""
  590. Type="PushPull"
  591. Speed="Minimum"
  592. Resistor="PullUp"
  593. Level="High"
  594. Mode="Input"
  595. Alternate="0" />
  596. <pin7
  597. ID=""
  598. Type="PushPull"
  599. Speed="Minimum"
  600. Resistor="PullUp"
  601. Level="High"
  602. Mode="Input"
  603. Alternate="0" />
  604. <pin8
  605. ID="LED4_BLUE"
  606. Type="PushPull"
  607. Speed="Maximum"
  608. Resistor="PullUp"
  609. Level="Low"
  610. Mode="Output"
  611. Alternate="0" />
  612. <pin9
  613. ID="LED3_RED"
  614. Type="PushPull"
  615. Speed="Maximum"
  616. Resistor="PullUp"
  617. Level="Low"
  618. Mode="Output"
  619. Alternate="0" />
  620. <pin10
  621. ID="LED5_ORANGE"
  622. Type="PushPull"
  623. Speed="Maximum"
  624. Resistor="PullUp"
  625. Level="Low"
  626. Mode="Output"
  627. Alternate="0" />
  628. <pin11
  629. ID="LED7_GREEN"
  630. Type="PushPull"
  631. Speed="Maximum"
  632. Resistor="Floating"
  633. Level="Low"
  634. Mode="Output"
  635. Alternate="0" />
  636. <pin12
  637. ID="LED9_BLUE"
  638. Type="PushPull"
  639. Speed="Maximum"
  640. Resistor="PullUp"
  641. Level="Low"
  642. Mode="Output"
  643. Alternate="0" />
  644. <pin13
  645. ID="LED10_RED"
  646. Type="PushPull"
  647. Speed="Maximum"
  648. Resistor="Floating"
  649. Level="Low"
  650. Mode="Output"
  651. Alternate="0" ></pin13>
  652. <pin14
  653. ID="LED8_ORANGE"
  654. Type="PushPull"
  655. Speed="Maximum"
  656. Resistor="Floating"
  657. Level="Low"
  658. Mode="Output"
  659. Alternate="0" />
  660. <pin15
  661. ID="LED6_GREEN"
  662. Type="PushPull"
  663. Speed="Maximum"
  664. Resistor="Floating"
  665. Level="Low"
  666. Mode="Output"
  667. Alternate="0" />
  668. </GPIOE>
  669. <GPIOF>
  670. <pin0
  671. ID="OSC_IN"
  672. Type="PushPull"
  673. Speed="Maximum"
  674. Resistor="Floating"
  675. Level="High"
  676. Mode="Input"
  677. Alternate="0" />
  678. <pin1
  679. ID="OSC_OUT"
  680. Type="PushPull"
  681. Speed="Maximum"
  682. Resistor="Floating"
  683. Level="High"
  684. Mode="Input"
  685. Alternate="0" ></pin1>
  686. <pin2
  687. ID=""
  688. Type="PushPull"
  689. Speed="Minimum"
  690. Resistor="PullUp"
  691. Level="High"
  692. Mode="Input"
  693. Alternate="0" />
  694. <pin3
  695. ID=""
  696. Type="PushPull"
  697. Speed="Minimum"
  698. Resistor="PullUp"
  699. Level="High"
  700. Mode="Input"
  701. Alternate="0" ></pin3>
  702. <pin4
  703. ID=""
  704. Type="PushPull"
  705. Speed="Minimum"
  706. Resistor="PullUp"
  707. Level="High"
  708. Mode="Input"
  709. Alternate="0" />
  710. <pin5
  711. ID=""
  712. Type="PushPull"
  713. Speed="Minimum"
  714. Resistor="PullUp"
  715. Level="High"
  716. Mode="Input"
  717. Alternate="0" />
  718. <pin6
  719. ID=""
  720. Type="PushPull"
  721. Speed="Minimum"
  722. Resistor="PullUp"
  723. Level="High"
  724. Mode="Input"
  725. Alternate="0" />
  726. <pin7
  727. ID=""
  728. Type="PushPull"
  729. Speed="Minimum"
  730. Resistor="PullUp"
  731. Level="High"
  732. Mode="Input"
  733. Alternate="0" />
  734. <pin8
  735. ID=""
  736. Type="PushPull"
  737. Speed="Minimum"
  738. Resistor="PullUp"
  739. Level="High"
  740. Mode="Input"
  741. Alternate="0" />
  742. <pin9
  743. ID=""
  744. Type="PushPull"
  745. Speed="Minimum"
  746. Resistor="PullUp"
  747. Level="High"
  748. Mode="Input"
  749. Alternate="0" />
  750. <pin10
  751. ID=""
  752. Type="PushPull"
  753. Speed="Minimum"
  754. Resistor="PullUp"
  755. Level="High"
  756. Mode="Input"
  757. Alternate="0" />
  758. <pin11
  759. ID=""
  760. Type="PushPull"
  761. Speed="Minimum"
  762. Resistor="PullUp"
  763. Level="High"
  764. Mode="Input"
  765. Alternate="0" />
  766. <pin12
  767. ID=""
  768. Type="PushPull"
  769. Speed="Minimum"
  770. Resistor="PullUp"
  771. Level="High"
  772. Mode="Input"
  773. Alternate="0" />
  774. <pin13
  775. ID=""
  776. Type="PushPull"
  777. Speed="Minimum"
  778. Resistor="PullUp"
  779. Level="High"
  780. Mode="Input"
  781. Alternate="0" />
  782. <pin14
  783. ID=""
  784. Type="PushPull"
  785. Speed="Minimum"
  786. Resistor="PullUp"
  787. Level="High"
  788. Mode="Input"
  789. Alternate="0" />
  790. <pin15
  791. ID=""
  792. Type="PushPull"
  793. Speed="Minimum"
  794. Resistor="PullUp"
  795. Level="High"
  796. Mode="Input"
  797. Alternate="0" />
  798. </GPIOF>
  799. <GPIOG>
  800. <pin0
  801. ID=""
  802. Type="PushPull"
  803. Speed="Minimum"
  804. Resistor="PullUp"
  805. Level="High"
  806. Mode="Input"
  807. Alternate="0" />
  808. <pin1
  809. ID=""
  810. Type="PushPull"
  811. Speed="Minimum"
  812. Resistor="PullUp"
  813. Level="High"
  814. Mode="Input"
  815. Alternate="0" />
  816. <pin2
  817. ID=""
  818. Type="PushPull"
  819. Speed="Minimum"
  820. Resistor="PullUp"
  821. Level="High"
  822. Mode="Input"
  823. Alternate="0" />
  824. <pin3
  825. ID=""
  826. Type="PushPull"
  827. Speed="Minimum"
  828. Resistor="PullUp"
  829. Level="High"
  830. Mode="Input"
  831. Alternate="0" />
  832. <pin4
  833. ID=""
  834. Type="PushPull"
  835. Speed="Minimum"
  836. Resistor="PullUp"
  837. Level="High"
  838. Mode="Input"
  839. Alternate="0" />
  840. <pin5
  841. ID=""
  842. Type="PushPull"
  843. Speed="Minimum"
  844. Resistor="PullUp"
  845. Level="High"
  846. Mode="Input"
  847. Alternate="0" />
  848. <pin6
  849. ID=""
  850. Type="PushPull"
  851. Speed="Minimum"
  852. Resistor="PullUp"
  853. Level="High"
  854. Mode="Input"
  855. Alternate="0" />
  856. <pin7
  857. ID=""
  858. Type="PushPull"
  859. Speed="Minimum"
  860. Resistor="PullUp"
  861. Level="High"
  862. Mode="Input"
  863. Alternate="0" />
  864. <pin8
  865. ID=""
  866. Type="PushPull"
  867. Speed="Minimum"
  868. Resistor="PullUp"
  869. Level="High"
  870. Mode="Input"
  871. Alternate="0" />
  872. <pin9
  873. ID=""
  874. Type="PushPull"
  875. Speed="Minimum"
  876. Resistor="PullUp"
  877. Level="High"
  878. Mode="Input"
  879. Alternate="0" />
  880. <pin10
  881. ID=""
  882. Type="PushPull"
  883. Speed="Minimum"
  884. Resistor="PullUp"
  885. Level="High"
  886. Mode="Input"
  887. Alternate="0" />
  888. <pin11
  889. ID=""
  890. Type="PushPull"
  891. Speed="Minimum"
  892. Resistor="PullUp"
  893. Level="High"
  894. Mode="Input"
  895. Alternate="0" />
  896. <pin12
  897. ID=""
  898. Type="PushPull"
  899. Speed="Minimum"
  900. Resistor="PullUp"
  901. Level="High"
  902. Mode="Input"
  903. Alternate="0" />
  904. <pin13
  905. ID=""
  906. Type="PushPull"
  907. Speed="Minimum"
  908. Resistor="PullUp"
  909. Level="High"
  910. Mode="Input"
  911. Alternate="0" />
  912. <pin14
  913. ID=""
  914. Type="PushPull"
  915. Speed="Minimum"
  916. Resistor="PullUp"
  917. Level="High"
  918. Mode="Input"
  919. Alternate="0" />
  920. <pin15
  921. ID=""
  922. Type="PushPull"
  923. Speed="Minimum"
  924. Resistor="PullUp"
  925. Level="High"
  926. Mode="Input"
  927. Alternate="0" />
  928. </GPIOG>
  929. <GPIOH>
  930. <pin0
  931. ID=""
  932. Type="PushPull"
  933. Speed="Minimum"
  934. Resistor="PullUp"
  935. Level="High"
  936. Mode="Input"
  937. Alternate="0" />
  938. <pin1
  939. ID=""
  940. Type="PushPull"
  941. Speed="Minimum"
  942. Resistor="PullUp"
  943. Level="High"
  944. Mode="Input"
  945. Alternate="0" />
  946. <pin2
  947. ID=""
  948. Type="PushPull"
  949. Speed="Minimum"
  950. Resistor="PullUp"
  951. Level="High"
  952. Mode="Input"
  953. Alternate="0" />
  954. <pin3
  955. ID=""
  956. Type="PushPull"
  957. Speed="Minimum"
  958. Resistor="PullUp"
  959. Level="High"
  960. Mode="Input"
  961. Alternate="0" />
  962. <pin4
  963. ID=""
  964. Type="PushPull"
  965. Speed="Minimum"
  966. Resistor="PullUp"
  967. Level="High"
  968. Mode="Input"
  969. Alternate="0" />
  970. <pin5
  971. ID=""
  972. Type="PushPull"
  973. Speed="Minimum"
  974. Resistor="PullUp"
  975. Level="High"
  976. Mode="Input"
  977. Alternate="0" />
  978. <pin6
  979. ID=""
  980. Type="PushPull"
  981. Speed="Minimum"
  982. Resistor="PullUp"
  983. Level="High"
  984. Mode="Input"
  985. Alternate="0" />
  986. <pin7
  987. ID=""
  988. Type="PushPull"
  989. Speed="Minimum"
  990. Resistor="PullUp"
  991. Level="High"
  992. Mode="Input"
  993. Alternate="0" />
  994. <pin8
  995. ID=""
  996. Type="PushPull"
  997. Speed="Minimum"
  998. Resistor="PullUp"
  999. Level="High"
  1000. Mode="Input"
  1001. Alternate="0" />
  1002. <pin9
  1003. ID=""
  1004. Type="PushPull"
  1005. Speed="Minimum"
  1006. Resistor="PullUp"
  1007. Level="High"
  1008. Mode="Input"
  1009. Alternate="0" />
  1010. <pin10
  1011. ID=""
  1012. Type="PushPull"
  1013. Speed="Minimum"
  1014. Resistor="PullUp"
  1015. Level="High"
  1016. Mode="Input"
  1017. Alternate="0" />
  1018. <pin11
  1019. ID=""
  1020. Type="PushPull"
  1021. Speed="Minimum"
  1022. Resistor="PullUp"
  1023. Level="High"
  1024. Mode="Input"
  1025. Alternate="0" />
  1026. <pin12
  1027. ID=""
  1028. Type="PushPull"
  1029. Speed="Minimum"
  1030. Resistor="PullUp"
  1031. Level="High"
  1032. Mode="Input"
  1033. Alternate="0" />
  1034. <pin13
  1035. ID=""
  1036. Type="PushPull"
  1037. Speed="Minimum"
  1038. Resistor="PullUp"
  1039. Level="High"
  1040. Mode="Input"
  1041. Alternate="0" />
  1042. <pin14
  1043. ID=""
  1044. Type="PushPull"
  1045. Speed="Minimum"
  1046. Resistor="PullUp"
  1047. Level="High"
  1048. Mode="Input"
  1049. Alternate="0" />
  1050. <pin15
  1051. ID=""
  1052. Type="PushPull"
  1053. Speed="Minimum"
  1054. Resistor="PullUp"
  1055. Level="High"
  1056. Mode="Input"
  1057. Alternate="0" />
  1058. </GPIOH>
  1059. </ports>
  1060. </board>