board.chcfg 28 KB

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