STM32_Prog_DB_0x449.xml 18 KB

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