Release_Notes.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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 STM32U5xx 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_2020.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. <link rel="icon" type="image/x-icon" href="_htmresc/favicon.png" />
  19. </head>
  20. <body>
  21. <div class="row">
  22. <div class="col-sm-12 col-lg-4">
  23. <center>
  24. <h1 id="release-notes-for-stm32u5xx-cmsis">Release Notes for <mark> STM32U5xx CMSIS </mark></h1>
  25. <p>Copyright © 2021 STMicroelectronics<br />
  26. </p>
  27. <a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo_2020.png" alt="ST logo" /></a>
  28. </center>
  29. </div>
  30. <div class="col-sm-12 col-lg-8">
  31. <h1 id="update-history"><strong>Update History</strong></h1>
  32. <div class="collapse">
  33. <input type="checkbox" id="collapse-section8" checked aria-hidden="true"> <label for="collapse-section8" checked aria-hidden="true"><strong>V1.4.1 / 30-October-2024</strong></label>
  34. <div>
  35. <h2 id="main-changes">Main Changes</h2>
  36. <ul>
  37. <li>General updates to fix known defects and implementation enhancements.</li>
  38. <li>Fix TAMP_CR3_ITAMP7NOER bit definition to be aligned with reference manual.</li>
  39. <li>Add missing USB_OTG_GINTSTS_RSTDET bit definition.</li>
  40. <li>Align USB OTG bit definition with reference manual.</li>
  41. </ul>
  42. <h2 id="backward-compatibility">Backward Compatibility</h2>
  43. <ul>
  44. <li>N/A</li>
  45. </ul>
  46. </div>
  47. </div>
  48. <div class="collapse">
  49. <input type="checkbox" id="collapse-section7" aria-hidden="true"> <label for="collapse-section7" checked aria-hidden="true"><strong>V1.4.0 / 13-February-2024</strong></label>
  50. <div>
  51. <h2 id="main-changes-1">Main Changes</h2>
  52. <p><strong>CMSIS Device</strong> Maintenance Release version of bits and registers definition aligned with RM0456 (STM32U5 reference manual)</p>
  53. <ul>
  54. <li>Add Bits definition for RNG_NSCR register for RNG noise source control</li>
  55. <li>Rename RTC_CR_ALRAOCLR to RTC_CR_ALRAFCLR definition</li>
  56. <li>Rename RTC_CR_ALRBOCLR to RTC_CR_ALRBFCLR definition</li>
  57. <li>Remove SYSCFG_UCPD_CC1ENRXFILTER and SYSCFG_UCPD_CC2ENRXFILTER defines</li>
  58. <li>Remove COMP2 dependency in “stm32u545xx.h” and “stm32u545xx.h” files by removing TIM1_AF1_BKCMP2E, TIM1_AF1_BKCMP2P, TIM1_AF2_BK2CMP2E and TIM1_AF2_BK2CMP2P defines</li>
  59. <li>Remove PWR_PDCRI register in “stm32u545xx.h” and “stm32u545xx.h” files by removing PWR_PDCRI_PD0, PWR_PDCRI_PD1, PWR_PDCRI_PD2, PWR_PDCRI_PD3, PWR_PDCRI_PD4, PWR_PDCRI_PD5, PWR_PDCRI_PD6 and PWR_PDCRI_PD0 defines</li>
  60. <li>Update <strong>partition_stm32u5XXxx.h</strong> files headers</li>
  61. <li>Fix wrong declaration of g_pfnVectors size in GCC <strong>startup_stm32u5XXxx.s</strong> files</li>
  62. <li>Update linker files to properly mark sections readonly for GCC12</li>
  63. </ul>
  64. <h2 id="backward-compatibility-1">Backward Compatibility</h2>
  65. <ul>
  66. <li>N/A</li>
  67. </ul>
  68. </div>
  69. </div>
  70. <div class="collapse">
  71. <input type="checkbox" id="collapse-section6" aria-hidden="true"> <label for="collapse-section6" checked aria-hidden="true"><strong>V1.3.1 / 20-October-2023</strong></label>
  72. <div>
  73. <h2 id="main-changes-2">Main Changes</h2>
  74. <p><strong>CMSIS Device</strong> Official Release version of bits and registers definition aligned with RM0456 (STM32U5 reference manual)</p>
  75. <ul>
  76. <li>Update STM32U5A5xx devices list with STM32U5A5QII3Q under “stm32u5xx.h” file</li>
  77. </ul>
  78. <h2 id="backward-compatibility-2">Backward Compatibility</h2>
  79. <ul>
  80. <li>N/A</li>
  81. </ul>
  82. </div>
  83. </div>
  84. <div class="collapse">
  85. <input type="checkbox" id="collapse-section5" aria-hidden="true"> <label for="collapse-section5" checked aria-hidden="true"><strong>V1.3.0 / 09-June-2023</strong></label>
  86. <div>
  87. <h2 id="main-changes-3">Main Changes</h2>
  88. <p><strong>CMSIS Device</strong> Official Release version of bits and registers definition aligned with RM0456 (STM32U5 reference manual)</p>
  89. <ul>
  90. <li><strong>Support of new STM32U5F9xx, STM32U5G9xx, STM32U5F7xx and STM32U5G7xx devices</strong>:
  91. <ul>
  92. <li>Add “stm32u5f9xx.h”, “stm32u5g9xx.h”, “stm32u5f7xx.h” and “stm32u5g7xx.h” files</li>
  93. <li>Add startup files “startup_stm32u5f9xx.s”, “startup_stm32u5g9xx.s”, “startup_stm32u5f7xx.s” and “startup_stm32u5g7xx.s” for EWARM, STM32CubeIDE and MDK-ARM toolchains</li>
  94. <li>Add linker files for EWARM and STM32CubeIDE toolchains of STM32U5F9xx/STM32U5G9xx/STM32U5F7xx/STM32U5G7xx devices</li>
  95. </ul></li>
  96. </ul>
  97. <h2 id="backward-compatibility-3">Backward Compatibility</h2>
  98. <ul>
  99. <li>N/A</li>
  100. </ul>
  101. </div>
  102. </div>
  103. <div class="collapse">
  104. <input type="checkbox" id="collapse-section4" aria-hidden="true"> <label for="collapse-section4" checked aria-hidden="true"><strong>V1.2.0 / 08-June-2023</strong></label>
  105. <div>
  106. <h2 id="main-changes-4">Main Changes</h2>
  107. <p><strong>CMSIS Device</strong> Official Release version of bits and registers definition aligned with RM0456 (STM32U5 reference manual)</p>
  108. <ul>
  109. <li><strong>Support of stm32u535xx and stm32u545xx devices</strong>:
  110. <ul>
  111. <li>Add “stm32u535xx.h” and “stm32u545xx.h” files</li>
  112. <li>Add startup files “startup_stm32u535xx.s” and “startup_stm32u545xx.s” for EWARM and STM32CUBEIDE toolchains</li>
  113. <li>Add EWARM and STM32CUBEIDE linker files for all devices for legacy and for TrustZone based application</li>
  114. </ul></li>
  115. <li><p><strong>Registers and bit field definitions updates</strong>:</p>
  116. <ul>
  117. <li>Add USB Dual Role Device FS Endpoint registers:
  118. <ul>
  119. <li>Add Bits definition for USB_DRD_CNTR register</li>
  120. <li>Add Bits definition for USB_DRD_ISTR register</li>
  121. <li>Add Bits definition for USB_DRD_FNR register</li>
  122. <li>Add Bits definition for USB_DRD_DADDR register</li>
  123. <li>Add Bit definition for USB_DRD_BTABLE register</li>
  124. <li>Add Bit definition for LPMCSR register</li>
  125. <li>Add Bits definition for USB_DRD_BCDR register</li>
  126. <li>Add Bits definition for USB_DRD_CHEP register</li>
  127. </ul></li>
  128. <li>Add USB_IRQn interrupt</li>
  129. <li>Add USB_OTG_GCCFG_PULLDOWNEN define</li>
  130. <li>Add LSECSSD and MSI_PLL_UNLOCK global interrupts</li>
  131. <li>Add USART_DMAREQUESTS_SW_WA define</li>
  132. <li>Add DBGMCU_APB1FZR2_DBG_I2C5_STOP and DBGMCU_APB1FZR2_DBG_I2C6_STOP defines</li>
  133. <li>Remove DBGMCU_APB1FZR2_DBG_FDCAN_STOP define</li>
  134. <li>Add AES_IER_RNGEIE AES_ICR_RNGEIF and AES_ISR_RNGEIF defines</li>
  135. <li>Add DMA2D_TRIGGER_SUPPORT define</li>
  136. <li>Rename Bit definition for EXTI_SECENR1 register to EXTI_SECCFGR1 register</li>
  137. <li>Rename Bit definition for EXTI_PRIVENR1 register to EXTI_PRIVCFGR1 register</li>
  138. <li>Add Bit definition for EXTI_LOCKR register</li>
  139. <li>Add EXTI_RTSR1_RT25, EXTI_FTSR1_FT25, EXTI_SWIER1_SWI25, EXTI_RPR1_RPIF25, EXTI_FPR1_FPIF25, EXTI_IMR1_IM25 and EXTI_EMR1_EM25 defines</li>
  140. <li>Add COMP_WINDOW_MODE_SUPPORT define</li>
  141. <li>Add Bit definition for SYSCFG_OTGHSPHYTUNER2 register</li>
  142. <li>Add SYSCFG_CFGR1_SRAMCACHED define</li>
  143. <li>Add UCPD configuration register 3</li>
  144. <li>Add RCC_APB2RSTR_USBRST define</li>
  145. <li>Add RCC_APB2ENR_USBEN define</li>
  146. <li>Add RCC_APB2SMENR_USBSMEN define</li>
  147. <li>Add IS_SPI_GRP1_INSTANCE and IS_SPI_GRP2_INSTANCE macros</li>
  148. <li>Add IS_COMP_ALL_INSTANCE macro</li>
  149. <li>Add IS_HCD_ALL_INSTANCE and IS_PCD_ALL_INSTANCE macro</li>
  150. <li>Add PWR_CR1_FORCE_USBPWR and PWR_VOSR_VDD11USBDIS defines</li>
  151. <li>Rename OCTOSPI_CR_DQM to XSPI_CR_DMM</li>
  152. <li>Rename OCTOSPI_CR_FSEL to XSPI_OCTOSPI_CR_MSEL</li>
  153. <li>Rename ADC4_PW_AUTOFF to ADC4_PWRR_AUTOFF</li>
  154. <li>Rename ADC4_PW_DPD to ADC4_PWRR_DPD</li>
  155. <li>Rename ADC4_PW_VREFPROT to ADC4_PWRR_VREFPROT</li>
  156. <li>Rename ADC4_PW_VREFSECSMP to ADC4_PWRR_VREFSECSMP</li>
  157. </ul></li>
  158. </ul>
  159. <h2 id="backward-compatibility-4">Backward Compatibility</h2>
  160. <ul>
  161. <li>N/A</li>
  162. </ul>
  163. </div>
  164. </div>
  165. <div class="collapse">
  166. <input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" checked aria-hidden="true"><strong>V1.1.0 / 16-February-2022</strong></label>
  167. <div>
  168. <h2 id="main-changes-5">Main Changes</h2>
  169. <ul>
  170. <li><strong>CMSIS Device</strong> Maintenance Release version of bits and registers definition aligned with RM0456 (STM32U5 reference manual)
  171. <ul>
  172. <li>Add the support of STM32U595xx, STM32U5A5xx, STM32U599xx and STM32U5A9xx devices</li>
  173. <li>Define XSPI_TypeDef as alias to OCTOSPI_TypeDef and HSPI_TypeDef</li>
  174. <li>Define XSPIM_TypeDef as alias to OCTOSPIM_TypeDef</li>
  175. <li>Update XSPI bit definition to alias OCTOSPI and HSPI bits</li>
  176. <li>Add OPAMP12_COMMON_NS, OPAMP12_COMMON_S, OPAMP12_COMMON, OPAMP12_COMMON_BASE defines</li>
  177. <li>Update OPAMP_Common_TypeDef to align with reference manual</li>
  178. <li>Add the SRAM4 memory definition in all STM32CubeIDE flashloader files</li>
  179. <li>Update the flash size define to support:
  180. <ul>
  181. <li>STM32U575/STM32U585: 2Mbytes flash devices</li>
  182. <li>STM32U595/STM32U5A5/STM32U599/STM32U5A9: 4Mbytes flash devices</li>
  183. </ul></li>
  184. <li>Rename PVD_AVD_IRQHandler to PVD_PVM_IRQHandler in all start-up files</li>
  185. <li>Rename RCC_AHB2RSTR1_ADC1RST to RCC_AHB2RSTR1_ADC12RST</li>
  186. <li>Rename RCC_AHB2ENR1_ADC1EN to RCC_AHB2ENR1_ADC12EN</li>
  187. <li>Rename RCC_AHB2SMENR1_ADC1SMEN to RCC_AHB2SMENR1_ADC12SMEN</li>
  188. <li>Rename RCC_CCIPR1_CLK48MSEL to RCC_CCIPR1_ICLKSEL</li>
  189. <li>Rename RCC_SECCFGR_CLK48MSEC to RCC_SECCFGR_ICLKSEC</li>
  190. <li>Add TIM3 and TIM4 are missing in IS_TIM_32B_COUNTER_INSTANCE macro definition</li>
  191. </ul></li>
  192. </ul>
  193. </div>
  194. </div>
  195. <div class="collapse">
  196. <input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" checked aria-hidden="true"><strong>V1.0.1 / 01-October-2021</strong></label>
  197. <div>
  198. <h2 id="main-changes-6">Main Changes</h2>
  199. <ul>
  200. <li>Rename OTG_FS_BASE_NS to USB_OTG_FS_BASE_NS define</li>
  201. <li>Rename OTG_FS_BASE_S to USB_OTG_FS_BASE_S define</li>
  202. <li>Add LSI_STARTUP_TIME define</li>
  203. <li>Fix wrong IRQn name in partition_stm32u5xx.h</li>
  204. </ul>
  205. </div>
  206. </div>
  207. <div class="collapse">
  208. <input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" checked aria-hidden="true"><strong>V1.0.0 / 28-June-2021</strong></label>
  209. <div>
  210. <h2 id="main-changes-7">Main Changes</h2>
  211. <ul>
  212. <li>First official release version of bits and registers definition aligned with RM0456 (STM32U5 reference manual)</li>
  213. </ul>
  214. </div>
  215. </div>
  216. </div>
  217. </div>
  218. <footer class="sticky">
  219. 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>
  220. </footer>
  221. </body>
  222. </html>