STM32_Prog_DB_0x449.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="SCHVerif.xsd">
  3. <Device>
  4. <DeviceID>0x449</DeviceID>
  5. <Vendor>STMicroelectronics</Vendor>
  6. <Type>MCU</Type>
  7. <CPU>Cortex-M7</CPU>
  8. <Name>STM32F74x/STM32F75x</Name>
  9. <Series>STM32F7</Series>
  10. <Description>ARM 32-bit Cortex-M7 based device</Description>
  11. <Configurations>
  12. <!-- JTAG_SWD Interface -->
  13. <Interface name="JTAG_SWD">
  14. <Configuration number="0x0"> <!-- ROM Die -->
  15. <RomLess>
  16. <ReadRegister address="0x1FF0F442" mask="0x40" value="0x00"/>
  17. </RomLess>
  18. </Configuration>
  19. <Configuration number="0x0"> <!-- ROM Die -->
  20. <RomLess>
  21. <ReadRegister address="0x1FF0F442" mask="0xFFFFFFFF" value="0xFFFFFFFF"/>
  22. </RomLess>
  23. </Configuration>
  24. <Configuration number="0x1"> <!-- RomLess Die -->
  25. <RomLess>
  26. <ReadRegister address="0x1FF0F442" mask="0x40" value="0x40"/>
  27. </RomLess>
  28. </Configuration>
  29. </Interface>
  30. <!-- Bootloader Interface -->
  31. <Interface name="Bootloader">
  32. <Configuration number="0x0"> <!-- ROM Die -->
  33. <RomLess>
  34. <ReadRegister address="0x0x08000000" mask="0x00" value="0x00"/>
  35. </RomLess>
  36. </Configuration>
  37. </Interface>
  38. </Configurations>
  39. <!-- Peripherals -->
  40. <Peripherals>
  41. <!-- Embedded SRAM -->
  42. <Peripheral>
  43. <Name>Embedded SRAM</Name>
  44. <Type>Storage</Type>
  45. <Description/>
  46. <ErasedValue>0x00</ErasedValue>
  47. <Access>RWE</Access>
  48. <!-- 320 KB -->
  49. <Configuration>
  50. <Parameters address="0x20000000" name="SRAM" size="0x50000"/>
  51. <Description/>
  52. <Organization>Single</Organization>
  53. <Bank name="Bank 1">
  54. <Field>
  55. <Parameters address="0x20000000" name="SRAM1" occurence="0x1" size="0x50000"/>
  56. </Field>
  57. </Bank>
  58. </Configuration>
  59. </Peripheral>
  60. <!-- Embedded Flash -->
  61. <Peripheral>
  62. <Name>Embedded Flash</Name>
  63. <Type>Storage</Type>
  64. <Description>The Flash memory interface manages CPU AHB I-Code and D-Code accesses to the Flash memory. It implements the erase and program Flash memory operations and the read and write protection mechanisms</Description>
  65. <ErasedValue>0xFF</ErasedValue>
  66. <Access>RWE</Access>
  67. <FlashSize address="0x1FF0F442" default="0x100000"/>
  68. <!-- 1MB single Bank -->
  69. <Configuration config="0">
  70. <Parameters address="0x08000000" name=" 1 Mbytes Embedded Flash" size="0x100000"/>
  71. <Description/>
  72. <Organization>Single</Organization>
  73. <Allignement>0x10</Allignement>
  74. <Bank name="Bank 1">
  75. <Field>
  76. <Parameters address="0x08000000" name="sector0" occurence="0x4" size="0x8000"/>
  77. </Field>
  78. <Field>
  79. <Parameters address="0x08020000" name="sector4" occurence="0x1" size="0x20000"/>
  80. </Field>
  81. <Field>
  82. <Parameters address="0x08040000" name="sector5" occurence="0x3" size="0x40000"/>
  83. </Field>
  84. </Bank>
  85. </Configuration>
  86. <Configuration config="1">
  87. <Parameters address="0x08000000" name=" 64 KByte Embedded Flash" size="0x10000"/>
  88. <Description/>
  89. <Organization>Single</Organization>
  90. <Allignement>0x10</Allignement>
  91. <Bank name="Bank 1">
  92. <Field>
  93. <Parameters address="0x08000000" name="sector0" occurence="0x2" size="0x8000"/>
  94. </Field>
  95. </Bank>
  96. </Configuration>
  97. </Peripheral>
  98. <!-- ITCM Flash-->
  99. <Peripheral>
  100. <Name>ITCM Flash</Name>
  101. <Type>Storage</Type>
  102. <Description>The Flash memory interface manages CPU AHB I-Code and D-Code accesses to the Flash memory. It implements the erase and program Flash memory operations and the read and write protection mechanisms</Description>
  103. <ErasedValue>0xFF</ErasedValue>
  104. <Access>RWE</Access>
  105. <!-- 1MB single Bank -->
  106. <Configuration config="0">
  107. <Parameters address="0x00200000" name=" 1 Mbytes Embedded Flash" size="0x100000"/>
  108. <Description/>
  109. <Organization>Single</Organization>
  110. <Allignement>0x10</Allignement>
  111. <Bank name="Bank 1">
  112. <Field>
  113. <Parameters address="0x00200000" name="sector0" occurence="0x4" size="0x8000"/>
  114. </Field>
  115. <Field>
  116. <Parameters address="0x00220000" name="sector4" occurence="0x1" size="0x20000"/>
  117. </Field>
  118. <Field>
  119. <Parameters address="0x00240000" name="sector5" occurence="0x3" size="0x40000"/>
  120. </Field>
  121. </Bank>
  122. </Configuration>
  123. <Configuration config="1">
  124. <Parameters address="0x00200000" name=" 64 KByte Embedded Flash" size="0x10000"/>
  125. <Description/>
  126. <Organization>Single</Organization>
  127. <Allignement>0x10</Allignement>
  128. <Bank name="Bank 1">
  129. <Field>
  130. <Parameters address="0x00200000" name="sector0" occurence="0x2" size="0x8000"/>
  131. </Field>
  132. </Bank>
  133. </Configuration>
  134. </Peripheral>
  135. <!-- OTP -->
  136. <Peripheral>
  137. <Name>OTP</Name>
  138. <Type>Storage</Type>
  139. <Description>The Data OTP memory block. It contains the one time programmable bits.</Description>
  140. <ErasedValue>0xFF</ErasedValue>
  141. <Access>RW</Access>
  142. <!-- 1 KBytes single bank -->
  143. <Configuration>
  144. <Parameters address="0x1FF0F000" name=" 1 KBytes Data OTP" size="0x200"/>
  145. <Description/>
  146. <Organization>Single</Organization>
  147. <Allignement>0x4</Allignement>
  148. <Bank name="OTP">
  149. <Field>
  150. <Parameters address="0x1FF0F000" name="OTP" occurence="0x1" size="0x200"/>
  151. </Field>
  152. </Bank>
  153. </Configuration>
  154. </Peripheral>
  155. <!-- Mirror Option Bytes -->
  156. <Peripheral>
  157. <Name>MirrorOptionBytes</Name>
  158. <Type>Storage</Type>
  159. <Description>Mirror Option Bytes contains the extra area.</Description>
  160. <ErasedValue>0xFF</ErasedValue>
  161. <Access>RW</Access>
  162. <!-- 44 Bytes single bank -->
  163. <Configuration>
  164. <Parameters address="0x1FFF0000" name=" 44 Bytes Data MirrorOptionBytes" size="0x2C"/>
  165. <Description/>
  166. <Organization>Single</Organization>
  167. <Allignement>0x4</Allignement>
  168. <Bank name="MirrorOptionBytes">
  169. <Field>
  170. <Parameters address="0x1FFF0000" name="MirrorOptionBytes" occurence="0x1" size="0x2C"/>
  171. </Field>
  172. </Bank>
  173. </Configuration>
  174. </Peripheral>
  175. <!-- Option Bytes -->
  176. <Peripheral>
  177. <Name>Option Bytes</Name>
  178. <Type>Configuration</Type>
  179. <Description/>
  180. <Access>RW</Access>
  181. <Bank interface="JTAG_SWD">
  182. <Parameters address="0x40023C14" name="Bank 1" size="0x8"/>
  183. <Category>
  184. <Name>Read Out Protection</Name>
  185. <Field>
  186. <Parameters address="0x40023C14" name="FLASH_OPTCR" size="0x4"/>
  187. <AssignedBits>
  188. <Bit>
  189. <Name>RDP</Name>
  190. <Description>Read protection option byte. The read protection is used to protect the software code stored in Flash memory.</Description>
  191. <BitOffset>0x8</BitOffset>
  192. <BitWidth>0x8</BitWidth>
  193. <Access>RW</Access>
  194. <Values>
  195. <Val value="0xAA">Level 0, no protection</Val>
  196. <Val value="0xBB">or any value other than 0xAA and 0xCC: Level 1, read protection</Val>
  197. <Val value="0xCC">Level 2, chip protection</Val>
  198. </Values>
  199. </Bit>
  200. </AssignedBits>
  201. </Field>
  202. </Category>
  203. <Category>
  204. <Name>BOR Level</Name>
  205. <Field>
  206. <Parameters address="0x40023C14" name="FLASH_OPTCR" size="0x4"/>
  207. <AssignedBits>
  208. <Bit>
  209. <Name>BOR_LEV</Name>
  210. <Description>These bits contain the supply level threshold that activates/releases the reset. They can be written to program a new BOR level value into Flash memory</Description>
  211. <BitOffset>0x2</BitOffset>
  212. <BitWidth>0x2</BitWidth>
  213. <Access>RW</Access>
  214. <Values>
  215. <Val value="0x0">BOR Level 3 (VBOR3), brownout threshold level 3</Val>
  216. <Val value="0x1">BOR Level 2 (VBOR2), brownout threshold level 2</Val>
  217. <Val value="0x2">BOR Level 1 (VBOR1), brownout threshold level 1</Val>
  218. <Val value="0x3">BOR off, POR/PDR reset threshold level is applied</Val>
  219. </Values>
  220. </Bit>
  221. </AssignedBits>
  222. </Field>
  223. </Category>
  224. <Category>
  225. <Name>User Configuration</Name>
  226. <Field>
  227. <Parameters address="0x40023C14" name="FLASH_OPTCR" size="0x4"/>
  228. <AssignedBits>
  229. <Bit>
  230. <Name>IWDG_STOP</Name>
  231. <Description/>
  232. <BitOffset>0x1F</BitOffset>
  233. <BitWidth>0x1</BitWidth>
  234. <Access>RW</Access>
  235. <Values>
  236. <Val value="0x0">Freeze IWDG counter in stop mode</Val>
  237. <Val value="0x1">IWDG counter active in stop mode</Val>
  238. </Values>
  239. </Bit>
  240. <Bit>
  241. <Name>IWDG_STDBY</Name>
  242. <Description/>
  243. <BitOffset>0x1E</BitOffset>
  244. <BitWidth>0x1</BitWidth>
  245. <Access>RW</Access>
  246. <Values>
  247. <Val value="0x0">Freeze IWDG counter in standby mode</Val>
  248. <Val value="0x1">IWDG counter active in standby mode</Val>
  249. </Values>
  250. </Bit>
  251. <Bit>
  252. <Name>WWDG_SW</Name>
  253. <Description/>
  254. <BitOffset>0x4</BitOffset>
  255. <BitWidth>0x1</BitWidth>
  256. <Access>RW</Access>
  257. <Values>
  258. <Val value="0x0">Hardware window watchdog</Val>
  259. <Val value="0x1">Software window watchdog</Val>
  260. </Values>
  261. </Bit>
  262. <Bit>
  263. <Name>IWDG_SW</Name>
  264. <Description/>
  265. <BitOffset>0x5</BitOffset>
  266. <BitWidth>0x1</BitWidth>
  267. <Access>RW</Access>
  268. <Values>
  269. <Val value="0x0">Hardware independant watchdog</Val>
  270. <Val value="0x1">Software independant watchdog</Val>
  271. </Values>
  272. </Bit>
  273. <Bit>
  274. <Name>nRST_STOP</Name>
  275. <Description/>
  276. <BitOffset>0x6</BitOffset>
  277. <BitWidth>0x1</BitWidth>
  278. <Access>RW</Access>
  279. <Values>
  280. <Val value="0x0">Reset generated when entering Stop mode</Val>
  281. <Val value="0x1">No reset generated</Val>
  282. </Values>
  283. </Bit>
  284. <Bit>
  285. <Name>nRST_STDBY</Name>
  286. <Description/>
  287. <BitOffset>0x7</BitOffset>
  288. <BitWidth>0x1</BitWidth>
  289. <Access>RW</Access>
  290. <Values>
  291. <Val value="0x0">Reset generated when entering Standby mode</Val>
  292. <Val value="0x1">No reset generated</Val>
  293. </Values>
  294. </Bit>
  295. </AssignedBits>
  296. </Field>
  297. </Category>
  298. <Category>
  299. <Name>Boot address Option Bytes</Name>
  300. <Field>
  301. <Parameters address="0x40023C18" name="FLASH_OPTCR1" size="0x4"/>
  302. <AssignedBits>
  303. <Bit>
  304. <Name>BOOT_ADD0</Name>
  305. <Description>Define the boot address when BOOT0=0</Description>
  306. <BitOffset>0x0</BitOffset>
  307. <BitWidth>0x10</BitWidth>
  308. <Access>RW</Access>
  309. <Equation multiplier="0x4000" offset="0x0"/>
  310. </Bit>
  311. <Bit>
  312. <Name>BOOT_ADD1</Name>
  313. <Description>Define the boot address when BOOT0=1</Description>
  314. <BitOffset>0x10</BitOffset>
  315. <BitWidth>0x10</BitWidth>
  316. <Access>RW</Access>
  317. <Equation multiplier="0x4000" offset="0x0"/>
  318. </Bit>
  319. </AssignedBits>
  320. </Field>
  321. </Category>
  322. <Category>
  323. <Name>Write Protection</Name>
  324. <Field>
  325. <Parameters address="0x40023C14" name="FLASH_OPTCR" size="0x4"/>
  326. <AssignedBits>
  327. <Bit config="0">
  328. <Name>nWRP0</Name>
  329. <Description/>
  330. <BitOffset>0x10</BitOffset>
  331. <BitWidth>0x8</BitWidth>
  332. <Access>RW</Access>
  333. <Values ByBit="true">
  334. <Val value="0x0">Write protection active on this sector</Val>
  335. <Val value="0x1">Write protection not active on this sector</Val>
  336. </Values>
  337. </Bit>
  338. <Bit config="1">
  339. <Name>nWRP0</Name>
  340. <Description/>
  341. <BitOffset>0x10</BitOffset>
  342. <BitWidth>0x2</BitWidth>
  343. <Access>RW</Access>
  344. <Values ByBit="true">
  345. <Val value="0x0">Write protection active on this sector</Val>
  346. <Val value="0x1">Write protection not active on this sector</Val>
  347. </Values>
  348. </Bit>
  349. </AssignedBits>
  350. </Field>
  351. </Category>
  352. </Bank>
  353. <Bank interface="Bootloader">
  354. <Parameters address="0x1FFF0000" name="Bank 1" size="0x2C"/>
  355. <Category>
  356. <Name>Read Out Protection</Name>
  357. <Field>
  358. <Parameters address="0x1FFF0000" name="FLASH_OPTCR" size="0x4"/>
  359. <AssignedBits>
  360. <Bit>
  361. <Name>RDP</Name>
  362. <Description>Read protection option byte. The read protection is used to protect the software code stored in Flash memory.</Description>
  363. <BitOffset>0x8</BitOffset>
  364. <BitWidth>0x8</BitWidth>
  365. <Access>RW</Access>
  366. <Values>
  367. <Val value="0xAA">Level 0, no protection</Val>
  368. <Val value="0xBB">or any value other than 0xAA and 0xCC: Level 1, read protection</Val>
  369. <Val value="0xCC">Level 2, chip protection</Val>
  370. </Values>
  371. </Bit>
  372. </AssignedBits>
  373. </Field>
  374. </Category>
  375. <Category>
  376. <Name>BOR Level</Name>
  377. <Field>
  378. <Parameters address="0x1FFF0000" name="FLASH_OPTCR" size="0x4"/>
  379. <AssignedBits>
  380. <Bit>
  381. <Name>BOR_LEV</Name>
  382. <Description>These bits contain the supply level threshold that activates/releases the reset. They can be written to program a new BOR level value into Flash memory</Description>
  383. <BitOffset>0x2</BitOffset>
  384. <BitWidth>0x2</BitWidth>
  385. <Access>RW</Access>
  386. <Values>
  387. <Val value="0x0">BOR Level 3 (VBOR3), brownout threshold level 3</Val>
  388. <Val value="0x1">BOR Level 2 (VBOR2), brownout threshold level 2</Val>
  389. <Val value="0x2">BOR Level 1 (VBOR1), brownout threshold level 1</Val>
  390. <Val value="0x3">BOR off, POR/PDR reset threshold level is applied</Val>
  391. </Values>
  392. </Bit>
  393. </AssignedBits>
  394. </Field>
  395. </Category>
  396. <Category>
  397. <Name>User Configuration</Name>
  398. <Field>
  399. <Parameters address="0x1FFF0008" name="FLASH_OPTCR" size="0x4"/>
  400. <AssignedBits>
  401. <Bit>
  402. <Name>IWDG_STOP</Name>
  403. <Description/>
  404. <BitOffset>0xF</BitOffset>
  405. <BitWidth>0x1</BitWidth>
  406. <Access>RW</Access>
  407. <Values>
  408. <Val value="0x0">Freeze IWDG counter in stop mode</Val>
  409. <Val value="0x1">IWDG counter active in stop mode</Val>
  410. </Values>
  411. </Bit>
  412. <Bit>
  413. <Name>IWDG_STDBY</Name>
  414. <Description/>
  415. <BitOffset>0xE</BitOffset>
  416. <BitWidth>0x1</BitWidth>
  417. <Access>RW</Access>
  418. <Values>
  419. <Val value="0x0">Freeze IWDG counter in standby mode</Val>
  420. <Val value="0x1">IWDG counter active in standby mode</Val>
  421. </Values>
  422. </Bit>
  423. </AssignedBits>
  424. </Field>
  425. <Field>
  426. <Parameters address="0x1FFF0000" name="FLASH_OPTCR" size="0x4"/>
  427. <AssignedBits>
  428. <Bit>
  429. <Name>WWDG_SW</Name>
  430. <Description/>
  431. <BitOffset>0x4</BitOffset>
  432. <BitWidth>0x1</BitWidth>
  433. <Access>RW</Access>
  434. <Values>
  435. <Val value="0x0">Hardware window watchdog</Val>
  436. <Val value="0x1">Software window watchdog</Val>
  437. </Values>
  438. </Bit>
  439. <Bit>
  440. <Name>IWDG_SW</Name>
  441. <Description/>
  442. <BitOffset>0x5</BitOffset>
  443. <BitWidth>0x1</BitWidth>
  444. <Access>RW</Access>
  445. <Values>
  446. <Val value="0x0">Hardware independant watchdog</Val>
  447. <Val value="0x1">Software independant watchdog</Val>
  448. </Values>
  449. </Bit>
  450. <Bit>
  451. <Name>nRST_STOP</Name>
  452. <Description/>
  453. <BitOffset>0x6</BitOffset>
  454. <BitWidth>0x1</BitWidth>
  455. <Access>RW</Access>
  456. <Values>
  457. <Val value="0x0">Reset generated when entering Stop mode</Val>
  458. <Val value="0x1">No reset generated</Val>
  459. </Values>
  460. </Bit>
  461. <Bit>
  462. <Name>nRST_STDBY</Name>
  463. <Description/>
  464. <BitOffset>0x7</BitOffset>
  465. <BitWidth>0x1</BitWidth>
  466. <Access>RW</Access>
  467. <Values>
  468. <Val value="0x0">Reset generated when entering Standby mode</Val>
  469. <Val value="0x1">No reset generated</Val>
  470. </Values>
  471. </Bit>
  472. </AssignedBits>
  473. </Field>
  474. </Category>
  475. <Category>
  476. <Name>Boot address Option Bytes</Name>
  477. <Field>
  478. <Parameters address="0x1FFF0010" name="FLASH_OPTCR1" size="0x4"/>
  479. <AssignedBits>
  480. <Bit>
  481. <Name>BOOT_ADD0</Name>
  482. <Description>Define the boot address when BOOT0=0</Description>
  483. <BitOffset>0x0</BitOffset>
  484. <BitWidth>0x10</BitWidth>
  485. <Access>RW</Access>
  486. <Equation multiplier="0x4000" offset="0x0"/>
  487. </Bit>
  488. </AssignedBits>
  489. </Field>
  490. <Field>
  491. <Parameters address="0x1FFF0018" name="FLASH_OPTCR1" size="0x4"/>
  492. <AssignedBits>
  493. <Bit>
  494. <Name>BOOT_ADD1</Name>
  495. <Description>Define the boot address when BOOT0=1</Description>
  496. <BitOffset>0x0</BitOffset>
  497. <BitWidth>0x10</BitWidth>
  498. <Access>RW</Access>
  499. <Equation multiplier="0x4000" offset="0x0"/>
  500. </Bit>
  501. </AssignedBits>
  502. </Field>
  503. </Category>
  504. <Category>
  505. <Name>Write Protection</Name>
  506. <Field>
  507. <Parameters address="0x1FFF0008" name="FLASH_OPTCR1" size="0x4"/>
  508. <AssignedBits>
  509. <Bit>
  510. <Name>nWRP0</Name>
  511. <Description/>
  512. <BitOffset>0x0</BitOffset>
  513. <BitWidth>0x8</BitWidth>
  514. <Access>RW</Access>
  515. <Values ByBit="true">
  516. <Val value="0x0">Write protection active on this sector</Val>
  517. <Val value="0x1">Write protection not active on this sector</Val>
  518. </Values>
  519. </Bit>
  520. </AssignedBits>
  521. </Field>
  522. </Category>
  523. </Bank>
  524. </Peripheral>
  525. </Peripherals>
  526. </Device>
  527. </Root>