Release_Notes.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="generator" content="pandoc" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  7. <title>Release Notes for STM32H7xx CMSIS</title>
  8. <style type="text/css">
  9. code{white-space: pre-wrap;}
  10. span.smallcaps{font-variant: small-caps;}
  11. span.underline{text-decoration: underline;}
  12. div.column{display: inline-block; vertical-align: top; width: 50%;}
  13. </style>
  14. <link rel="stylesheet" href="_htmresc/mini-st.css" />
  15. <!--[if lt IE 9]>
  16. <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  17. <![endif]-->
  18. </head>
  19. <body>
  20. <div class="row">
  21. <div class="col-sm-12 col-lg-4">
  22. <div class="card fluid">
  23. <div class="sectione dark">
  24. <center>
  25. <h1 id="release-notes-for-stm32h7xx-cmsis"><strong>Release Notes for STM32H7xx CMSIS</strong></h1>
  26. <p>Copyright © 2017 STMicroelectronics<br />
  27. </p>
  28. <a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo.png" alt="ST logo" /></a>
  29. </center>
  30. </div>
  31. </div>
  32. <h1 id="license"><strong>License</strong></h1>
  33. This software component is licensed by ST under BSD 3-Clause license, the “License”; You may not use this component except in compliance with the License. You may obtain a copy of the License at:
  34. <center>
  35. <a href="https://opensource.org/licenses/BSD-3-Clause">https://opensource.org/licenses/BSD-3-Clause</a>
  36. </center>
  37. </div>
  38. <div class="col-sm-12 col-lg-8">
  39. <h1 id="update-history"><strong>Update History</strong></h1>
  40. <div class="collapse">
  41. <input type="checkbox" id="collapse-section10" checked aria-hidden="true"> <label for="collapse-section10" aria-hidden="true"><strong>V1.8.0 / 14-February-2020</strong></label>
  42. <div>
  43. <h2 id="main-changes">Main Changes</h2>
  44. <ul>
  45. <li>General updates to align Bits and registers definitions with the STM32H7 reference manual<br />
  46. </li>
  47. <li>Update “ErrorStatus” enumeration definition in stm32h7xx.h file with SUCCESS set to numerical value zero</li>
  48. <li>Add definition of DMA_SxCR_TRBUFF bit field of DMA SxCR register allowing to enabled/disable bufferable transfers</li>
  49. <li>Remove RCC_AHB2ENR_CRYPEN/RCC_AHB2RSTR_CRYPRST/RCC_AHB2LPENR_CRYPLPEN and RCC_AHB2ENR_HASHEN/RCC_AHB2RSTR_HASHRST/RCC_AHB2LPENR_HASHLPEN from H7 devices that doesn’t support CRYP/HASH (STM32H742/43/45/47/A3)</li>
  50. <li>Add STM32H7_DEV_ID define allowing to identfy the H7 Device ID</li>
  51. <li>Update OCTOSPIM_TypeDef structure definition with 3 PCR registers instead of 8 (on STM32H7A3/B3/B0 devices supporting OctoSPI)</li>
  52. <li>Add definition for OCTOSPIM_CR_MUXEN and OCTOSPIM_CR_REQ2ACK_TIME in order to support OctoSPI IO Manager multiplexed mode feature (on STM32H7A3/B3/B0 devices supporting OctoSPI)</li>
  53. <li>Update system_stm32h7xx.c to reflect the current core clock in SystemCoreClock global variable (Corex-M7 or Corext-M4 clock depending of the current context in case of Dual Core)</li>
  54. <li>Add EWARM linker files for STM32H7A3 devices with reduced Flash size to 1MB:
  55. <ul>
  56. <li>stm32h7a3xg_flash.icf, stm32h7a3xg_flash_rw_sram1.icf, stm32h7a3xg_flash_rw_sram2.icf.</li>
  57. <li>stm32h7a3xgq_flash.icf, stm32h7a3xgq_flash_rw_sram1.icf, stm32h7a3xgq_flash_rw_sram2.icf.</li>
  58. </ul></li>
  59. </ul>
  60. </div>
  61. </div>
  62. <div class="collapse">
  63. <input type="checkbox" id="collapse-section9" aria-hidden="true"> <label for="collapse-section9" aria-hidden="true"><strong>V1.7.0 / 06-December-2019</strong></label>
  64. <div>
  65. <h2 id="main-changes-1">Main Changes</h2>
  66. <ul>
  67. <li><p>General updates to align Bit and registers definition with the STM32H7 reference manual</p></li>
  68. <li>Add support of stm32h7A3xx, stm32h7A3xxQ, stm32h7B3xx, stm32h7B3xxQ, stm32h7B0xx and stm32h7B0xxQ devices:
  69. <ul>
  70. <li>Add “stm32h7a3xx.h”, “stm32h7a3xxq.h”, “stm32h7b3xx.h”, “stm32h7b3xxq.h”, “stm32h7b0xx.h” and “stm32h7b0xxq.h” files</li>
  71. <li>Add startup files “startup_stm32h7a3xx.s”, “startup_stm32h7a3xxq.s”, “startup_stm32h7b3xx.s”, “startup_stm32h7b3xxq.s”, “startup_stm32h7b0xx.s” and “startup_stm32h7b0xxq.s” for EWARM , MDK-ARM and STM32CubeIDE toolchains</li>
  72. <li>Add part numbers list to stm32h7xx.h header file:
  73. <ul>
  74. <li>STM32H7A3xx : STM32H7A3IIK6, STM32H7A3IIT6, STM32H7A3NIH6, STM32H7A3RIT6, STM32H7A3VIH6, STM32H7A3VIT6, STM32H7A3ZIT6</li>
  75. <li>STM32H7A3xxQ : STM32H7A3QIY6Q, STM32H7A3IIK6Q, STM32H7A3IIT6Q, STM32H7A3LIH6Q, STM32H7A3VIH6Q, STM32H7A3VIT6Q, STM32H7A3AII6Q, STM32H7A3ZIT6Q</li>
  76. <li>STM32H7B3xx : STM32H7B3IIK6, STM32H7B3IIT6, STM32H7B3NIH6, STM32H7B3RIT6, STM32H7B3VIH6, STM32H7B3VIT6, STM32H7B3ZIT6</li>
  77. <li>STM32H7B3xxQ : STM32H7B3QIY6Q, STM32H7B3IIK6Q, STM32H7B3IIT6Q, STM32H7B3LIH6Q, STM32H7B3VIH6Q, STM32H7B3VIT6Q, STM32H7B3AII6Q, STM32H7B3ZIT6Q</li>
  78. <li>STM32H7B0xx : STM32H7B0ABIxQ, STM32H7B0IBTx, STM32H7B0RBTx, STM32H7B0VBTx, STM32H7B0ZBTx, STM32H7B0IBKxQ</li>
  79. </ul></li>
  80. </ul></li>
  81. <li>Update DMA2D bits definitions: Update to support Line offset mode and swap bytes features
  82. <ul>
  83. <li>Add CR_LOM (Line Ofset Mode) bit definition, Add OPFCCR_SB (Swap Bytes) bit definition</li>
  84. <li>Update CR_MODE, FGOR_LO, BGOR_LO and OOR_LO bit definition</li>
  85. </ul></li>
  86. <li>Update USB_OTG_GAHBCFG bit definition: to be aligned with LL_USB usage</li>
  87. <li><p>Add USB_OTG_DOEPMSK_AHBERRM, USB_OTG_DOEPMSK_BERRM, USB_OTG_DOEPMSK_NAKM, USB_OTG_DOEPMSK_NYETM, USB_OTG_DIEPINT_AHBERR, USB_OTG_DIEPINT_INEPNM, USB_OTG_DOEPINT_AHBERR, USB_OTG_DOEPINT_OUTPKTERR, USB_OTG_DOEPINT_BERR, USB_OTG_DOEPINT_NAK and USB_OTG_DOEPINT_STPKTRX bit definitions</p></li>
  88. <li><p>Update IS_TIM_REMAP_INSTANCE and IS_TIM_SYNCHRO_INSTANCE macro implemenation</p></li>
  89. </ul>
  90. </div>
  91. </div>
  92. <div class="collapse">
  93. <input type="checkbox" id="collapse-section8" aria-hidden="true"> <label for="collapse-section8" aria-hidden="true"><strong>V1.6.0 / 28-June-2019</strong></label>
  94. <div>
  95. <h2 id="main-changes-2">Main Changes</h2>
  96. <ul>
  97. <li>Add definition of “ART_TypeDef” structure: ART accelerator for Cortex-M4 available in Dual Core devices</li>
  98. <li>Add definition of “ART” instance: pointer to “ART_TypeDef” structure</li>
  99. <li>Add definition of “ART” bit fields: ART_CTR_EN and ART_CTR_PCACHEADDR<br />
  100. </li>
  101. <li>Update definitions of “HRTIM1_TIMA” to “HRTIM1_TIME” : pointer to HRTIM_Timerx_TypeDef structure instead of HRTIM_TIM_TypeDef</li>
  102. <li>Fix Typo in “ETH_TypeDef” definition: use uint32_t for “RESERVED16” registers instead of int32_t</li>
  103. <li>Remove useless definition of “SDMMC” instance (keep only definitions of “SDMMC1” and “SDMMC2”)</li>
  104. </ul>
  105. </div>
  106. </div>
  107. <div class="collapse">
  108. <input type="checkbox" id="collapse-section7" aria-hidden="true"> <label for="collapse-section7" aria-hidden="true"><strong>V1.5.0 / 05-April-2019</strong></label>
  109. <div>
  110. <h2 id="main-changes-3">Main Changes</h2>
  111. <ul>
  112. <li>General updates to align Bit and registers definition with the STM32H7 reference manual</li>
  113. <li>Updates to aligned with STM32H7xx <strong>rev.V</strong> devices</li>
  114. <li>Add support of stm32h745xx, stm32h747xx, stm32h755xx, stm32h757xx <strong>Dual Core</strong> devices and STM32H742xx (new single core device):
  115. <ul>
  116. <li>Add “stm32h745xx.h” , “stm32h747xx.h”, “stm32h755xx.h”, “stm32h757xx.h” and “stm32h742xx.h” files</li>
  117. <li>Add startup files “startup_stm32h745xx.s”, “startup_stm32h747xx.s”, “startup_stm32h755xx.s”, “startup_stm32h757xx.s” and “startup_stm32h742xx.s” for EWARM , MDK-ARM and SW4STM32 toolchains</li>
  118. <li>Add part numbers list to stm32h7xx.h header file:
  119. <ul>
  120. <li>STM32H742xx: STM32H742VI, STM32H742ZI, STM32H742AI, STM32H742II, STM32H742BI, STM32H742XI</li>
  121. <li>STM32H743xx: STM32H743VI, STM32H743ZI, STM32H743AI, STM32H743II, STM32H743BI, STM32H743XI</li>
  122. <li>STM32H753xx: STM32H753VI, STM32H753ZI, STM32H753AI, STM32H753II, STM32H753BI, STM32H753XI</li>
  123. <li>STM32H750xx: STM32H750V, STM32H750I, STM32H750X</li>
  124. <li>STM32H747xx: STM32H747ZI, STM32H747AI, STM32H747II, STM32H747BI, STM32H747XI</li>
  125. <li>STM32H757xx: STM32H757ZI, STM32H757AI, STM32H757II, STM32H757BI, STM32H757XI</li>
  126. <li>STM32H745xx: STM32H745ZI, STM32H745II, STM32H745BI, STM32H745XI</li>
  127. <li><p>STM32H755xx: STM32H755ZI, STM32H755II, STM32H755BI, STM32H755XI</p></li>
  128. <li>Add system_stm32h7xx_singlecore.c : system initialization template source file for single core lines (STM32H743xx, STM32H753xx, STM32H750xx and STM32H742xx)</li>
  129. <li>Add system initialization template source file for dual core lines:
  130. <ul>
  131. <li>system_stm32h7xx_dualcore_boot_cm4_cm7.c: template for the boot case where Cortex-M7 and Cortex-M4 are boot at once</li>
  132. <li>system_stm32h7xx_dualcore_bootcm7_cm4gated.c: template for the boot case where Cortex-M7 is booting and Cortex-M4 is gated using FLASH Option Bytes</li>
  133. <li>system_stm32h7xx_dualcore_bootcm4_cm7gated.c: template for the boot case where Cortex-M4 is booting and Cortex-M7 is gated using FLASH Option Bytes</li>
  134. </ul></li>
  135. <li>Add EWARM, MDK-ARM and SW4STM32 <strong>Dual Core</strong> devices linker files</li>
  136. <li><p>Add EWARM STM32H742xx devices linker files</p></li>
  137. </ul></li>
  138. </ul></li>
  139. <li><strong>Registers and bit field definitions updates</strong>:
  140. <ul>
  141. <li>Update SYSCFG_TypeDef structure to add
  142. <ul>
  143. <li>Add CFGR register: allowing to control connection between double ECC RAMs/Flash errors, PVD errors and CortexM7/M4 lockup to TIM1/8/15/16/17 and HRTIMER Break inputs</li>
  144. <li>Add definitions of SYSCFG_CFGR register bit fields</li>
  145. <li>PWRCR registers: allowing to control the PWR overdrive enable/disable for Voltage Scaling zero</li>
  146. <li>Add SYSCFG_PWRCR register bit fields</li>
  147. </ul></li>
  148. <li>Update RCC_TypeDef structure according to STM32H7xx <strong>Rev.V</strong> devices:
  149. <ul>
  150. <li>ICSCR: renamed to HSICFGR, HSI Clock Calibration Register</li>
  151. <li>Rename also RCC_ICSCR_XXX bit definitions RCC_HSICFGR_XXX according to the new register HSICFGR</li>
  152. <li>CSICFGR: New registers (on <strong>Rev.V</strong> devices), CSI Clock Calibration Register</li>
  153. <li>Add dedicated RCC_CSICFGR_XXX bit definitions</li>
  154. </ul></li>
  155. <li>Keep RCC_Core_TypeDef structure used for Dual Core lines devices only: allowing RCC clock enabling/allocation for each Core(Cortex-M7/M4)
  156. <ul>
  157. <li>RCC_Core_TypeDef structure and RCC_C1_BASE/RCC_C1 definition removed from STM32H743xx/53xx and STM32H750xx lines</li>
  158. </ul></li>
  159. <li>Add CRYP_CR_NPBLB bit field definition: upon refresh of the CRYP peripheral on the STM32H7 <strong>Rev.V</strong> devices</li>
  160. <li>Update ADC_CR_BOOST bot field definition for STM32H7 <strong>Rev.V</strong> devices: 2 bits instead of 1</li>
  161. <li>Remove useless I2C_CR1_SWRST definition: alignment with the reference manual</li>
  162. <li>Add SAI_xCR1_NODIV bit field definition upon SAI peripheral update for STM32H7 <strong>Rev.V</strong> devices</li>
  163. <li>Rename SPI_TXCRC_RXCRC to SPI_RXCRC_RXCRC: typo fix and alignment with the reference manual</li>
  164. <li>Fix QUADSPI_SR_FLEVEL bit field definition: Mask on 6 bits (0x3F mask) instead of 5 bits(0x1F mask) and add definition of QUADSPI_SR_FLEVEL_6</li>
  165. <li>Add definition of SYSCFG_EXTICR3_EXTI8_PK, SYSCFG_EXTICR3_EXTI9_PK, SYSCFG_EXTICR3_EXTI10_PK, SYSCFG_EXTICR3_EXTI11_PK and SYSCFG_EXTICR4_EXTI13_PK</li>
  166. <li>Add definition of FLASH_LATENCY_DEFAULT: default safe FLASH latency</li>
  167. </ul></li>
  168. </ul>
  169. </div>
  170. </div>
  171. <div class="collapse">
  172. <input type="checkbox" id="collapse-section6" aria-hidden="true"> <label for="collapse-section6" aria-hidden="true"><strong>V1.3.1 / 31-January-2019</strong></label>
  173. <div>
  174. <h2 id="main-changes-4">Main Changes</h2>
  175. <ul>
  176. <li><strong>Patch Release on top of V1.3.0</strong></li>
  177. <li>Add Definition of UID_BASE ( Unique device ID register base address) to the STM32H7xx include files:
  178. <ul>
  179. <li>stm32h743xx.h, stm32h750xx.h and stm32h753xx.h</li>
  180. </ul></li>
  181. </ul>
  182. </div>
  183. </div>
  184. <div class="collapse">
  185. <input type="checkbox" id="collapse-section5" aria-hidden="true"> <label for="collapse-section5" aria-hidden="true"><strong>V1.4.0 / 30-November-2018</strong></label>
  186. <div>
  187. <h2 id="main-changes-5">Main Changes</h2>
  188. <ul>
  189. <li>STM32H7xx include files:
  190. <ul>
  191. <li>General updates to align Bit and registers definition with the STM32H7 reference manual</li>
  192. <li>Update "_Mask" bits definition using UL suffix for Misra-C 2012 compliance</li>
  193. <li>Add definition of <strong>RAMECC_MonitorTypeDef</strong> and <strong>RAMECC_TypeDef</strong> structure</li>
  194. <li>Add definition of <strong>RAMECC</strong> peripheral base addresses</li>
  195. <li>Add <strong>RAMECC</strong> peripheral registers bit definitions</li>
  196. <li>Add IS_RAMECC_MONITOR_ALL_INSTANCE macro</li>
  197. <li>Add <strong>EXTI</strong> SWIER3 bit definitions</li>
  198. <li>Update <strong>FLASH</strong> sector number to 8 instead of 16 (8 sectors for each bank)</li>
  199. <li>Remove extra bit definition : FLASH_CR_SNB_3 to FLASH_CR_SNB_7</li>
  200. <li>Update <strong>FLASH</strong> user option bytes bit definition</li>
  201. <li>Fix FLASH_BANK_SIZE definition: add parenthesis</li>
  202. <li>Remove <strong>PWR</strong> extra bit definition PWR_CR1_RLPSN</li>
  203. <li>Add <strong>PWR</strong> bit definition PWR_WKUPEPR_WKUPEN</li>
  204. <li>Fix typo in <strong>SDMMC</strong> bit definition: SDMMC_MASK_SDIOITIE_Pos, SDMMC_MASK_SDIOITIE_Msk and SDMMC_MASK_SDIOITIE</li>
  205. <li>Add <strong>SDMMC</strong> instance check macro: IS_SDMMC_ALL_INSTANCE</li>
  206. <li>Fix typo in <strong>SYSCFG</strong> bit definition: SYSCFG_PMCR_EPIS_SEL_Pos, SYSCFG_PMCR_EPIS_SEL_Msk, SYSCFG_PMCR_EPIS_SEL and SYSCFG_PMCR_EPIS_SEL_0 to SYSCFG_PMCR_EPIS_SEL_2</li>
  207. <li>Fix <strong>SYSCFG</strong> bit definitions: SYSCFG_EXTICR1_EXTI0_Msk, to SYSCFG_EXTICR1_EXTI3_Msk, 4 bits instead of 3</li>
  208. <li>Fix <strong>SYSCFG</strong> bit definitions: SYSCFG_EXTICR2_EXTI0_Msk, to SYSCFG_EXTICR2_EXTI3_Msk, 4 bits instead of 3</li>
  209. <li>Fix <strong>SYSCFG</strong> bit definitions: SYSCFG_EXTICR3_EXTI0_Msk, to SYSCFG_EXTICR3_EXTI3_Msk, 4 bits instead of 3</li>
  210. <li>Fix <strong>SYSCFG</strong> bit definitions: SYSCFG_EXTICR4_EXTI0_Msk, to SYSCFG_EXTICR3_EXTI4_Msk, 4 bits instead of 3</li>
  211. <li>Fix IS_ADC_COMMON_INSTANCE macro : add parenthesis</li>
  212. <li>Fix HSEM_CR_COREID_CURRENT and HSEM_CR_COREID_CURRENT: add parenthesis</li>
  213. <li>Update <strong>USART</strong> and <strong>SMARTCARD</strong> bits definition</li>
  214. <li>Update <strong>GPIO</strong> registers and bit definition (BSRR register)</li>
  215. <li>Add IS_GPIO_AF_INSTANCE macro</li>
  216. <li>Update <strong>DAC</strong> bits definition</li>
  217. <li>Update <strong>FDCAN</strong> bits definition</li>
  218. <li>Update <strong>USB</strong> bits definition (OTEPSPRM register)</li>
  219. <li>Fix <strong>CEC</strong> bit definition (RXDR register)</li>
  220. <li>Update <strong>TIM</strong> registers and bits definition naming</li>
  221. <li>Fix IS_TIM_CCX_INSTANCE macro : add TIM_CHANNEL_4 to TIM_CHANNEL_6</li>
  222. <li>Update <strong>SPI</strong> and <strong>I2S</strong> bits definition</li>
  223. <li>Update <strong>BDMA</strong> bits definition</li>
  224. <li>Update <strong>FMC</strong> bits definition</li>
  225. </ul></li>
  226. </ul>
  227. </div>
  228. </div>
  229. <div class="collapse">
  230. <input type="checkbox" id="collapse-section4" aria-hidden="true"> <label for="collapse-section4" aria-hidden="true"><strong>V1.3.0 / 29-June-2018</strong></label>
  231. <div>
  232. <h2 id="main-changes-6">Main Changes</h2>
  233. <ul>
  234. <li>Add support for stm32h750xx value line devices:
  235. <ul>
  236. <li>Add “stm32h750xx.h” file</li>
  237. <li>Add startup files startup_stm32h750xx.s for EWARM, MDK-ARM and SW4STM32</li>
  238. </ul></li>
  239. </ul>
  240. </div>
  241. </div>
  242. <div class="collapse">
  243. <input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true"><strong>V1.2.0 / 29-December-2017</strong></label>
  244. <div>
  245. <h2 id="main-changes-7">Main Changes</h2>
  246. <ul>
  247. <li>Update FDCAN bit definition</li>
  248. <li>Update SystemCoreClockUpdate() function in system_stm32h7xx.c file to use direct register access</li>
  249. </ul>
  250. </div>
  251. </div>
  252. <div class="collapse">
  253. <input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true"><strong>V1.1.0 / 31-August-2017</strong></label>
  254. <div>
  255. <h2 id="main-changes-8">Main Changes</h2>
  256. <ul>
  257. <li>Update USB OTG bit definition</li>
  258. <li>Adjust PLL fractional computation</li>
  259. </ul>
  260. </div>
  261. </div>
  262. <div class="collapse">
  263. <input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true"><strong>V1.0.0 / 21-April-2017</strong></label>
  264. <div>
  265. <h2 id="main-changes-9">Main Changes</h2>
  266. <ul>
  267. <li>First official release for <strong>STM32H743xx/753xx</strong> devices</li>
  268. </ul>
  269. </div>
  270. </div>
  271. </div>
  272. </div>
  273. <footer class="sticky">
  274. For complete documentation on STM32 Microcontrollers </mark> , visit: <span style="font-color: blue;"><a href="http://www.st.com/stm32">www.st.com/stm32</a></span>
  275. </footer>
  276. </body>
  277. </html>