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