Release_Notes.html 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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-section3" checked aria-hidden="true"> <label for="collapse-section3" checked aria-hidden="true"><strong>V1.1.0 / 16-February-2022</strong></label>
  34. <div>
  35. <h2 id="main-changes">Main Changes</h2>
  36. <ul>
  37. <li><strong>CMSIS Device</strong> Maintenance Release version of bits and registers definition aligned with RM0456 (STM32U5 reference manual)
  38. <ul>
  39. <li>Add the support of STM32U595xx, STM32U5A5xx, STM32U599xx and STM32U5A9xx devices</li>
  40. <li>Define XSPI_TypeDef as alias to OCTOSPI_TypeDef and HSPI_TypeDef</li>
  41. <li>Define XSPIM_TypeDef as alias to OCTOSPIM_TypeDef</li>
  42. <li>Update XSPI bit definition to alias OCTOSPI and HSPI bits</li>
  43. <li>Add OPAMP12_COMMON_NS, OPAMP12_COMMON_S, OPAMP12_COMMON, OPAMP12_COMMON_BASE defines</li>
  44. <li>Update OPAMP_Common_TypeDef to align with reference manual</li>
  45. <li>Add the SRAM4 memory definition in all STM32CubeIDE flashloader files</li>
  46. <li>Update the flash size define to support:
  47. <ul>
  48. <li>STM32U575/STM32U585: 2Mbytes flash devices</li>
  49. <li>STM32U595/STM32U5A5/STM32U599/STM32U5A9: 4Mbytes flash devices</li>
  50. </ul></li>
  51. <li>Rename PVD_AVD_IRQHandler to PVD_PVM_IRQHandler in all start-up files</li>
  52. <li>Rename RCC_AHB2RSTR1_ADC1RST to RCC_AHB2RSTR1_ADC12RST</li>
  53. <li>Rename RCC_AHB2ENR1_ADC1EN to RCC_AHB2ENR1_ADC12EN</li>
  54. <li>Rename RCC_AHB2SMENR1_ADC1SMEN to RCC_AHB2SMENR1_ADC12SMEN</li>
  55. <li>Rename RCC_CCIPR1_CLK48MSEL to RCC_CCIPR1_ICLKSEL</li>
  56. <li>Rename RCC_SECCFGR_CLK48MSEC to RCC_SECCFGR_ICLKSEC</li>
  57. <li>Add TIM3 and TIM4 are missing in IS_TIM_32B_COUNTER_INSTANCE macro definition</li>
  58. </ul></li>
  59. </ul>
  60. </div>
  61. </div>
  62. <div class="collapse">
  63. <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>
  64. <div>
  65. <h2 id="main-changes-1">Main Changes</h2>
  66. <ul>
  67. <li>Rename OTG_FS_BASE_NS to USB_OTG_FS_BASE_NS define</li>
  68. <li>Rename OTG_FS_BASE_S to USB_OTG_FS_BASE_S define</li>
  69. <li>Add LSI_STARTUP_TIME define</li>
  70. <li>Fix wrong IRQn name in partition_stm32u5xx.h</li>
  71. </ul>
  72. </div>
  73. </div>
  74. <div class="collapse">
  75. <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>
  76. <div>
  77. <h2 id="main-changes-2">Main Changes</h2>
  78. <ul>
  79. <li>First official release version of bits and registers definition aligned with RM0456 (STM32U5 reference manual)</li>
  80. </ul>
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. <footer class="sticky">
  86. 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>
  87. </footer>
  88. </body>
  89. </html>