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 STM32CubeL5 Firmware Package</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">Release Notes for</h1> 25<h1 id="stm32cubel5-firmware-package"><mark>STM32CubeL5 Firmware Package</mark></h1> 26<p>Copyright © 2019 STMicroelectronics<br /> 27</p> 28<a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo_2020.png" alt="ST logo" /></a> 29</center> 30<h1 id="purpose">Purpose</h1> 31<p>STM32L5 series will serve all applications requiring ultra low-power and security thanks to Cortex-M33 core with the TrustZone support.</p> 32<p><span style="font-weight: bold;">STMCube is an STMicroelectronics original initiative to ease developers life by reducing development efforts, time and cost.</span></p> 33<p>STM32Cube covers STM32 portfolio.</p> 34<p>STM32Cube Version 1.x includes:</p> 35<ul> 36<li><p>The STM32CubeMX, a graphical software configuration tool that allows to generate C initialization code using graphical wizards.</p></li> 37<li><p>A comprehensive embedded software platform, delivered per series (such as STM32CubeL5 for STM32L5 series)</p> 38<ul> 39<li><p>The STM32Cube HAL, an STM32 abstraction layer embedded software, ensuring maximized portability across STM32 portfolio</p></li> 40<li><p>A consistent set of middleware components such as RTOS, USB, TCP/IP, Graphics</p></li> 41</ul></li> 42</ul> 43<p>All embedded software utilities come with a full set of examples.</p> 44<p>The STM32Cube firmware solution offers a straightforward API with a modular architecture, making it simple to fine tune custom applications and scalable to fit most requirements.</p> 45<p><img src="_htmresc/STM32Cube_2020.bmp" /></p> 46<p>The set of middleware components depends on the STM32 Series.</p> 47<p>The HAL (Hardware Abstraction Layer) and LL (Low Layers) drivers provided within this package support the <strong>STM32L552xx/62xx</strong> lines.</p> 48<p>The HAL and LL drivers provided within this package are compliant with MISRA-C:2012 guidelines, and have been reviewed with a static analysis tool to eliminate possible run-time errors. Reports are available on demand.</p> 49</div> 50<div class="col-sm-12 col-lg-8"> 51<h1 id="update-history">Update History</h1> 52<div class="collapse"> 53<input type="checkbox" id="collapse-section7" checked aria-hidden="true"> <label for="collapse-section7" aria-hidden="true"><strong>V1.5.0/ 04-November-2022</strong></label> 54<div> 55<h2 id="main-changes">Main Changes</h2> 56<p><strong>Maintenance release</strong></p> 57<ul> 58<li>General updates to fix known defects and implementation enhancements.</li> 59<li>All source files: update disclaimer to add reference to the new license agreement.</li> 60<li>Add .mxproject files on all firmware projects available in STM32CubeMX format (with .ioc) to fix project path issue during copy.</li> 61<li>Upgrade <strong>USB Device</strong> Lib to use <strong>V2.11.1</strong>.</li> 62<li>Upgrade <strong>STM32 USB Power Delivery Core</strong> Library to use <strong>v4.1.0</strong>.</li> 63<li>Upgrade <strong>STM32 USB Power Delivery Device</strong> Library to use <strong>l5_v5.0.0</strong>.</li> 64<li><p>Project examples updated to STM32CubeMX 6.7.0</p></li> 65<li><strong>CMSIS Device</strong> updates 66<ul> 67<li>Add new atomic register access macros in stm32l5xx.h file.</li> 68<li>Update to fix compilation error “-Werror=undef” with ARMCC version.</li> 69<li>Add missing parameter after <span class="citation" data-cites="param">@param</span> in order to fix warning in generated documentation</li> 70</ul></li> 71<li><strong>HAL/LL Drivers</strong> updates 72<ul> 73<li><strong>HAL Generic</strong> 74<ul> 75<li>HAL code quality enhancement for MISRA-C2012 rules 2.2_C, 13.2 and 13.3.</li> 76<li>HAL code quality enhancement for MISRA-C2012 Rule-8.13 by adding const qualifiers.</li> 77</ul></li> 78<li><strong>HAL RCC</strong> 79<ul> 80<li>Update IS_RCC_PERIPHCLOCK() macro definition depending on targeted derivative.</li> 81<li>Update IS_RCC_PERIPHCLOCK() macro definition depending on targeted derivative.</li> 82<li>Add new API HAL_RCC_GetResetSource() to get all reset sources and clear flags for next reset.</li> 83<li>Fix on HCLK prescaler update in HAL_RCC_ClockConfig() API to avoid issue with CPU clock being out of range versus the Flash latency.</li> 84<li>Wait PLL1RDY to be off before clearing PLL1 source.</li> 85</ul></li> 86<li><strong>HAL GPIO</strong> 87<ul> 88<li>Update HAL_GPIO_Init() API to avoid the configuration of PUPDR register when Analog mode is selected.</li> 89<li>Optimize assertion control for GPIO Pull mode in HAL_GPIO_Init.</li> 90<li>Reorder EXTI configuration sequence in order to avoid unexpected level detection.</li> 91</ul></li> 92<li><strong>HAL EXTI</strong> 93<ul> 94<li>Update HAL_EXTI_GetConfigLine() API to set default configuration value of Trigger and GPIOSel before checking each corresponding registers.</li> 95<li>Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() API.</li> 96</ul></li> 97<li><strong>HAL CRC</strong> 98<ul> 99<li>Add filter in HAL_CRCEx_Polynomial_Set() API to exclude even polynomials.</li> 100</ul></li> 101<li><strong>HAL GTZC</strong> 102<ul> 103<li>Fix lock configuration in HAL_GTZC_MPCBB_ConfigMem() API.</li> 104</ul></li> 105<li><strong>HAL CORTEX</strong> 106<ul> 107<li>CORTEX MPU Instruction Access Shareable values alignment with defined one in STM32 Cortex-M33 MCUs programming manual.</li> 108<li>Fix weakness on MPU region deactivation.</li> 109</ul></li> 110<li><strong>HAL FLASH</strong> 111<ul> 112<li>Update __HAL_FLASH_GET_FLAG() macro to return a ‘1’ when more than one flag is set.</li> 113</ul></li> 114<li><strong>HAL/LL ADC</strong> 115<ul> 116<li>Update Temperature sensor data acquired to 130’C instead of 110’C.</li> 117<li>In case of temperature sensor is used, wait for delay mentioned in device datasheet “tSTART(TS_BUF)” between ADC enable and ADC conversion start.</li> 118<li>Remove useless binary mask (optimization).</li> 119<li>Update LL_ADC driver to prevent unused argument compilation warning.</li> 120</ul></li> 121<li><strong>HAL/LL RTC_BKP</strong> 122<ul> 123<li>Fix assertion in HAL_RTCEx_SetTamper_IT.</li> 124<li>Check if the RTC calendar has been previously initialized before entering Initialization mode.</li> 125<li>To avoid any possible clearing of other ISR flags during sequence read-modify-write, a direct assignment was applied with a mask of reserved bits to avoid setting them.</li> 126<li>Fix wrong IS_LL_RTC_MONTH leading to assert check failure.</li> 127<li>Fix bad reference to RTC handle in LL_RTC_TIME_Init() & LL_RTC_DATE_Init() APIs.</li> 128</ul></li> 129<li><strong>HAL/LL TIM</strong> 130<ul> 131<li>Update HAL_TIMEx_ConfigBreakInput to use CMSIS TIM1_OR2_BKDF1BK0E_Pos definition instead of its hard coded value.</li> 132<li>Manage configuration of the Capture/compare DMA request source.</li> 133<li>Add related new exported constants (TIM_CCDMAREQUEST_CC, TIM_CCDMAREQUEST_UPDATE).</li> 134<li>Create a new macro __HAL_TIM_SELECT_CCDMAREQUEST() allowing to program the TIMx_CR2.CCDS bitfield.</li> 135<li>__LL_TIM_CALC_PSC() macro update to round up the evaluate value when the fractional part of the division is greater than 0.5.</li> 136<li>Remove useless check on IS_TIM_ADVANCED_INSTANCE() within LL_TIM_BDTR_Init() to fix Break Filter configuration problem with specific TIM instances.</li> 137</ul></li> 138<li><strong>HAL LPTIM</strong> 139<ul> 140<li>Add check on PRIMASK register to prevent from enabling unwanted global interrupts within LPTIM_Disable() and LL_LPTIM_Disable().</li> 141</ul></li> 142<li><strong>HAL UART</strong> 143<ul> 144<li>Handle UART concurrent register access in case of race condition between Tx and Rx transfers.</li> 145<li>Fix erroneous UART’s handle state in case of error returned after DMA reception start within UART_Start_Receive_DMA().</li> 146<li>Correct UART ReceptionType management in case ReceptionToIdle API are called from RxEvent callback.</li> 147<li>Handle UART concurrent register access in case of race condition between Tx and Rx transfers.</li> 148<li>Improve header description of UART_WaitOnFlagUntilTimeout() function.</li> 149<li>Add a check on the UART parity before enabling the parity error interruption.</li> 150<li>Add const qualifier for read only pointers.</li> 151<li>Fix wrong cast when computing the USARTDIV value in UART_SetConfig().</li> 152<li>Removal of HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs.</li> 153<li>Disable the Receiver Timeout Interrupt when data reception is completed.</li> 154<li>Rework of UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior.</li> 155</ul></li> 156<li><strong>HAL/LL USART</strong> 157<ul> 158<li>Improve header description of USART_WaitOnFlagUntilTimeout() function.</li> 159<li>Add a check on the USART parity before enabling the parity error interrupt.</li> 160<li>Add const qualifier for read only pointers.</li> 161<li>Handle UART concurrent register access in case of race condition between Tx and Rx transfers.</li> 162<li>Fix compilation warnings generated with ARMV6 compiler.</li> 163</ul></li> 164<li><strong>HAL IRDA</strong> 165<ul> 166<li>Improve header description of IRDA_WaitOnFlagUntilTimeout() function.</li> 167<li>Add a check on the IRDA parity before enabling the parity error interrupt.</li> 168<li>Add const qualifier for read only pointers.</li> 169<li>Fix wrong cast when computing the USARTDIV value in IRDA_SetConfig() API.</li> 170</ul></li> 171<li><strong>HAL SMARTCARD</strong> 172<ul> 173<li>Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() API.</li> 174<li>Add const qualifier for read only pointers.</li> 175<li>Fix wrong cast when computing the USARTDIV value in SMARTCARD_SetConfig().</li> 176</ul></li> 177<li><strong>LL LPUART</strong> 178<ul> 179<li>Remove TXFECF reference from LL LPUART driver.</li> 180</ul></li> 181<li><strong>HAL NOR</strong> 182<ul> 183<li>Align HAL_NOR_Init() API when write operation is disabled to avoid HardFault.</li> 184<li>FMC_WRITE_OPERATION_DISABLE for NOR cause Hardfault for Read operations.</li> 185</ul></li> 186<li><strong>HAL PKA</strong> 187<ul> 188<li>Update PKA_MontgomeryParam_Set() API to skip the zero bytes in the evaluate Size.</li> 189</ul></li> 190<li><strong>HAL CRYP</strong> 191<ul> 192<li>Correct CRYP_AESCCM_Process_IT() API to manage header length expressed in bytes or in words when header length is less than 16 bytes.</li> 193</ul></li> 194<li><strong>HAL FDCAN</strong> 195<ul> 196<li>Better performance by removing multiple volatile reads or writes in interrupt handler.</li> 197</ul></li> 198<li><strong>HAL/LL OPAMP</strong> 199<ul> 200<li>OPAMP_POWERMODE_NORMAL is changed by OPAMP_POWERMODE_NORMALPOWER in hal.c,.h files and LL_OPAMP_POWERMODE_NORMAL is changed by LL_OPAMP_POWERMODE_NORMALPOWER in ll.c,.h files.</li> 201<li>Register address redefinition must be volatile (_IO).</li> 202<li>Remove TXFECF reference from LL LPUART driver.</li> 203</ul></li> 204<li><strong>HAL/LL SPI</strong> 205<ul> 206<li>Update LL_SPI_TransmitData8() API to avoid casting the result to 8 bits.</li> 207</ul></li> 208<li><strong>HAL PKA</strong> 209<ul> 210<li>Update PKA_MontgomeryParam_Set() API to skip the zero bytes in the evaluate Size.</li> 211</ul></li> 212<li><strong>HAL I2C</strong> 213<ul> 214<li>Updated I2C_IsAcknowledgeFailed() API to avoid I2C in busy state if NACK received after transmitting register address.</li> 215<li>Fix I2C HAL CHM warnings.</li> 216<li>Update to handle errors in polling mode. 217<ul> 218<li>Rename I2C_IsAcknowledgeFailed() to I2C_IsErrorOccurred() and correctly manage when error occurs.</li> 219</ul></li> 220<li>Update to fix issue detected due to low system frequency execution (HSI).</li> 221<li>Declare an internal macro link to DMA macro to check remaining data: I2C_GET_DMA_REMAIN_DATA.</li> 222<li>Timeout issue using HAL MEM interface through FreeRTOS.</li> 223<li>I2C_IsErrorOccurred does not return error if timeout is detected.</li> 224<li>The ADDRF flag is cleared too early when the restart is received but the direction has changed.</li> 225</ul></li> 226<li><strong>HAL SMBUS</strong> 227<ul> 228<li>Add the support of wake up capability.</li> 229<li>Add new APIs: 230<ul> 231<li>HAL_SMBUSEx_EnableWakeUp()</li> 232<li>HAL_SMBUSEx_DisableWakeUp()</li> 233</ul></li> 234<li>Update to fix issue of mismatched data received by master in case of data size to be transmitted by the slave is greater than the data size to be received by the master. 235<ul> 236<li>Add flush on TX register.</li> 237</ul></li> 238</ul></li> 239<li><strong>HAL SAI</strong> 240<ul> 241<li>Avoid using magic numbers.</li> 242</ul></li> 243<li><strong>HAL IWDG</strong> 244<ul> 245<li>Add LSI startup time in default IWDG timeout calculation (HAL_IWDG_DEFAULT_TIMEOUT).</li> 246</ul></li> 247<li><strong>HAL ICACHE</strong> 248<ul> 249<li>Fix clear of BSYENDF before Instruction Cache invalidate command.</li> 250<li>Add HAL_ICACHE_IsEnabled() API.</li> 251</ul></li> 252<li><strong>HAL USB_FS</strong> 253<ul> 254<li>PCD: add supporting multi packets transfer on Interrupt endpoint.</li> 255<li>Set DCD timeout to minimum of 300ms before starting BCD primary detection process.</li> 256<li>HAL: PCD: software correction added to avoid unexpected STALL condition during EP0 multi packet OUT transfer.</li> 257<li>hal_pcd.h: add a mask for USB RX bytes count.</li> 258</ul></li> 259<li><strong>LL UCPD</strong> 260<ul> 261<li>Correction of register accessed by LL_UCPD_ReadRxPaySize macro.</li> 262</ul></li> 263<li><strong>Documentation</strong> 264<ul> 265<li>“<span class="citation" data-cites="ref">@ref</span>” Doxygen tags removed from PDF UserManual.</li> 266<li>Update the way to declare licenses.</li> 267</ul></li> 268</ul></li> 269<li><strong>Middlewares</strong> updates 270<ul> 271<li>Upgrade to use new version of <strong>USB Device V2.11.1</strong> 272<ul> 273<li><strong>USB VIDEO Class:</strong> 274<ul> 275<li>Correction of the support of VS_PROBE_CONTROL & VS_COMMIT_CONTROL requets</li> 276</ul></li> 277<li><strong>USB AUDIO Class:</strong> 278<ul> 279<li>Correction of the check on AUDIO_TOTAL_BUF_SIZE to avoid vulnerabilities</li> 280</ul></li> 281<li><strong>USB HID Class:</strong> 282<ul> 283<li>Modification of some constants names to avoid duplication versus USB host library</li> 284</ul></li> 285<li><strong>USB CustomHID Class:</strong> 286<ul> 287<li>Add support of Get Report control request Allow disabling EP OUT prepare receive using a dedicated macros that can be defined in usbd_conf.h application file</li> 288<li>Add support of Report Descriptor with length greater than 255 bytes</li> 289</ul></li> 290<li><strong>USB All Classes:</strong> 291<ul> 292<li>Update all classes to support composite multi-instance using the class id parameter</li> 293</ul></li> 294</ul></li> 295<li>Upgraded <strong>STM32 USB Power Delivery Device</strong> Library to use <strong>l5_v5.0.0</strong>. 296<ul> 297<li>Remove useless code sections (compilation switch combinations)</li> 298<li>Ticket 106059 - [Licensing] Update the way to declare licenses in Cube and X-CUBE components</li> 299<li>Update of FRS pins definition in usbpd_devices_conf_template.h file</li> 300<li>Optimize two tone merge test on LeCroy (TD.PD.PHY.ALL.05)</li> 301<li>Update FRS event reception processing (protected under _FRS flag)</li> 302<li>Fix false FRS detection when detached</li> 303<li>Fix false FRS detection when no contract negociated</li> 304<li>Ignore any FRS signal during PRS sequence</li> 305<li>Implementation of OCP recovery procedure</li> 306<li>CodeSpell & MCUAstyle corrections</li> 307</ul></li> 308<li>Upgraded <strong>STM32 USB Power Delivery Core</strong> Library to use <strong>v4.1.0</strong>. 309<ul> 310<li>[OS] Fix THREADX thread ID struct handling</li> 311<li>[OS] Fix define for CMSIS OS v2</li> 312<li>[PE] Update FRS AMS to manage power requirement</li> 313<li>[PE] Clear RX event before FRS ACCEPT</li> 314<li>[OS] update to kill PE if does not stop executing itself</li> 315<li>[OS] replace OS Free RTOS API with cmsis OS API</li> 316<li>[SNK] After a soft reset we shall wait for source capa</li> 317<li>[DEF] Add defines for STATUS message</li> 318<li>[PE] SOP’ message needs to be sent only if sender is VCONN owner</li> 319<li>[PE] Add the support of the USB4 (message USB_ENTER and DATA_RESET)</li> 320<li>[PE] Revision message must be answered</li> 321<li>[PE] Status message has 6 bytes whereas 7 are mandatory</li> 322<li>[PRL] Update to handle retry and crc timer for more than 2 ports</li> 323<li>[PRL] MessageId is not well incremented after retry</li> 324<li>[PRL] In PD3 GoodCRC is always sent with PD revision 1</li> 325<li>[CORE] Update the stack to manage 3 ports in parallel</li> 326<li>[CORE] Solve CubeIDE compilation warning in OS_CREATE_TASK macro use.</li> 327<li>{PE] SNK AMS HardReset : the USB stack shutdown must be done after VBUS has reached VSAFE_0V</li> 328<li>[PRL] PHY state BUSY is no taken into account</li> 329<li>[UCSI] Add new ID for UCSI trace</li> 330<li>[THREADX] remove pool allocation inside the stack and Add a pool pointer on the InitOS function</li> 331</ul></li> 332</ul></li> 333<li><strong>BSP</strong> updates 334<ul> 335<li>All source files: update disclaimer to add reference to the new license agreement.</li> 336</ul></li> 337<li><strong>Utilities</strong> updates 338<ul> 339<li>Upgraded STM32 TRACER_EMB to use <strong>v1.7.1</strong>.</li> 340<li>Upgraded GUI_INTERFACE to use <strong>V2.2.2</strong>.</li> 341</ul></li> 342<li><strong>Projects</strong> updates 343<ul> 344<li>Add .mxproject files on all firmware projects available in STM32CubeMX format (with .ioc) to fix project path issue during copy.</li> 345<li><strong>Demonstrations</strong> 346<ul> 347<li>Typo is corrected STM32L562E-DK/Demonstrations/Modules/Information/readme.txt</li> 348<li>Fix compilation warnings with STM32L552E-EV Demonstration project</li> 349</ul></li> 350<li><strong>FatFs Applications</strong> 351<ul> 352<li>Remove the local HAL_Delay() implementation.</li> 353</ul></li> 354<li><strong>OPAMP Examples</strong> 355<ul> 356<li>Add missing DeInit steps during transition to low power modes.</li> 357</ul></li> 358<li><strong>LL Examples/SBSFU applications</strong> 359<ul> 360<li>Update all DWT based projects to avoid execution issue in RDP level2.</li> 361</ul></li> 362<li>All Projects updated to STM32CubeMX V6.7.0</li> 363</ul></li> 364</ul> 365<p><br /> 366</p> 367<ul> 368<li>The STM32CubeL5 Firmware package comes with a rich set of examples running on STMicroelectronics boards, organized by board and provided with preconfigured projects for the main supported toolchains.</li> 369<li>The exhaustive list of projects is provided in this table (<a href="Projects/STM32CubeProjectsList.html">STM32CubeProjectsList.html</a>).</li> 370</ul> 371<p><br /> 372</p> 373<p><br /> 374</p> 375<p><br /> 376</p> 377<h2 id="components-vs-v1.4.0">Components vs V1.4.0</h2> 378<p><small>The components flagged by “<span class="icon-st-update"></span>” have changed since the previous release. “<span class="icon-st-add"></span>” are new.</small></p> 379<p><br /> 380</p> 381<h2 id="contents">Contents</h2> 382<p><strong>Projects</strong></p> 383<table> 384<caption>Projects</caption> 385<thead> 386<tr class="header"> 387<th>Name</th> 388<th>Version</th> 389<th style="text-align: left;">Release notes</th> 390</tr> 391</thead> 392<tbody> 393<tr class="odd"> 394<td>Projects</td> 395<td>V1.5.0 <span class="icon-st-update"></span></td> 396<td style="text-align: left;"><a href="Projects/Release_Notes.html">release notes</a></td> 397</tr> 398</tbody> 399</table> 400<table> 401<caption>Drivers</caption> 402<thead> 403<tr class="header"> 404<th style="text-align: left;">Name</th> 405<th style="text-align: left;">Version</th> 406<th style="text-align: center;">Release note</th> 407</tr> 408</thead> 409<tbody> 410<tr class="odd"> 411<td style="text-align: left;">Cortex-M CMSIS</td> 412<td style="text-align: left;">V5.6.0</td> 413<td style="text-align: center;"><a href="Drivers/CMSIS/docs/index.html">release notes</a></td> 414</tr> 415<tr class="even"> 416<td style="text-align: left;">STM32L5xx CMSIS</td> 417<td style="text-align: left;">V1.0.5 <span class="icon-st-update"></span></td> 418<td style="text-align: center;"><a href="Drivers/CMSIS/Device/ST/STM32L5xx/Release_Notes.html">release notes</a></td> 419</tr> 420<tr class="odd"> 421<td style="text-align: left;">STM32L5xx HAL</td> 422<td style="text-align: left;">V1.0.5 <span class="icon-st-update"></span></td> 423<td style="text-align: center;"><a href="Drivers/STM32L5xx_HAL_Driver/Release_Notes.html">release notes</a></td> 424</tr> 425<tr class="even"> 426<td style="text-align: left;">BSP STM32L552E-EV</td> 427<td style="text-align: left;">V1.0.4 <span class="icon-st-update"></span></td> 428<td style="text-align: center;"><a href="Drivers/BSP/STM32L552E-EV/Release_Notes.html">release notes</a></td> 429</tr> 430<tr class="odd"> 431<td style="text-align: left;">BSP STM32L562E-DK</td> 432<td style="text-align: left;">V1.1.2 <span class="icon-st-update"></span></td> 433<td style="text-align: center;"><a href="Drivers/BSP/STM32L562E-DK/Release_Notes.html">release notes</a></td> 434</tr> 435<tr class="even"> 436<td style="text-align: left;">BSP STM32L5xx_Nucleo</td> 437<td style="text-align: left;">V1.0.4 <span class="icon-st-update"></span></td> 438<td style="text-align: center;"><a href="Drivers/BSP/STM32L5xx_Nucleo/Release_Notes.html">release notes</a></td> 439</tr> 440<tr class="odd"> 441<td style="text-align: left;">BSP Common</td> 442<td style="text-align: left;">V7.0.0</td> 443<td style="text-align: center;"><a href="Drivers/BSP/Components/Common/Release_Notes.html">release notes</a></td> 444</tr> 445<tr class="even"> 446<td style="text-align: left;">BSP cs42l51</td> 447<td style="text-align: left;">V2.0.2</td> 448<td style="text-align: center;"><a href="Drivers/BSP/Components/cs42l51/Release_Notes.html">release notes</a></td> 449</tr> 450<tr class="odd"> 451<td style="text-align: left;">BSP ft6x06</td> 452<td style="text-align: left;">V2.0.0</td> 453<td style="text-align: center;"><a href="Drivers/BSP/Components/ft6x06/Release_Notes.html">release notes</a></td> 454</tr> 455<tr class="even"> 456<td style="text-align: left;">BSP hx8347i</td> 457<td style="text-align: left;">V2.0.2</td> 458<td style="text-align: center;"><a href="Drivers/BSP/Components/hx8347i/Release_Notes.html">release notes</a></td> 459</tr> 460<tr class="odd"> 461<td style="text-align: left;">BSP iss66wvh8m8</td> 462<td style="text-align: left;">V2.0.0</td> 463<td style="text-align: center;"><a href="Drivers/BSP/Components/iss66wvh8m8/Release_Notes.html">release notes</a></td> 464</tr> 465<tr class="even"> 466<td style="text-align: left;">BSP lsm6dso</td> 467<td style="text-align: left;">V1.3.0</td> 468<td style="text-align: center;"><a href="Drivers/BSP/Components/lsm6dso/Release_Notes.html">release notes</a></td> 469</tr> 470<tr class="odd"> 471<td style="text-align: left;">BSP mfxstm32l152</td> 472<td style="text-align: left;">V3.0.3</td> 473<td style="text-align: center;"><a href="Drivers/BSP/Components/mfxstm32l152/Release_Notes.html">release notes</a></td> 474</tr> 475<tr class="even"> 476<td style="text-align: left;">BSP mx25lm51245g</td> 477<td style="text-align: left;">V2.0.5</td> 478<td style="text-align: center;"><a href="Drivers/BSP/Components/mx25lm51245g/Release_Notes.html">release notes</a></td> 479</tr> 480<tr class="odd"> 481<td style="text-align: left;">BSP stmpe811</td> 482<td style="text-align: left;">V3.0.1</td> 483<td style="text-align: center;"><a href="Drivers/BSP/Components/stmpe811/Release_Notes.html">release notes</a></td> 484</tr> 485<tr class="even"> 486<td style="text-align: left;">BSP st7789h2</td> 487<td style="text-align: left;">V2.0.2</td> 488<td style="text-align: center;"><a href="Drivers/BSP/Components/st7789h2/Release_Notes.html">release notes</a></td> 489</tr> 490</tbody> 491</table> 492<table> 493<caption>Middlewares</caption> 494<thead> 495<tr class="header"> 496<th style="text-align: left;">Name</th> 497<th style="text-align: left;">Version</th> 498<th style="text-align: left;">Release note</th> 499</tr> 500</thead> 501<tbody> 502<tr class="odd"> 503<td style="text-align: left;">STM32 USB Device Library</td> 504<td style="text-align: left;">V2.11.1 <span class="icon-st-update"></span></td> 505<td style="text-align: left;"><a href="Middlewares/ST/STM32_USB_Device_Library/Release_Notes.html">release notes</a></td> 506</tr> 507<tr class="even"> 508<td style="text-align: left;">STM32 USBPD Core Library</td> 509<td style="text-align: left;">V4.1.0 <span class="icon-st-update"></span></td> 510<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Core/Release_Notes.html">release notes</a></td> 511</tr> 512<tr class="odd"> 513<td style="text-align: left;">STM32 USBPD Device Library</td> 514<td style="text-align: left;">L5 V5.0.0 <span class="icon-st-update"></span></td> 515<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Devices/STM32L5XX/Release_Notes.html">release notes</a></td> 516</tr> 517<tr class="even"> 518<td style="text-align: left;">STM32 TouchSensing Library</td> 519<td style="text-align: left;">V2.2.0</td> 520<td style="text-align: left;"><a href="Middlewares/ST/STM32_TouchSensing_Library/Release_Notes.html">release notes</a></td> 521</tr> 522<tr class="odd"> 523<td style="text-align: left;">FatFS R0.12c ST modified 20191011</td> 524<td style="text-align: left;">R0.12c</td> 525<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/00history.txt">FatFS release notes</a></td> 526</tr> 527<tr class="even"> 528<td style="text-align: left;"></td> 529<td style="text-align: left;">ST modified 20191011</td> 530<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/st_readme.txt">ST release notes</a></td> 531</tr> 532<tr class="odd"> 533<td style="text-align: left;">FreeRTOS</td> 534<td style="text-align: left;">V10.3.1</td> 535<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/readme.txt">FreeRTOS release notes</a></td> 536</tr> 537<tr class="even"> 538<td style="text-align: left;"></td> 539<td style="text-align: left;">ST modified 20200831</td> 540<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/st_readme.txt">ST release notes</a></td> 541</tr> 542<tr class="odd"> 543<td style="text-align: left;">mbedTLS ST modified 20200825</td> 544<td style="text-align: left;">V2.16.2</td> 545<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/README.md">release notes</a></td> 546</tr> 547<tr class="even"> 548<td style="text-align: left;"></td> 549<td style="text-align: left;">ST modified 20200825</td> 550<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/st_readme.txt">ST release notes</a></td> 551</tr> 552<tr class="odd"> 553<td style="text-align: left;">mbed-crypto ST modified 20200612</td> 554<td style="text-align: left;">V1.1.0</td> 555<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/README.md">release notes</a></td> 556</tr> 557<tr class="even"> 558<td style="text-align: left;"></td> 559<td style="text-align: left;">ST modified 20200612</td> 560<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/st_readme.txt">ST release notes</a></td> 561</tr> 562<tr class="odd"> 563<td style="text-align: left;">mcuboot ST modified 20200825</td> 564<td style="text-align: left;">V1.5.0.1-cypress</td> 565<td style="text-align: left;"><a href="Middlewares/Third_Party/mcuboot/README.md">release notes</a></td> 566</tr> 567<tr class="even"> 568<td style="text-align: left;"></td> 569<td style="text-align: left;">ST modified 20200825</td> 570<td style="text-align: left;"><a href="Middlewares/Third_Party/mcuboot/st_readme.txt">ST release notes</a></td> 571</tr> 572<tr class="odd"> 573<td style="text-align: left;">trustedfirmware ST modified 20200622</td> 574<td style="text-align: left;">TF-Mv1.0-RC2</td> 575<td style="text-align: left;"><a href="Middlewares/Third_Party/trustedfirmware/readme.rst">release notes</a></td> 576</tr> 577<tr class="even"> 578<td style="text-align: left;"></td> 579<td style="text-align: left;">ST modified 20200622</td> 580<td style="text-align: left;"><a href="Middlewares/Third_Party/trustedfirmware/st_readme.txt">ST release notes</a></td> 581</tr> 582</tbody> 583</table> 584<table> 585<caption>Utilities<br /> 586</caption> 587<thead> 588<tr class="header"> 589<th style="text-align: left;">Name</th> 590<th style="text-align: left;">Version</th> 591<th style="text-align: left;">Release note</th> 592</tr> 593</thead> 594<tbody> 595<tr class="odd"> 596<td style="text-align: left;">lcd</td> 597<td style="text-align: left;">V2.0.1</td> 598<td style="text-align: left;"><a href="Utilities/lcd/Release_Notes.html">release notes</a></td> 599</tr> 600<tr class="even"> 601<td style="text-align: left;">Fonts</td> 602<td style="text-align: left;">V2.0.2</td> 603<td style="text-align: left;"><a href="Utilities/Fonts/Release_Notes.html">release notes</a></td> 604</tr> 605<tr class="odd"> 606<td style="text-align: left;">GUI_INTERFACE</td> 607<td style="text-align: left;">V2.2.2 <span class="icon-st-update"></span></td> 608<td style="text-align: left;"><a href="Utilities/GUI_INTERFACE/Release_Notes.html">release notes</a></td> 609</tr> 610<tr class="even"> 611<td style="text-align: left;">TRACER_EMB</td> 612<td style="text-align: left;">V1.7.1 <span class="icon-st-update"></span></td> 613<td style="text-align: left;"><a href="Utilities/TRACER_EMB/Release_Notes.html">release notes</a></td> 614</tr> 615</tbody> 616</table> 617<h2 id="notes">Notes</h2> 618<ul> 619<li>The instruction cache (ICACHE) must be enabled by software to get a 0 wait-state execution from Flash memory and external memories, and reach the maximum performance.</li> 620<li>Caution on User Option bytes requirements for TZEN=1 prior to execution (see TrustZone project examples readme.txt file)</li> 621</ul> 622<h2 id="known-limitations">Known Limitations</h2> 623<ul> 624<li>Warnings are logged in EWARM TrustZone projects with ‘Verify Download’ option in IAR Embedded Workbench for ARM toolchain V8.42.2 and V8.50.5 but not preventing to run and debug.</li> 625</ul> 626<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2> 627<ul> 628<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.50.9 minimum + ST-Link</li> 629<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.32 minimum (ARM Compiler 6 (“AC5-like Warnings” selected))</li> 630<li>STM32CubeIDE toolchain V1.10.0 (10.3-2021.10)</li> 631</ul> 632<h2 id="supported-devices-and-hw-boards">Supported Devices and HW boards</h2> 633<ul> 634<li>STM32L552xx/STM32L562xx devices</li> 635<li>STM32L552E-EV Evaluation board (MB1372 C-02)</li> 636<li>STM32L562E-DK Discovery kit (MB1373 C-01)</li> 637<li>NUCLEO-L552ZE-Q Nucleo kit (MB1361 C-02)</li> 638</ul> 639<h2 id="backward-compatibility">Backward Compatibility</h2> 640<ul> 641<li>This release is compatible with the previous versions</li> 642</ul> 643<h2 id="dependencies">Dependencies</h2> 644<ul> 645<li><p>STM32CubeMX V6.7.0</p></li> 646<li>STM32CubeProgrammer V2.4.0 647<ul> 648<li>This tool shall be used to enable the security on the devices (TZEN=1)</li> 649<li>For TrustZone projects, to match the CMSIS Device Template partition_stm32l552xx.h/partition_stm32l562xx.h for SAU declaration and secure project examples Flash configuration, please set the User Option bytes as follows before download and execution: 650<ul> 651<li>TZEN=1</li> 652<li>DBANK=1</li> 653<li>SECWM1_STRT=0x0 SECWM1_PEND=0x7F meaning all 128 pages of Internal Flash Bank1 set as secure</li> 654<li>SECWM2_STRT=0x1 SECWM1_PEND=0x0 meaning no page of Flash Bank2 set as secure, hence Bank2 non-secure</li> 655</ul></li> 656<li>For other projects with no TrustZone, please set the User Option Bytes as follows before download and execution: 657<ul> 658<li>TZEN=0</li> 659<li>DBANK=1</li> 660</ul></li> 661</ul></li> 662</ul> 663</div> 664</div> 665<div class="collapse"> 666<input type="checkbox" id="collapse-section6" aria-hidden="true"> <label for="collapse-section6" aria-hidden="true"><strong>V1.4.0 / 10-February-2021</strong></label> 667<div> 668<h2 id="main-changes-1">Main Changes</h2> 669<p><strong>Maintenance release</strong></p> 670<ul> 671<li>Corrections and enhancements of CMSIS Device, HAL and Low Layer drivers</li> 672<li>Middlewares updates: FreeRTOS, USB Device and USBPD Core & Device</li> 673<li>Renamed Middlewares/mbedTLS path to fix Linux build</li> 674<li>ICACHE peripheral enabled in projects to get a 0 wait-state execution from Flash memory and external memories, and reach the maximum performance</li> 675<li>Project examples updated to STM32CubeMX 6.2.0</li> 676</ul> 677<h2 id="contents-1">Contents</h2> 678<ul> 679<li><strong>CMSIS Device</strong> updates 680<ul> 681<li>Add TAMP_CFGR register description for monitoring functions</li> 682<li>Fix I2C4_EV_IRQn and I2C4_ER_IRQn order in IRQn_Type</li> 683<li>Note: default Security Attribute Unit (SAU) configuration in partition_stm32l552xx.h and partition_stm32l562xx.h is available from \Include\Templates 684<ul> 685<li>default SAU setup is: 686<ul> 687<li>SAU region 0: 0x0C03E000-0x0C03FFFF (Secure, Non-Secure Callable)</li> 688<li>SAU region 1: 0x08040000-0x0807FFFF (Non-Secure FLASH Bank2 (256 Kbytes))</li> 689<li>SAU region 2: 0x20018000-0x2003FFFF (Non-Secure RAM (2nd half SRAM1 + SRAM2 (160 Kbytes)))</li> 690<li>SAU region 3: 0x40000000-0x4FFFFFFF (Non-Secure Peripherals mapped memory)</li> 691<li>SAU region 4: 0x60000000-0x9FFFFFFF (Non-Secure external memories)</li> 692<li>SAU region 5: 0x0BF90000-0x0BFA8FFF (Non-Secure System memory)</li> 693</ul></li> 694</ul></li> 695</ul></li> 696<li><strong>HAL/LL drivers</strong> updates 697<ul> 698<li>HAL drivers 699<ul> 700<li>HAL ADC 701<ul> 702<li>Update timeout mechanism to avoid false timeout detection in case of preemption</li> 703</ul></li> 704<li>HAL CORTEX 705<ul> 706<li>Add APIs for MPU control</li> 707</ul></li> 708<li>HAL CRYP 709<ul> 710<li>Add capability to manage GCM/GMAC/CCM header feed in DMA mode</li> 711</ul></li> 712<li>HAL DAC 713<ul> 714<li>Update timeout mechanism to avoid false timeout detection in case of preemption</li> 715</ul></li> 716<li>HAL ICACHE 717<ul> 718<li>Update timeout mechanism to avoid false timeout detection in case of preemption</li> 719</ul></li> 720<li>HAL IWDG 721<ul> 722<li>Update timeout mechanism to avoid false timeout detection in case of preemption</li> 723</ul></li> 724<li>HAL LPTIM 725<ul> 726<li>Update external clock configuration for some ClockSource/CounterSource combinations</li> 727</ul></li> 728<li>HAL MMC 729<ul> 730<li>High speed mode frequency computed based on real clock value</li> 731</ul></li> 732<li>HAL NAND 733<ul> 734<li>Fix read and write in spare area (16-bits addressing)</li> 735</ul></li> 736<li>HAL OPAMP 737<ul> 738<li>Rename definition OPAMP_POWERMODE_NORMAL to OPAMP_POWERMODE_NORMALPOWER</li> 739</ul></li> 740<li>HAL PCD 741<ul> 742<li>Fix device ISO IN double buffer mode</li> 743<li>Fix PMA rx count descriptor update</li> 744</ul></li> 745<li>HAL RCC 746<ul> 747<li>Update timeout mechanism to avoid false timeout detection in case of preemption</li> 748</ul></li> 749<li>HAL RNG 750<ul> 751<li>Update timeout mechanism to avoid false timeout detection in case of preemption</li> 752</ul></li> 753<li>HAL RTC 754<ul> 755<li>Add APIs for daylight saving time: 756<ul> 757<li>HAL_RTC_DST_Add1Hour(), HAL_RTC_DST_Sub1Hour(), HAL_RTC_DST_SetStoreOperation(), HAL_RTC_DST_ClearStoreOperation() and HAL_RTC_DST_ReadStoreOperation()</li> 758</ul></li> 759<li>Add APIs for monitoring functions: 760<ul> 761<li>HAL_RTCEx_EnableTemperatureMonitoring() and HAL_RTCEx_DisableTemperatureMonitoring()</li> 762<li>HAL_RTCEx_EnableVoltageMonitoring() and HAL_RTCEx_DisableVoltageMonitoring()</li> 763<li>HAL_RTCEx_EnableWUTMonitoring() and HAL_RTCEx_DisableWUTMonitoring()</li> 764</ul></li> 765</ul></li> 766<li>HAL SDMMC 767<ul> 768<li>High speed mode frequency computed based on real clock value</li> 769</ul></li> 770<li>HAL SMSBUS 771<ul> 772<li>Add extension files stm32l5xx_hal_smbus_ex.h/.c for new APIs: 773<ul> 774<li>HAL_SMBUSEx_EnableFastModePlus() and HAL_SMBUSEx_DisableFastModePlus()</li> 775</ul></li> 776</ul></li> 777<li>HAL SPI 778<ul> 779<li>Fix code optimization problem in SPI_WaitFifoStateUntilTimeout()</li> 780</ul></li> 781<li>HAL TIM 782<ul> 783<li>Fix HAL_TIM_OnePulse_Start() not to ignore OutputChannel parameter</li> 784<li>Update timeout mechanism to avoid false timeout detection in case of preemption</li> 785</ul></li> 786<li>HAL TSC 787<ul> 788<li>Add assert macro to avoid wrong CPLT/PGPSC configuration</li> 789</ul></li> 790</ul></li> 791<li>LL drivers 792<ul> 793<li>New LL ICACHE 794<ul> 795<li>New stm32l5xx_ll_icache.h/.c files</li> 796</ul></li> 797<li>LL ADC 798<ul> 799<li>Increase internal regulator stabilization time from 10us to 20us (LL_ADC_DELAY_INTERNAL_REGUL_STAB_US)</li> 800</ul></li> 801<li>LL CORTEX 802<ul> 803<li>Add APIs for MPU control</li> 804</ul></li> 805<li>LL OPAMP 806<ul> 807<li>Rename definition LL_OPAMP_POWERMODE_NORMAL to LL_OPAMP_POWERMODE_NORMALPOWER</li> 808</ul></li> 809<li>LL RTC 810<ul> 811<li>Add APIs for monitoring functions: 812<ul> 813<li>LL_RTC_EnableTemperatureMonitoring() and LL_RTC_DisableTemperatureMonitoring()</li> 814<li>LL_RTC_EnableVoltageMonitoring() and LL_RTC_DisableVoltageMonitoring()</li> 815<li>LL_RTC_EnableWUTMonitoring() and LL_RTC_DisableWUTMonitoring()</li> 816</ul></li> 817</ul></li> 818<li>LL SPI 819<ul> 820<li>Fix LL_SPI_Init() for Rx FIFO threshold if 8-bits mode</li> 821</ul></li> 822<li>LL TIM 823<ul> 824<li>Fix LL_TIM_GetCounterMode()</li> 825<li>Fix inverted comment for One Pulse Mode definitions</li> 826</ul></li> 827<li>LL USART 828<ul> 829<li>Fix LL_USART_ClockInit() to configure clock phase and clock polarity when CR2_CLKEN is cleared</li> 830</ul></li> 831</ul></li> 832</ul></li> 833<li><p><strong>Projects</strong> updates</p> 834<p>ICACHE peripheral enabled in all projects to get a 0 wait-state execution from Flash memory and external memories</p> 835<p>All Projects updated to STM32CubeMX V6.2.0</p> 836<p>STM32CubeIDE optimization level to recommended -Os</p> 837<p>All FreeRTOS-based applications updated to FreeRTOS V10.3.1 (FreeRTOSConfig.h)</p> 838<ul> 839<li>NUCLEO-L552ZE-Q 840<ul> 841<li>Examples/ADC projects updated to STM32CubeMX format</li> 842<li>Examples/HASH/HASH_SHA1_DMA_TrustZone updated to STM32CubeMX format</li> 843<li>Examples_LL/RTC/RTC_TimeStamp_Init: Fix Linux compilation</li> 844<li>Examples_LL/USART/USART_Communication_Rx_IT_Continuous_VCP_Init: Fix STM32CubeIDE build</li> 845<li>Examples_LL/UTILS/UTILS_ConfigureSystemClock: Remove wrong SystemClock_Config()</li> 846<li>Applications/SBSFU: Various fixes and improvements</li> 847</ul></li> 848<li>STM32L552E-EV 849<ul> 850<li>New Examples/ICACHE/ICACHE_SRAM_Memory_Remap example</li> 851<li>Demonstrations: Fix gcc v9 compilation</li> 852</ul></li> 853<li>STM32L562E-DK 854<ul> 855<li>Applications/TFM: Various fixes and improvements</li> 856<li>Applications/mbedTLS/Crypto_Selftest: Fix issue with GCM accelerator</li> 857</ul></li> 858</ul></li> 859</ul> 860<p><br /> 861</p> 862<ul> 863<li>The STM32CubeL5 Firmware package comes with a rich set of examples running on STMicroelectronics boards, organized by board and provided with preconfigured projects for the main supported toolchains.</li> 864<li>The exhaustive list of projects is provided in this table (<a href="Projects/STM32CubeProjectsList.html">STM32CubeProjectsList.html</a>).</li> 865</ul> 866<p><br /> 867</p> 868<p><strong>Projects</strong></p> 869<table> 870<thead> 871<tr class="header"> 872<th>Name</th> 873<th>Version</th> 874<th style="text-align: left;">Release notes</th> 875</tr> 876</thead> 877<tbody> 878<tr class="odd"> 879<td><strong>Projects</strong></td> 880<td><strong>V1.4.0</strong></td> 881<td style="text-align: left;"><a href="Projects/Release_Notes.html">release notes</a></td> 882</tr> 883</tbody> 884</table> 885<p><br /> 886</p> 887<ul> 888<li><strong>Middleware</strong> updates 889<ul> 890<li>FreeRTOS V10.3.1 891<ul> 892<li>User application impact for CMSIS-OS V2 (Projects updated in package)</li> 893</ul></li> 894<li>MbedTLS v2.16.2 update</li> 895<li>USB Device</li> 896<li>USBPD Core and L5 Device</li> 897</ul></li> 898<li><strong>Utilities</strong> updates 899<ul> 900<li>GUI_INTERFACE and TRACER_EMB for UCPD applications and use of UCPD Monitor tool</li> 901</ul></li> 902</ul> 903<p><br /> 904</p> 905<h2 id="components-vs-v1.3.1">Components vs V1.3.1</h2> 906<p><small>The components flagged by “<span class="icon-st-update"></span>” have changed since the previous release. “<span class="icon-st-add"></span>” are new.</small></p> 907<p><br /> 908</p> 909<p><strong>Drivers</strong></p> 910<table> 911<thead> 912<tr class="header"> 913<th style="text-align: left;">Name</th> 914<th style="text-align: left;">Version</th> 915<th style="text-align: center;">Release note</th> 916</tr> 917</thead> 918<tbody> 919<tr class="odd"> 920<td style="text-align: left;">Cortex-M CMSIS</td> 921<td style="text-align: left;">V5.6.0</td> 922<td style="text-align: center;"><a href="Drivers/CMSIS/docs/index.html">release notes</a></td> 923</tr> 924<tr class="even"> 925<td style="text-align: left;">STM32L5xx CMSIS</td> 926<td style="text-align: left;">V1.0.4 <span class="icon-st-update"></span></td> 927<td style="text-align: center;"><a href="Drivers/CMSIS/Device/ST/STM32L5xx/Release_Notes.html">release notes</a></td> 928</tr> 929<tr class="odd"> 930<td style="text-align: left;">STM32L5xx HAL</td> 931<td style="text-align: left;">V1.0.4 <span class="icon-st-update"></span></td> 932<td style="text-align: center;"><a href="Drivers/STM32L5xx_HAL_Driver/Release_Notes.html">release notes</a></td> 933</tr> 934<tr class="even"> 935<td style="text-align: left;">BSP STM32L552E-EV</td> 936<td style="text-align: left;">V1.0.3 <span class="icon-st-update"></span></td> 937<td style="text-align: center;"><a href="Drivers/BSP/STM32L552E-EV/Release_Notes.html">release notes</a></td> 938</tr> 939<tr class="odd"> 940<td style="text-align: left;">BSP STM32L562E-DK</td> 941<td style="text-align: left;">V1.1.1 <span class="icon-st-update"></span></td> 942<td style="text-align: center;"><a href="Drivers/BSP/STM32L562E-DK/Release_Notes.html">release notes</a></td> 943</tr> 944<tr class="even"> 945<td style="text-align: left;">BSP STM32L5xx_Nucleo</td> 946<td style="text-align: left;">V1.0.3 <span class="icon-st-update"></span></td> 947<td style="text-align: center;"><a href="Drivers/BSP/STM32L5xx_Nucleo/Release_Notes.html">release notes</a></td> 948</tr> 949<tr class="odd"> 950<td style="text-align: left;">BSP Common</td> 951<td style="text-align: left;">V7.0.0</td> 952<td style="text-align: center;"><a href="Drivers/BSP/Components/Common/Release_Notes.html">release notes</a></td> 953</tr> 954<tr class="even"> 955<td style="text-align: left;">BSP cs42l51</td> 956<td style="text-align: left;">V2.0.2 <span class="icon-st-update"></span></td> 957<td style="text-align: center;"><a href="Drivers/BSP/Components/cs42l51/Release_Notes.html">release notes</a></td> 958</tr> 959<tr class="odd"> 960<td style="text-align: left;">BSP ft6x06</td> 961<td style="text-align: left;">V2.0.0</td> 962<td style="text-align: center;"><a href="Drivers/BSP/Components/ft6x06/Release_Notes.html">release notes</a></td> 963</tr> 964<tr class="even"> 965<td style="text-align: left;">BSP hx8347i</td> 966<td style="text-align: left;">V2.0.2 <span class="icon-st-update"></span></td> 967<td style="text-align: center;"><a href="Drivers/BSP/Components/hx8347i/Release_Notes.html">release notes</a></td> 968</tr> 969<tr class="odd"> 970<td style="text-align: left;">BSP iss66wvh8m8</td> 971<td style="text-align: left;">V2.0.0</td> 972<td style="text-align: center;"><a href="Drivers/BSP/Components/iss66wvh8m8/Release_Notes.html">release notes</a></td> 973</tr> 974<tr class="even"> 975<td style="text-align: left;">BSP lsm6dso</td> 976<td style="text-align: left;">V1.3.0</td> 977<td style="text-align: center;"><a href="Drivers/BSP/Components/lsm6dso/Release_Notes.html">release notes</a></td> 978</tr> 979<tr class="odd"> 980<td style="text-align: left;">BSP mfxstm32l152</td> 981<td style="text-align: left;">V3.0.3 <span class="icon-st-update"></span></td> 982<td style="text-align: center;"><a href="Drivers/BSP/Components/mfxstm32l152/Release_Notes.html">release notes</a></td> 983</tr> 984<tr class="even"> 985<td style="text-align: left;">BSP mx25lm51245g</td> 986<td style="text-align: left;">V2.0.5 <span class="icon-st-update"></span></td> 987<td style="text-align: center;"><a href="Drivers/BSP/Components/mx25lm51245g/Release_Notes.html">release notes</a></td> 988</tr> 989<tr class="odd"> 990<td style="text-align: left;">BSP stmpe811</td> 991<td style="text-align: left;">V3.0.1 <span class="icon-st-update"></span></td> 992<td style="text-align: center;"><a href="Drivers/BSP/Components/stmpe811/Release_Notes.html">release notes</a></td> 993</tr> 994<tr class="even"> 995<td style="text-align: left;">BSP st7789h2</td> 996<td style="text-align: left;">V2.0.2 <span class="icon-st-update"></span></td> 997<td style="text-align: center;"><a href="Drivers/BSP/Components/st7789h2/Release_Notes.html">release notes</a></td> 998</tr> 999</tbody> 1000</table> 1001<p><strong>Middlewares</strong></p> 1002<table> 1003<thead> 1004<tr class="header"> 1005<th style="text-align: left;">Name</th> 1006<th style="text-align: left;">Version</th> 1007<th style="text-align: left;">Release note</th> 1008</tr> 1009</thead> 1010<tbody> 1011<tr class="odd"> 1012<td style="text-align: left;">STM32 USB Device Library</td> 1013<td style="text-align: left;">V2.7.1 <span class="icon-st-update"></span></td> 1014<td style="text-align: left;"><a href="Middlewares/ST/STM32_USB_Device_Library/Release_Notes.html">release notes</a></td> 1015</tr> 1016<tr class="even"> 1017<td style="text-align: left;">STM32 USBPD Core Library</td> 1018<td style="text-align: left;">V3.3.0 <span class="icon-st-update"></span></td> 1019<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Core/Release_Notes.html">release notes</a></td> 1020</tr> 1021<tr class="odd"> 1022<td style="text-align: left;">STM32 USBPD Device Library</td> 1023<td style="text-align: left;">L5 V4.0.0 <span class="icon-st-update"></span></td> 1024<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Devices/STM32L5XX/Release_Notes.html">release notes</a></td> 1025</tr> 1026<tr class="even"> 1027<td style="text-align: left;">STM32 TouchSensing Library</td> 1028<td style="text-align: left;">V2.2.0</td> 1029<td style="text-align: left;"><a href="Middlewares/ST/STM32_TouchSensing_Library/Release_Notes.html">release notes</a></td> 1030</tr> 1031<tr class="odd"> 1032<td style="text-align: left;">FatFS R0.12c ST modified 20191011</td> 1033<td style="text-align: left;">R0.12c</td> 1034<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/00history.txt">FatFS release notes</a></td> 1035</tr> 1036<tr class="even"> 1037<td style="text-align: left;"></td> 1038<td style="text-align: left;">ST modified 20191011</td> 1039<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/st_readme.txt">ST release notes</a></td> 1040</tr> 1041<tr class="odd"> 1042<td style="text-align: left;">FreeRTOS</td> 1043<td style="text-align: left;">V10.3.1 <span class="icon-st-update"></span></td> 1044<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/readme.txt">FreeRTOS release notes</a></td> 1045</tr> 1046<tr class="even"> 1047<td style="text-align: left;"></td> 1048<td style="text-align: left;">ST modified 20200831 <span class="icon-st-update"></span></td> 1049<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/st_readme.txt">ST release notes</a></td> 1050</tr> 1051<tr class="odd"> 1052<td style="text-align: left;">mbedTLS ST modified 20200825</td> 1053<td style="text-align: left;">V2.16.2</td> 1054<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/README.md">release notes</a></td> 1055</tr> 1056<tr class="even"> 1057<td style="text-align: left;"></td> 1058<td style="text-align: left;">ST modified 20200825 <span class="icon-st-update"></span></td> 1059<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/st_readme.txt">ST release notes</a></td> 1060</tr> 1061<tr class="odd"> 1062<td style="text-align: left;">mbed-crypto ST modified 20200612</td> 1063<td style="text-align: left;">V1.1.0</td> 1064<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/README.md">release notes</a></td> 1065</tr> 1066<tr class="even"> 1067<td style="text-align: left;"></td> 1068<td style="text-align: left;">ST modified 20200612</td> 1069<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/st_readme.txt">ST release notes</a></td> 1070</tr> 1071<tr class="odd"> 1072<td style="text-align: left;">mcuboot ST modified 20200825</td> 1073<td style="text-align: left;">V1.5.0.1-cypress</td> 1074<td style="text-align: left;"><a href="Middlewares/Third_Party/mcuboot/README.md">release notes</a></td> 1075</tr> 1076<tr class="even"> 1077<td style="text-align: left;"></td> 1078<td style="text-align: left;">ST modified 20200825</td> 1079<td style="text-align: left;"><a href="Middlewares/Third_Party/mcuboot/st_readme.txt">ST release notes</a></td> 1080</tr> 1081<tr class="odd"> 1082<td style="text-align: left;">trustedfirmware ST modified 20200622</td> 1083<td style="text-align: left;">TF-Mv1.0-RC2</td> 1084<td style="text-align: left;"><a href="Middlewares/Third_Party/trustedfirmware/readme.rst">release notes</a></td> 1085</tr> 1086<tr class="even"> 1087<td style="text-align: left;"></td> 1088<td style="text-align: left;">ST modified 20200622</td> 1089<td style="text-align: left;"><a href="Middlewares/Third_Party/trustedfirmware/st_readme.txt">ST release notes</a></td> 1090</tr> 1091</tbody> 1092</table> 1093<p><strong>Utilities</strong></p> 1094<table> 1095<thead> 1096<tr class="header"> 1097<th style="text-align: left;">Name</th> 1098<th style="text-align: left;">Version</th> 1099<th style="text-align: left;">Release note</th> 1100</tr> 1101</thead> 1102<tbody> 1103<tr class="odd"> 1104<td style="text-align: left;">lcd</td> 1105<td style="text-align: left;">V2.0.1 <span class="icon-st-update"></span></td> 1106<td style="text-align: left;"><a href="Utilities/lcd/Release_Notes.html">release notes</a></td> 1107</tr> 1108<tr class="even"> 1109<td style="text-align: left;">Fonts</td> 1110<td style="text-align: left;">V2.0.2</td> 1111<td style="text-align: left;"><a href="Utilities/Fonts/Release_Notes.html">release notes</a></td> 1112</tr> 1113<tr class="odd"> 1114<td style="text-align: left;">GUI_INTERFACE</td> 1115<td style="text-align: left;">V1.13.0 <span class="icon-st-update"></span></td> 1116<td style="text-align: left;"><a href="Utilities/GUI_INTERFACE/Release_Notes.html">release notes</a></td> 1117</tr> 1118<tr class="even"> 1119<td style="text-align: left;">TRACER_EMB</td> 1120<td style="text-align: left;">V1.6.0 <span class="icon-st-update"></span></td> 1121<td style="text-align: left;"><a href="Utilities/TRACER_EMB/Release_Notes.html">release notes</a></td> 1122</tr> 1123</tbody> 1124</table> 1125<p><br /> 1126</p> 1127<h2 id="notes-1">Notes</h2> 1128<ul> 1129<li>The instruction cache (ICACHE) must be enabled by software to get a 0 wait-state execution from Flash memory and external memories, and reach the maximum performance.</li> 1130<li>Caution on User Option bytes requirements for TZEN=1 prior to execution (see TrustZone project examples readme.txt file)</li> 1131</ul> 1132<h2 id="known-limitations-1">Known Limitations</h2> 1133<ul> 1134<li>Warnings are logged in EWARM TrustZone projects with ‘Verify Download’ option in IAR Embedded Workbench for ARM toolchain V8.42.2 and V8.50.5 but not preventing to run and debug.</li> 1135</ul> 1136<h2 id="development-toolchains-and-compilers-1">Development Toolchains and Compilers</h2> 1137<ul> 1138<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.32.3 minimum + ST-Link 1139<ul> 1140<li>Projects compilation verified with V8.50.5</li> 1141</ul></li> 1142<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.27 minimum (ARM Compiler 6 (“AC5-like Warnings” selected)) 1143<ul> 1144<li>Projects compilation verified with V5.31</li> 1145</ul></li> 1146<li>STM32CubeIDE V1.3.0 minimum (gcc 7_2018_q2_update) 1147<ul> 1148<li>Projects compilation verified with STM32CubeIDE V1.6.0 (gcc 9_2020-q2_update)</li> 1149</ul></li> 1150</ul> 1151<h2 id="supported-devices-and-hw-boards-1">Supported Devices and HW boards</h2> 1152<ul> 1153<li>STM32L552xx/STM32L562xx devices</li> 1154<li>STM32L552E-EV Evaluation board (MB1372 C-02)</li> 1155<li>STM32L562E-DK Discovery kit (MB1373 C-01)</li> 1156<li>NUCLEO-L552ZE-Q Nucleo kit (MB1361 C-02)</li> 1157</ul> 1158<h2 id="backward-compatibility-1">Backward Compatibility</h2> 1159<ul> 1160<li>This release is compatible with the previous versions</li> 1161</ul> 1162<h2 id="dependencies-1">Dependencies</h2> 1163<ul> 1164<li><p>STM32CubeMX V6.2.0</p></li> 1165<li>STM32CubeProgrammer V2.4.0 1166<ul> 1167<li>This tool shall be used to enable the security on the devices (TZEN=1)</li> 1168<li>For TrustZone projects, to match the CMSIS Device Template partition_stm32l552xx.h/partition_stm32l562xx.h for SAU declaration and secure project examples Flash configuration, please set the User Option bytes as follows before download and execution: 1169<ul> 1170<li>TZEN=1</li> 1171<li>DBANK=1</li> 1172<li>SECWM1_STRT=0x0 SECWM1_PEND=0x7F meaning all 128 pages of Internal Flash Bank1 set as secure</li> 1173<li>SECWM2_STRT=0x1 SECWM1_PEND=0x0 meaning no page of Flash Bank2 set as secure, hence Bank2 non-secure</li> 1174</ul></li> 1175<li>For other projects with no TrustZone, please set the User Option Bytes as follows before download and execution: 1176<ul> 1177<li>TZEN=0</li> 1178<li>DBANK=1</li> 1179</ul></li> 1180</ul></li> 1181</ul> 1182</div> 1183</div> 1184<div class="collapse"> 1185<input type="checkbox" id="collapse-section5" aria-hidden="true"> <label for="collapse-section5" aria-hidden="true"><strong>V1.3.1 / 18-September-2020</strong></label> 1186<div> 1187<h2 id="main-changes-2">Main Changes</h2> 1188<p><strong>Patch release of STM32CubeL5 Firmware Package</strong></p> 1189<ul> 1190<li>Middlewares updates: mcuboot is provided with exe file digitally signed by ST</li> 1191</ul> 1192<h2 id="contents-2">Contents</h2> 1193<ul> 1194<li><strong>Middlewares</strong> updates 1195<ul> 1196<li><strong>mcuboot</strong>: imgtool.exe digitally signed by ST</li> 1197</ul></li> 1198</ul> 1199<p><br /> 1200</p> 1201<ul> 1202<li>The STM32CubeL5 Firmware package comes with a rich set of examples running on STMicroelectronics boards, organized by board and provided with preconfigured projects for the main supported toolchains.</li> 1203<li>The exhaustive list of projects is provided in this table (<a href="Projects/STM32CubeProjectsList.html">STM32CubeProjectsList.html</a>).</li> 1204</ul> 1205<table> 1206<caption>Projects</caption> 1207<thead> 1208<tr class="header"> 1209<th>Name</th> 1210<th>Version</th> 1211<th style="text-align: left;">Release notes</th> 1212</tr> 1213</thead> 1214<tbody> 1215<tr class="odd"> 1216<td>Projects</td> 1217<td>V1.3.0</td> 1218<td style="text-align: left;"><a href="Projects/Release_Notes.html">release notes</a></td> 1219</tr> 1220</tbody> 1221</table> 1222<p><br /> 1223</p> 1224<h2 id="components-vs-v1.3.0">Components vs V1.3.0</h2> 1225<p>Note: in the tables below, components in <span style="font-weight: bold;">bold</span> have changed since previous release</p> 1226<table> 1227<caption>Drivers</caption> 1228<thead> 1229<tr class="header"> 1230<th style="text-align: left;">Name</th> 1231<th style="text-align: left;">Version</th> 1232<th style="text-align: center;">Release note</th> 1233</tr> 1234</thead> 1235<tbody> 1236<tr class="odd"> 1237<td style="text-align: left;">Cortex-M CMSIS</td> 1238<td style="text-align: left;">V5.6.0</td> 1239<td style="text-align: center;"><a href="Drivers/CMSIS/docs/index.html">release notes</a></td> 1240</tr> 1241<tr class="even"> 1242<td style="text-align: left;">STM32L5xx CMSIS</td> 1243<td style="text-align: left;">V1.0.3</td> 1244<td style="text-align: center;"><a href="Drivers/CMSIS/Device/ST/STM32L5xx/Release_Notes.html">release notes</a></td> 1245</tr> 1246<tr class="odd"> 1247<td style="text-align: left;">STM32L5xx HAL</td> 1248<td style="text-align: left;">V1.0.3</td> 1249<td style="text-align: center;"><a href="Drivers/STM32L5xx_HAL_Driver/Release_Notes.html">release notes</a></td> 1250</tr> 1251<tr class="even"> 1252<td style="text-align: left;">BSP STM32L552E-EV</td> 1253<td style="text-align: left;">V1.0.2</td> 1254<td style="text-align: center;"><a href="Drivers/BSP/STM32L552E-EV/Release_Notes.html">release notes</a></td> 1255</tr> 1256<tr class="odd"> 1257<td style="text-align: left;">BSP STM32L562E-DK</td> 1258<td style="text-align: left;">V1.1.0</td> 1259<td style="text-align: center;"><a href="Drivers/BSP/STM32L562E-DK/Release_Notes.html">release notes</a></td> 1260</tr> 1261<tr class="even"> 1262<td style="text-align: left;">BSP STM32L5xx_Nucleo</td> 1263<td style="text-align: left;">V1.0.2</td> 1264<td style="text-align: center;"><a href="Drivers/BSP/STM32L5xx_Nucleo/Release_Notes.html">release notes</a></td> 1265</tr> 1266<tr class="odd"> 1267<td style="text-align: left;">BSP Common</td> 1268<td style="text-align: left;">V7.0.0</td> 1269<td style="text-align: center;"><a href="Drivers/BSP/Components/Common/Release_Notes.html">release notes</a></td> 1270</tr> 1271<tr class="even"> 1272<td style="text-align: left;">BSP cs42l51</td> 1273<td style="text-align: left;">V2.0.1</td> 1274<td style="text-align: center;"><a href="Drivers/BSP/Components/cs42l51/Release_Notes.html">release notes</a></td> 1275</tr> 1276<tr class="odd"> 1277<td style="text-align: left;">BSP ft6x06</td> 1278<td style="text-align: left;">V2.0.0</td> 1279<td style="text-align: center;"><a href="Drivers/BSP/Components/ft6x06/Release_Notes.html">release notes</a></td> 1280</tr> 1281<tr class="even"> 1282<td style="text-align: left;">BSP hx8347i</td> 1283<td style="text-align: left;">V2.0.1</td> 1284<td style="text-align: center;"><a href="Drivers/BSP/Components/hx8347i/Release_Notes.html">release notes</a></td> 1285</tr> 1286<tr class="odd"> 1287<td style="text-align: left;">BSP iss66wvh8m8</td> 1288<td style="text-align: left;">V2.0.0</td> 1289<td style="text-align: center;"><a href="Drivers/BSP/Components/iss66wvh8m8/Release_Notes.html">release notes</a></td> 1290</tr> 1291<tr class="even"> 1292<td style="text-align: left;">BSP lsm6dso</td> 1293<td style="text-align: left;">V1.3.0</td> 1294<td style="text-align: center;"><a href="Drivers/BSP/Components/lsm6dso/Release_Notes.html">release notes</a></td> 1295</tr> 1296<tr class="odd"> 1297<td style="text-align: left;">BSP mfxstm32l152</td> 1298<td style="text-align: left;">V3.0.2</td> 1299<td style="text-align: center;"><a href="Drivers/BSP/Components/mfxstm32l152/Release_Notes.html">release notes</a></td> 1300</tr> 1301<tr class="even"> 1302<td style="text-align: left;">BSP mx25lm51245g</td> 1303<td style="text-align: left;">V2.0.3</td> 1304<td style="text-align: center;"><a href="Drivers/BSP/Components/mx25lm51245g/Release_Notes.html">release notes</a></td> 1305</tr> 1306<tr class="odd"> 1307<td style="text-align: left;">BSP stmpe811</td> 1308<td style="text-align: left;">V3.0.0</td> 1309<td style="text-align: center;"><a href="Drivers/BSP/Components/stmpe811/Release_Notes.html">release notes</a></td> 1310</tr> 1311<tr class="even"> 1312<td style="text-align: left;">BSP st7789h2</td> 1313<td style="text-align: left;">V2.0.1</td> 1314<td style="text-align: center;"><a href="Drivers/BSP/Components/st7789h2/Release_Notes.html">release notes</a></td> 1315</tr> 1316</tbody> 1317</table> 1318<table> 1319<caption><strong>Middlewares</strong></caption> 1320<thead> 1321<tr class="header"> 1322<th style="text-align: left;">Name</th> 1323<th style="text-align: left;">Version</th> 1324<th style="text-align: left;">Release note</th> 1325</tr> 1326</thead> 1327<tbody> 1328<tr class="odd"> 1329<td style="text-align: left;">STM32 USB Device Library</td> 1330<td style="text-align: left;">V2.6.1</td> 1331<td style="text-align: left;"><a href="Middlewares/ST/STM32_USB_Device_Library/Release_Notes.html">release notes</a></td> 1332</tr> 1333<tr class="even"> 1334<td style="text-align: left;">STM32 USBPD Core Library</td> 1335<td style="text-align: left;">V3.0.3</td> 1336<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Core/Release_Notes.html">release notes</a></td> 1337</tr> 1338<tr class="odd"> 1339<td style="text-align: left;">STM32 USBPD Device Library</td> 1340<td style="text-align: left;">L5 V2.0.1</td> 1341<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Devices/STM32L5XX/Release_Notes.html">release notes</a></td> 1342</tr> 1343<tr class="even"> 1344<td style="text-align: left;">STM32 TouchSensing Library</td> 1345<td style="text-align: left;">V2.2.0</td> 1346<td style="text-align: left;"><a href="Middlewares/ST/STM32_TouchSensing_Library/Release_Notes.html">release notes</a></td> 1347</tr> 1348<tr class="odd"> 1349<td style="text-align: left;">FatFS R0.12c ST modified 20191011</td> 1350<td style="text-align: left;">R0.12c</td> 1351<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/00history.txt">FatFS release notes</a></td> 1352</tr> 1353<tr class="even"> 1354<td style="text-align: left;"></td> 1355<td style="text-align: left;">ST modified 20191011</td> 1356<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/st_readme.txt">ST release notes</a></td> 1357</tr> 1358<tr class="odd"> 1359<td style="text-align: left;">FreeRTOS</td> 1360<td style="text-align: left;">V10.2.1</td> 1361<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/readme.txt">FreeRTOS release notes</a></td> 1362</tr> 1363<tr class="even"> 1364<td style="text-align: left;"></td> 1365<td style="text-align: left;">ST modified 20200117</td> 1366<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/st_readme.txt">ST release notes</a></td> 1367</tr> 1368<tr class="odd"> 1369<td style="text-align: left;">mbedTLS ST modified 20200402</td> 1370<td style="text-align: left;">V2.16.2</td> 1371<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/README.md">release notes</a></td> 1372</tr> 1373<tr class="even"> 1374<td style="text-align: left;"></td> 1375<td style="text-align: left;">ST modified 20200402</td> 1376<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/st_readme.txt">ST release notes</a></td> 1377</tr> 1378<tr class="odd"> 1379<td style="text-align: left;">mbed-crypto ST modified 20200612</td> 1380<td style="text-align: left;">V1.1.0</td> 1381<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/README.md">release notes</a></td> 1382</tr> 1383<tr class="even"> 1384<td style="text-align: left;"></td> 1385<td style="text-align: left;">ST modified 20200612</td> 1386<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/st_readme.txt">ST release notes</a></td> 1387</tr> 1388<tr class="odd"> 1389<td style="text-align: left;"><strong>mcuboot ST modified 20200825</strong></td> 1390<td style="text-align: left;"><strong>V1.5.0.1-cypress</strong></td> 1391<td style="text-align: left;"><a href="Middlewares/Third_Party/mcuboot/README.md">release notes</a></td> 1392</tr> 1393<tr class="even"> 1394<td style="text-align: left;"></td> 1395<td style="text-align: left;"><strong>ST modified 20200825</strong></td> 1396<td style="text-align: left;"><a href="Middlewares/Third_Party/mcuboot/st_readme.txt">ST release notes</a></td> 1397</tr> 1398<tr class="odd"> 1399<td style="text-align: left;">trustedfirmware ST modified 20200622</td> 1400<td style="text-align: left;">TF-Mv1.0-RC2</td> 1401<td style="text-align: left;"><a href="Middlewares/Third_Party/trustedfirmware/readme.rst">release notes</a></td> 1402</tr> 1403<tr class="even"> 1404<td style="text-align: left;"></td> 1405<td style="text-align: left;">ST modified 20200622</td> 1406<td style="text-align: left;"><a href="Middlewares/Third_Party/trustedfirmware/st_readme.txt">ST release notes</a></td> 1407</tr> 1408</tbody> 1409</table> 1410<table> 1411<caption>Utilities</caption> 1412<thead> 1413<tr class="header"> 1414<th style="text-align: left;">Name</th> 1415<th style="text-align: left;">Version</th> 1416<th style="text-align: left;">Release note</th> 1417</tr> 1418</thead> 1419<tbody> 1420<tr class="odd"> 1421<td style="text-align: left;">lcd</td> 1422<td style="text-align: left;">V2.0.0</td> 1423<td style="text-align: left;"><a href="Utilities/lcd/Release_Notes.html">release notes</a></td> 1424</tr> 1425<tr class="even"> 1426<td style="text-align: left;">Fonts</td> 1427<td style="text-align: left;">V2.0.2</td> 1428<td style="text-align: left;"><a href="Utilities/Fonts/Release_Notes.html">release notes</a></td> 1429</tr> 1430<tr class="odd"> 1431<td style="text-align: left;">GUI_INTERFACE</td> 1432<td style="text-align: left;">V1.10.2</td> 1433<td style="text-align: left;"><a href="Utilities/GUI_INTERFACE/Release_Notes.html">release notes</a></td> 1434</tr> 1435<tr class="even"> 1436<td style="text-align: left;">TRACER_EMB</td> 1437<td style="text-align: left;">V1.3.0</td> 1438<td style="text-align: left;"><a href="Utilities/TRACER_EMB/Release_Notes.html">release notes</a></td> 1439</tr> 1440</tbody> 1441</table> 1442<p><br /> 1443</p> 1444<h2 id="notes-2">Notes</h2> 1445<ul> 1446<li>Caution on User Option bytes requirements for TZEN=1 prior to execution (see TrustZone project examples readme.txt file)</li> 1447</ul> 1448<h2 id="known-limitations-2">Known Limitations</h2> 1449<ul> 1450<li>Warnings are logged in EWARM TrustZone projects with ‘Verify Download’ option in IAR Embedded Workbench for ARM toolchain V8.42.2 and V8.50.5 but not preventing to run and debug.</li> 1451</ul> 1452<h2 id="development-toolchains-and-compilers-2">Development Toolchains and Compilers</h2> 1453<ul> 1454<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.32.3 minimum + ST-Link</li> 1455<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.27 minimum</li> 1456<li>STM32CubeIDE V1.3.0 minimum</li> 1457</ul> 1458<h2 id="supported-devices-and-hw-boards-2">Supported Devices and HW boards</h2> 1459<ul> 1460<li>STM32L552xx/STM32L562xx devices</li> 1461<li>STM32L552E-EV Evaluation board (MB1372 C-02)</li> 1462<li>STM32L562E-DK Discovery kit (MB1373 C-01)</li> 1463<li>NUCLEO-L552ZE-Q Nucleo kit (MB1361 C-02)</li> 1464</ul> 1465<h2 id="backward-compatibility-2">Backward Compatibility</h2> 1466<ul> 1467<li>Not applicable</li> 1468</ul> 1469<h2 id="dependencies-2">Dependencies</h2> 1470<ul> 1471<li>STM32CubeProgrammer V2.4.0 1472<ul> 1473<li>This tool shall be used to enable the security on the devices (TZEN=1)</li> 1474<li>For TrustZone projects, to match the CMSIS Device Template partition_stm32l552xx.h/partition_stm32l562xx.h for SAU declaration and secure project examples Flash configuration, please set the User Option bytes as follows before download and execution: 1475<ul> 1476<li>TZEN=1</li> 1477<li>DBANK=1</li> 1478<li>SECWM1_STRT=0x0 SECWM1_PEND=0x7F meaning all 128 pages of Internal Flash Bank1 set as secure</li> 1479<li>SECWM2_STRT=0x1 SECWM1_PEND=0x0 meaning no page of Flash Bank2 set as secure, hence Bank2 non-secure</li> 1480</ul></li> 1481<li>For other projects with no TrustZone, please set the User Option Bytes as follows before download and execution: 1482<ul> 1483<li>TZEN=0</li> 1484<li>DBANK=1</li> 1485</ul></li> 1486</ul></li> 1487<li>STM32CubeMX V6.0.0 required for some projects</li> 1488</ul> 1489</div> 1490</div> 1491<div class="collapse"> 1492<input type="checkbox" id="collapse-section4" aria-hidden="true"> <label for="collapse-section4" aria-hidden="true"><strong>V1.3.0 / 26-June-2020</strong></label> 1493<div> 1494<h2 id="main-changes-3">Main Changes</h2> 1495<p><strong>Fourth release of STM32CubeL5 Firmware Package</strong></p> 1496<ul> 1497<li>CMSIS 5.6.0 (updated DSP libraries)</li> 1498<li>CMSIS Device / HAL / LL Drivers updates</li> 1499<li>New Middleware: mcuboot for TFM application</li> 1500<li>Middleware updates: USB Device Library, USBPD Core Library and USBPD Device Library</li> 1501<li>TFM/SBSFU applications updates (crypto scheme with FW encryption, single image and external flash support)</li> 1502<li>Several corrections applied to provide project examples generated from STM32CubeMX</li> 1503</ul> 1504<h2 id="contents-3">Contents</h2> 1505<ul> 1506<li><strong>CMSIS</strong> updates 1507<ul> 1508<li>Upgrade to CMSIS 5.6.0: DSP libraries moved to CMSIS/DSP/Lib (DSP-based user projects impacted)</li> 1509</ul></li> 1510<li><strong>CMSIS Device</strong> updates 1511<ul> 1512<li>call SystemInit() before RAM initialization in GCC startup/Reset_Handler</li> 1513<li>Align DBGMCU_CR register and bits definitions with RM0438 revision 5</li> 1514<li>Cleanup RCC_CFGR_* definitions to keep only bits definitions</li> 1515<li>Note: default Security Attribute Unit (SAU) configuration in partition_stm32l552xx.h and partition_stm32l562xx.h is available from \Include\Templates 1516<ul> 1517<li>default SAU setup is: 1518<ul> 1519<li>SAU region 0: 0x0C03E000-0x0C03FFFF (Secure, Non-Secure Callable)</li> 1520<li>SAU region 1: 0x08040000-0x0807FFFF (Non-Secure FLASH Bank2 (256 Kbytes))</li> 1521<li>SAU region 2: 0x20018000-0x2003FFFF (Non-Secure RAM (2nd half SRAM1 + SRAM2 (160 Kbytes)))</li> 1522<li>SAU region 3: 0x40000000-0x4FFFFFFF (Non-Secure Peripherals mapped memory)</li> 1523<li>SAU region 4: 0x60000000-0x9FFFFFFF (Non-Secure external memories)</li> 1524<li>SAU region 5: 0x0BF90000-0x0BFA8FFF (Non-Secure System memory)</li> 1525</ul></li> 1526</ul></li> 1527</ul></li> 1528<li><strong>HAL/LL drivers</strong> updates 1529<ul> 1530<li>HAL drivers 1531<ul> 1532<li>Global removal of ‘register’ storage class qualifier deprecated since C++ 11</li> 1533<li>HAL generic 1534<ul> 1535<li>Remove non-applicable HAL_DBGMCU_EnableDBGSleepMode() and HAL_DBGMCU_DisableDBGSleepMode() APIs</li> 1536</ul></li> 1537<li>HAL CRYP 1538<ul> 1539<li>AES GSM: Support data encrypt/decrypt with length not multiple of 16 bytes</li> 1540<li>AES GSM: Handling of AAD with size not multiple of 4 bytes in HAL_CRYPEx_AESGCM_GenerateAuthTAG()</li> 1541</ul></li> 1542<li>HAL DAC 1543<ul> 1544<li>Fix timeout management for sample & hold channel 2</li> 1545</ul></li> 1546<li>HAL FLASH 1547<ul> 1548<li>Add FLASH_NB_PAGE definition in stm32l5xx_hal_flash.h</li> 1549</ul></li> 1550<li>HAL GPIO 1551<ul> 1552<li>Fix HAL_GPIO_TogglePin() to manage several pins</li> 1553</ul></li> 1554<li>HAL HASH 1555<ul> 1556<li>Add comments to describe case of message made of several parts, not all with length multiple of 4 bytes.</li> 1557</ul></li> 1558<li>HAL ICACHE 1559<ul> 1560<li>HAL_ICACHE_Enable() updated to enable the instruction cache whatever any ongoing operation.</li> 1561<li>HAL_ICACHE_Disable() updated to not wait for end of invalidation procedure.</li> 1562<li>Add HAL_ICACHE_WaitForInvalidateComplete() API</li> 1563</ul></li> 1564<li>HAL IWDG 1565<ul> 1566<li>HAL_IWDG_DEFAULT_TIMEOUT updated based on LSI_VALUE</li> 1567</ul></li> 1568<li>HAL MMC 1569<ul> 1570<li>Add MMC_LOW_VOLTAGE_RANGE and eMMC_LOW_VOLTAGE_RANGE modes</li> 1571<li>Add HAL_MMC_GetCardExtCSD() API</li> 1572<li>Fix in HAL_MMC_ConfigWideBusOperation() to manage power class before bus width speed</li> 1573</ul></li> 1574<li>HAL NOR 1575<ul> 1576<li>Apply adequate commands according to the command set field value (command set 1 for Micron JS28F512P33, command set 2 for Micron M29W128G and Cypress S29GL128P)</li> 1577</ul></li> 1578<li>HAL PCD 1579<ul> 1580<li>Fix double buffer bulk out transaction</li> 1581</ul></li> 1582<li>HAL RNG 1583<ul> 1584<li>Apply in HAL_RNG_Init() the recommended value after NIST SP 800-90B entropy validation</li> 1585<li>New API HAL_RNGEx_RecoverSeedError()</li> 1586<li>Add check on seed error with internal seed recovery procedure in HAL_RNG_GenerateRandomNumber()</li> 1587</ul></li> 1588<li>HAL RCC 1589<ul> 1590<li>Fix __HAL_RCC_APB1_FORCE_RESET() and __HAL_RCC_APB1_RELEASE_RESET() macros to manage both APB1RSTR1 and APB1RSTR2 registers</li> 1591</ul></li> 1592<li>HAL SMARTCARD 1593<ul> 1594<li>Fix NACK management</li> 1595</ul></li> 1596<li>HAL SPI 1597<ul> 1598<li>Fix in 3-wires communication (disable and enable SPI)</li> 1599<li>Fix timeout management inside SPI DMA xfer complete handler</li> 1600<li>Fix to not assert on BaudRatePrescaler in Slave Motorola mode</li> 1601</ul></li> 1602<li>HAL TIM 1603<ul> 1604<li>Fix DMA management when DMA requests are used for several channels of the same timer</li> 1605<li>Fix HAL_TIM_IC_Stop_DMA() to stop DMA prior to disabling the channel</li> 1606</ul></li> 1607<li>HAL UART 1608<ul> 1609<li>Add new reception services APIs, allowing user to handle reception of unknown/variable lengths and to get notified about received data upon events at reception buffer filling or IDLE event on Rx line: 1610<ul> 1611<li>HAL_UARTEx_ReceiveToIdle(), HAL_UARTEx_ReceiveToIdle_IT(), HAL_UARTEx_ReceiveToIdle_DMA() and callback HAL_UARTEx_RxEventCallback()</li> 1612</ul></li> 1613<li>Rework BRR register value computation in HAL_UART_Init() for ROM size gain</li> 1614</ul></li> 1615</ul></li> 1616<li>LL drivers 1617<ul> 1618<li>Global removal of ‘register’ storage class qualifier deprecated since C++ 11</li> 1619<li>LL GPIO 1620<ul> 1621<li>Fix LL_GPIO_TogglePin() to manage several pins</li> 1622</ul></li> 1623<li>LL PWR 1624<ul> 1625<li>Fix LL_PWR_IsEnabledUCPDDeadBattery() returned value</li> 1626</ul></li> 1627<li>LL SYSTEM 1628<ul> 1629<li>Add LL_DBGMCU_EnableTraceClock(), LL_DBGMCU_DisableTraceClock() and LL_DBGMCU_IsEnabledTraceClock() APIs</li> 1630<li>Remove non-applicable LL_DBGMCU_EnableDBGSleepMode() and LL_DBGMCU_DisableDBGSleepMode() APIs</li> 1631</ul></li> 1632<li>LL TIM 1633<ul> 1634<li>Fix inverted LL_TIM_COUNTERMODE_CENTER_UP and LL_TIM_COUNTERMODE_CENTER_DOWN definitions</li> 1635</ul></li> 1636<li>LL UCPD 1637<ul> 1638<li>Change default CFGR1 register values in LL_UCPD_StructInit()</li> 1639</ul></li> 1640</ul></li> 1641</ul></li> 1642<li><strong>BSP board drivers</strong> updates for NUCLEO-L552ZE-Q (MB1361-C02), STM32L552E-EV (MB1372-C02) and STM32L562E-DK (MB1373-C01) 1643<ul> 1644<li>STM32L552E-EV 1645<ul> 1646<li>Fix GRAM access for data length over 65535 bytes (0xFFFF)</li> 1647</ul></li> 1648<li>STM32L562E-DK 1649<ul> 1650<li>Fix GRAM access for data length over 65535 bytes (0xFFFF)</li> 1651<li>Communication robustness over UART for power measurement</li> 1652<li>Add SPI1 bus interface for Bluetooth® Low Energy (BLE) module SPBTLE-RFTR</li> 1653</ul></li> 1654</ul></li> 1655<li><strong>Projects</strong> updates 1656<ul> 1657<li>NUCLEO-L552ZE-Q 1658<ul> 1659<li>SBSFU application updates (see SBFSU/readme.txt): 1660<ul> 1661<li>Add SBSFU_Loader for local loader application (immutable code in both secure and non-secure areas)</li> 1662<li>SBSFU_Boot: RSA or ECDSA signature authenticity</li> 1663<li>STM32CubeIDE configurations for both Windows and Linux (execute permission to be added on .sh files)</li> 1664</ul></li> 1665<li>FreeRTOS_SecureIOToggle_TrustZone application released with STM32CubeMX .ioc file</li> 1666<li>USB applications aligned to USB Device Library V2.6.0</li> 1667<li>USB-PD_Consumer_1port application aligned to latest STM32CubeMX generation</li> 1668<li>Add UART_ReceptionToIdle_CircularDMA example to demonstrate new HAL UART reception service until IDLE event</li> 1669<li>FLASH_EraseProgram and FLASH_WriteProtection examples update to disable ICACHE prior to internal cacheable memory update</li> 1670<li>RTC_TrustZone example released with STM32CubeMX .ioc file</li> 1671</ul></li> 1672<li>STM32L552E-EV 1673<ul> 1674<li>FreeRTOS_SecureIOToggle_TrustZone application released with STM32CubeMX .ioc file</li> 1675<li>USB applications aligned to USB Device Library V2.6.0</li> 1676<li>USB-PD_Consumer_1port application aligned to latest STM32CubeMX generation</li> 1677<li>FLASH_EraseProgram, FLASH_EraseProgram_TrustZone, FLASH_WriteProtection examples update to disable ICACHE prior to internal cacheable memory update</li> 1678<li>RTC_ActiveTamper example released with STM32CubeMX .ioc file</li> 1679</ul></li> 1680<li>STM32L562E-DK 1681<ul> 1682<li>Add STM32L562E-DK demonstration firmware for EWARM: 1683<ul> 1684<li>MenuLauncher project and Modules AudioPlayer, AI, BLE, Information and Measurements projects</li> 1685</ul></li> 1686<li>TFM application updates (see TFM/readme.txt): 1687<ul> 1688<li>External flash support</li> 1689<li>Crypto scheme with FW encryption</li> 1690<li>Lock of secure memory moved out from Root Security Services</li> 1691<li>STM32CubeIDE configurations for both Windows and Linux (execute permission to be added on .sh files)</li> 1692</ul></li> 1693<li>Add Crypto_Selftest application based on mbed-TLS with HW cryptography</li> 1694<li>FreeRTOS_SecureIOToggle_TrustZone application released with STM32CubeMX .ioc file</li> 1695<li>USB-PD_Consumer_1port application aligned to latest STM32CubeMX generation</li> 1696<li>USB applications aligned to USB Device Library V2.6.0</li> 1697<li>FLASH_EraseProgram and FLASH_WriteProtection examples update to disable ICACHE prior to internal cacheable memory update</li> 1698<li>RTC_ActiveTamper example released with STM32CubeMX .ioc file</li> 1699</ul></li> 1700<li>The STM32CubeL5 Firmware package comes with a rich set of examples running on STMicroelectronics boards, organized by board and provided with preconfigured projects for the main supported toolchains.</li> 1701<li>The exhaustive list of projects is provided in this table (<a href="Projects/STM32CubeProjectsList.html">STM32CubeProjectsList.html</a>).</li> 1702</ul></li> 1703</ul> 1704<table> 1705<caption><strong>Projects</strong></caption> 1706<thead> 1707<tr class="header"> 1708<th>Name</th> 1709<th>Version</th> 1710<th style="text-align: left;">Release notes</th> 1711</tr> 1712</thead> 1713<tbody> 1714<tr class="odd"> 1715<td><strong>Projects</strong></td> 1716<td><strong>V1.3.0</strong></td> 1717<td style="text-align: left;"><a href="Projects/Release_Notes.html">release notes</a></td> 1718</tr> 1719</tbody> 1720</table> 1721<p><br /> 1722</p> 1723<ul> 1724<li><strong>Middleware</strong> updates 1725<ul> 1726<li>FreeRTOS 1727<ul> 1728<li>No user application impact (MPU management fix for CM7)</li> 1729</ul></li> 1730<li>mcuboot (NEW)</li> 1731<li>trustedfirmware</li> 1732<li>MbedTLS v2.16.2 1733<ul> 1734<li>Templates for AES, GCM, CCM, SHA1, SHA256 and MD5 cryptography by HW</li> 1735</ul></li> 1736<li>USB Device</li> 1737<li>USBPD Core and L5 Device</li> 1738</ul></li> 1739<li><strong>Utilities</strong> updates 1740<ul> 1741<li>Utilities\lcd with stm32_lcd.h\.c replaces previous Utilities\basic_gui with basic_gui.h\.c 1742<ul> 1743<li>User application impacted (UTIL_LCD_xxx() replace GUI_xxx() APIs, see Projects/STM32L552E-EV/BSP/Example/lcd.c)</li> 1744</ul></li> 1745<li>GUI_INTERFACE for UCPD applications and use of UCPD Monitor tool</li> 1746</ul></li> 1747</ul> 1748<p><br /> 1749</p> 1750<h2 id="components-vs-v1.2.0">Components vs V1.2.0</h2> 1751<p>Note: in the tables below, components in <span style="font-weight: bold;">bold</span> have changed since previous release</p> 1752<table> 1753<caption><strong>Drivers</strong></caption> 1754<thead> 1755<tr class="header"> 1756<th style="text-align: left;">Name</th> 1757<th style="text-align: left;">Version</th> 1758<th style="text-align: center;">Release note</th> 1759</tr> 1760</thead> 1761<tbody> 1762<tr class="odd"> 1763<td style="text-align: left;"><strong>Cortex-M CMSIS</strong></td> 1764<td style="text-align: left;"><strong>V5.6.0</strong></td> 1765<td style="text-align: center;"><a href="Drivers/CMSIS/docs/index.html">release notes</a></td> 1766</tr> 1767<tr class="even"> 1768<td style="text-align: left;"><strong>STM32L5xx CMSIS</strong></td> 1769<td style="text-align: left;"><strong>V1.0.3</strong></td> 1770<td style="text-align: center;"><a href="Drivers/CMSIS/Device/ST/STM32L5xx/Release_Notes.html">release notes</a></td> 1771</tr> 1772<tr class="odd"> 1773<td style="text-align: left;"><strong>STM32L5xx HAL</strong></td> 1774<td style="text-align: left;"><strong>V1.0.3</strong></td> 1775<td style="text-align: center;"><a href="Drivers/STM32L5xx_HAL_Driver/Release_Notes.html">release notes</a></td> 1776</tr> 1777<tr class="even"> 1778<td style="text-align: left;"><strong>BSP STM32L552E-EV</strong></td> 1779<td style="text-align: left;"><strong>V1.0.2</strong></td> 1780<td style="text-align: center;"><a href="Drivers/BSP/STM32L552E-EV/Release_Notes.html">release notes</a></td> 1781</tr> 1782<tr class="odd"> 1783<td style="text-align: left;"><strong>BSP STM32L562E-DK</strong></td> 1784<td style="text-align: left;"><strong>V1.1.0</strong></td> 1785<td style="text-align: center;"><a href="Drivers/BSP/STM32L562E-DK/Release_Notes.html">release notes</a></td> 1786</tr> 1787<tr class="even"> 1788<td style="text-align: left;"><strong>BSP STM32L5xx_Nucleo</strong></td> 1789<td style="text-align: left;"><strong>V1.0.2</strong></td> 1790<td style="text-align: center;"><a href="Drivers/BSP/STM32L5xx_Nucleo/Release_Notes.html">release notes</a></td> 1791</tr> 1792<tr class="odd"> 1793<td style="text-align: left;"><strong>BSP Common</strong></td> 1794<td style="text-align: left;"><strong>V7.0.0</strong></td> 1795<td style="text-align: center;"><a href="Drivers/BSP/Components/Common/Release_Notes.html">release notes</a></td> 1796</tr> 1797<tr class="even"> 1798<td style="text-align: left;">BSP cs42l51</td> 1799<td style="text-align: left;">V2.0.1</td> 1800<td style="text-align: center;"><a href="Drivers/BSP/Components/cs42l51/Release_Notes.html">release notes</a></td> 1801</tr> 1802<tr class="odd"> 1803<td style="text-align: left;">BSP ft6x06</td> 1804<td style="text-align: left;">V2.0.0</td> 1805<td style="text-align: center;"><a href="Drivers/BSP/Components/ft6x06/Release_Notes.html">release notes</a></td> 1806</tr> 1807<tr class="even"> 1808<td style="text-align: left;"><strong>BSP hx8347i</strong></td> 1809<td style="text-align: left;"><strong>V2.0.1</strong></td> 1810<td style="text-align: center;"><a href="Drivers/BSP/Components/hx8347i/Release_Notes.html">release notes</a></td> 1811</tr> 1812<tr class="odd"> 1813<td style="text-align: left;">BSP iss66wvh8m8</td> 1814<td style="text-align: left;">V2.0.0</td> 1815<td style="text-align: center;"><a href="Drivers/BSP/Components/iss66wvh8m8/Release_Notes.html">release notes</a></td> 1816</tr> 1817<tr class="even"> 1818<td style="text-align: left;"><strong>BSP lsm6dso</strong></td> 1819<td style="text-align: left;"><strong>V1.3.0</strong></td> 1820<td style="text-align: center;"><a href="Drivers/BSP/Components/lsm6dso/Release_Notes.html">release notes</a></td> 1821</tr> 1822<tr class="odd"> 1823<td style="text-align: left;"><strong>BSP mfxstm32l152</strong></td> 1824<td style="text-align: left;"><strong>V3.0.2</strong></td> 1825<td style="text-align: center;"><a href="Drivers/BSP/Components/mfxstm32l152/Release_Notes.html">release notes</a></td> 1826</tr> 1827<tr class="even"> 1828<td style="text-align: left;"><strong>BSP mx25lm51245g</strong></td> 1829<td style="text-align: left;"><strong>V2.0.3</strong></td> 1830<td style="text-align: center;"><a href="Drivers/BSP/Components/mx25lm51245g/Release_Notes.html">release notes</a></td> 1831</tr> 1832<tr class="odd"> 1833<td style="text-align: left;">BSP stmpe811</td> 1834<td style="text-align: left;">V3.0.0</td> 1835<td style="text-align: center;"><a href="Drivers/BSP/Components/stmpe811/Release_Notes.html">release notes</a></td> 1836</tr> 1837<tr class="even"> 1838<td style="text-align: left;"><strong>BSP st7789h2</strong></td> 1839<td style="text-align: left;"><strong>V2.0.1</strong></td> 1840<td style="text-align: center;"><a href="Drivers/BSP/Components/st7789h2/Release_Notes.html">release notes</a></td> 1841</tr> 1842</tbody> 1843</table> 1844<table> 1845<caption><strong>Middlewares</strong></caption> 1846<thead> 1847<tr class="header"> 1848<th style="text-align: left;">Name</th> 1849<th style="text-align: left;">Version</th> 1850<th style="text-align: left;">Release note</th> 1851</tr> 1852</thead> 1853<tbody> 1854<tr class="odd"> 1855<td style="text-align: left;"><strong>STM32 USB Device Library</strong></td> 1856<td style="text-align: left;"><strong>V2.6.1</strong></td> 1857<td style="text-align: left;"><a href="Middlewares/ST/STM32_USB_Device_Library/Release_Notes.html">release notes</a></td> 1858</tr> 1859<tr class="even"> 1860<td style="text-align: left;"><strong>STM32 USBPD Core Library</strong></td> 1861<td style="text-align: left;"><strong>V3.0.3</strong></td> 1862<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Core/Release_Notes.html">release notes</a></td> 1863</tr> 1864<tr class="odd"> 1865<td style="text-align: left;"><strong>STM32 USBPD Device Library</strong></td> 1866<td style="text-align: left;"><strong>L5 V2.0.1</strong></td> 1867<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Devices/STM32L5XX/Release_Notes.html">release notes</a></td> 1868</tr> 1869<tr class="even"> 1870<td style="text-align: left;">STM32 TouchSensing Library</td> 1871<td style="text-align: left;">V2.2.0</td> 1872<td style="text-align: left;"><a href="Middlewares/ST/STM32_TouchSensing_Library/Release_Notes.html">release notes</a></td> 1873</tr> 1874<tr class="odd"> 1875<td style="text-align: left;">FatFS R0.12c ST modified 20191011</td> 1876<td style="text-align: left;">R0.12c</td> 1877<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/00history.txt">FatFS release notes</a></td> 1878</tr> 1879<tr class="even"> 1880<td style="text-align: left;"></td> 1881<td style="text-align: left;">ST modified 20191011</td> 1882<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/st_readme.txt">ST release notes</a></td> 1883</tr> 1884<tr class="odd"> 1885<td style="text-align: left;"><strong>FreeRTOS</strong></td> 1886<td style="text-align: left;">V10.2.1</td> 1887<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/readme.txt">FreeRTOS release notes</a></td> 1888</tr> 1889<tr class="even"> 1890<td style="text-align: left;"></td> 1891<td style="text-align: left;"><strong>ST modified 20200117</strong></td> 1892<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/st_readme.txt">ST release notes</a></td> 1893</tr> 1894<tr class="odd"> 1895<td style="text-align: left;"><strong>mbedTLS ST modified 20200402</strong></td> 1896<td style="text-align: left;"><strong>V2.16.2</strong></td> 1897<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/README.md">release notes</a></td> 1898</tr> 1899<tr class="even"> 1900<td style="text-align: left;"></td> 1901<td style="text-align: left;"><strong>ST modified 20200402</strong></td> 1902<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/st_readme.txt">ST release notes</a></td> 1903</tr> 1904<tr class="odd"> 1905<td style="text-align: left;"><strong>mbed-crypto ST modified 20200612</strong></td> 1906<td style="text-align: left;"><strong>V1.1.0</strong></td> 1907<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/README.md">release notes</a></td> 1908</tr> 1909<tr class="even"> 1910<td style="text-align: left;"></td> 1911<td style="text-align: left;"><strong>ST modified 20200612</strong></td> 1912<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/st_readme.txt">ST release notes</a></td> 1913</tr> 1914<tr class="odd"> 1915<td style="text-align: left;"><strong>mcuboot ST modified 20200623</strong></td> 1916<td style="text-align: left;"><strong>V1.5.0-cypress</strong></td> 1917<td style="text-align: left;"><a href="Middlewares/Third_Party/mcuboot/README.md">release notes</a></td> 1918</tr> 1919<tr class="even"> 1920<td style="text-align: left;"></td> 1921<td style="text-align: left;"><strong>ST modified 20200623</strong></td> 1922<td style="text-align: left;"><a href="Middlewares/Third_Party/mcuboot/st_readme.txt">ST release notes</a></td> 1923</tr> 1924<tr class="odd"> 1925<td style="text-align: left;"><strong>trustedfirmware ST modified 20200622</strong></td> 1926<td style="text-align: left;">TF-Mv1.0-RC2</td> 1927<td style="text-align: left;"><a href="Middlewares/Third_Party/trustedfirmware/readme.rst">release notes</a></td> 1928</tr> 1929<tr class="even"> 1930<td style="text-align: left;"></td> 1931<td style="text-align: left;"><strong>ST modified 20200622</strong></td> 1932<td style="text-align: left;"><a href="Middlewares/Third_Party/trustedfirmware/st_readme.txt">ST release notes</a></td> 1933</tr> 1934</tbody> 1935</table> 1936<table> 1937<caption><strong>Utilities</strong></caption> 1938<thead> 1939<tr class="header"> 1940<th style="text-align: left;">Name</th> 1941<th style="text-align: left;">Version</th> 1942<th style="text-align: left;">Release note</th> 1943</tr> 1944</thead> 1945<tbody> 1946<tr class="odd"> 1947<td style="text-align: left;"><strong>lcd</strong></td> 1948<td style="text-align: left;"><strong>V2.0.0</strong></td> 1949<td style="text-align: left;"><a href="Utilities/lcd/Release_Notes.html">release notes</a></td> 1950</tr> 1951<tr class="even"> 1952<td style="text-align: left;"><strong>Fonts</strong></td> 1953<td style="text-align: left;"><strong>V2.0.2</strong></td> 1954<td style="text-align: left;"><a href="Utilities/Fonts/Release_Notes.html">release notes</a></td> 1955</tr> 1956<tr class="odd"> 1957<td style="text-align: left;"><strong>GUI_INTERFACE</strong></td> 1958<td style="text-align: left;"><strong>V1.10.2</strong></td> 1959<td style="text-align: left;"><a href="Utilities/GUI_INTERFACE/Release_Notes.html">release notes</a></td> 1960</tr> 1961<tr class="even"> 1962<td style="text-align: left;"><strong>TRACER_EMB</strong></td> 1963<td style="text-align: left;"><strong>V1.3.0</strong></td> 1964<td style="text-align: left;"><a href="Utilities/TRACER_EMB/Release_Notes.html">release notes</a></td> 1965</tr> 1966</tbody> 1967</table> 1968<p><br /> 1969</p> 1970<h2 id="notes-3">Notes</h2> 1971<ul> 1972<li>Caution on User Option bytes requirements for TZEN=1 prior to execution (see TrustZone project examples readme.txt file)</li> 1973</ul> 1974<h2 id="known-limitations-3">Known Limitations</h2> 1975<ul> 1976<li>Warnings are logged in EWARM TrustZone projects with ‘Verify Download’ option in IAR Embedded Workbench for ARM toolchain V8.42.2 and V8.50.5 but not preventing to run and debug.</li> 1977</ul> 1978<h2 id="development-toolchains-and-compilers-3">Development Toolchains and Compilers</h2> 1979<ul> 1980<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.32.3 minimum + ST-Link</li> 1981<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.27 minimum</li> 1982<li>STM32CubeIDE V1.3.0 minimum</li> 1983</ul> 1984<h2 id="supported-devices-and-hw-boards-3">Supported Devices and HW boards</h2> 1985<ul> 1986<li>STM32L552xx/STM32L562xx devices</li> 1987<li>STM32L552E-EV Evaluation board (MB1372 C-02)</li> 1988<li>STM32L562E-DK Discovery kit (MB1373 C-01)</li> 1989<li>NUCLEO-L552ZE-Q Nucleo kit (MB1361 C-02)</li> 1990</ul> 1991<h2 id="backward-compatibility-3">Backward Compatibility</h2> 1992<ul> 1993<li>Not applicable</li> 1994</ul> 1995<h2 id="dependencies-3">Dependencies</h2> 1996<ul> 1997<li>STM32CubeProgrammer V2.4.0 1998<ul> 1999<li>This tool shall be used to enable the security on the devices (TZEN=1)</li> 2000<li>For TrustZone projects, to match the CMSIS Device Template partition_stm32l552xx.h/partition_stm32l562xx.h for SAU declaration and secure project examples Flash configuration, please set the User Option bytes as follows before download and execution: 2001<ul> 2002<li>TZEN=1</li> 2003<li>DBANK=1</li> 2004<li>SECWM1_STRT=0x0 SECWM1_PEND=0x7F meaning all 128 pages of Internal Flash Bank1 set as secure</li> 2005<li>SECWM2_STRT=0x1 SECWM1_PEND=0x0 meaning no page of Flash Bank2 set as secure, hence Bank2 non-secure</li> 2006</ul></li> 2007<li>For other projects with no TrustZone, please set the User Option Bytes as follows before download and execution: 2008<ul> 2009<li>TZEN=0</li> 2010<li>DBANK=1</li> 2011</ul></li> 2012</ul></li> 2013<li>STM32CubeMX V6.0.0 required for some projects</li> 2014</ul> 2015</div> 2016</div> 2017<div class="collapse"> 2018<input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true"><strong>V1.2.0 / 12-February-2020</strong></label> 2019<div> 2020<h2 id="main-changes-4">Main Changes</h2> 2021<p><strong>Third release of STM32CubeL5 Firmware Package</strong></p> 2022<ul> 2023<li>CMSIS Device / HAL / LL Drivers updates</li> 2024<li>BSP folders renamed to STM32L552E-EV and STM32L562E-DK (user code impacted for include path update)</li> 2025<li>SBSFU application projects added for NUCLEO-L552ZE-Q</li> 2026<li>New TrustZone projects for STM32L562E-DK</li> 2027</ul> 2028<h2 id="contents-4">Contents</h2> 2029<ul> 2030<li><strong>CMSIS Device</strong> updates 2031<ul> 2032<li>Add root secure services library (RSSLIB) definitions</li> 2033<li>Add bootloader id address</li> 2034<li>Add VTOR relocation capability</li> 2035<li>Note: default Security Attribute Unit (SAU) configuration in partition_stm32l552xx.h and partition_stm32l562xx.h is available from \Include\Templates 2036<ul> 2037<li>default SAU setup is: 2038<ul> 2039<li>SAU region 0: 0x0C03E000-0x0C03FFFF (Secure, Non-Secure Callable)</li> 2040<li>SAU region 1: 0x08040000-0x0807FFFF (Non-Secure FLASH Bank2 (256 Kbytes))</li> 2041<li>SAU region 2: 0x20018000-0x2003FFFF (Non-Secure RAM (2nd half SRAM1 + SRAM2 (160 Kbytes)))</li> 2042<li>SAU region 3: 0x40000000-0x4FFFFFFF (Non-Secure Peripherals mapped memory)</li> 2043<li>SAU region 4: 0x60000000-0x9FFFFFFF (Non-Secure external memories)</li> 2044<li>SAU region 5: 0x0BF90000-0x0BFA8FFF (Non-Secure System memory)</li> 2045</ul></li> 2046</ul></li> 2047</ul></li> 2048<li><strong>HAL/LL drivers</strong> updates 2049<ul> 2050<li>HAL drivers 2051<ul> 2052<li>HAL FLASH 2053<ul> 2054<li>Add non-secure Flash access from secure Flash</li> 2055</ul></li> 2056<li>HAL GPIO 2057<ul> 2058<li>Update initialization sequence in HAL_GPIO_Init() to avoid glitch</li> 2059</ul></li> 2060<li>HAL I2C 2061<ul> 2062<li>Fix sequential transfer of MAX_NBYTE_SIZE</li> 2063</ul></li> 2064<li>HAL MMC 2065<ul> 2066<li>Add support of sanitize and discard functions 2067<ul> 2068<li>new APIs HAL_MMC_Sanitize(), HAL_MMC_EraseSequence(), HAL_MMC_ConfigSecRemovalType() and HAL_MMC_GetSupportedSecRemovalType()</li> 2069</ul></li> 2070</ul></li> 2071<li>HAL SMBUS 2072<ul> 2073<li>Add SMBUS_FIRST_FRAME_WITH_PEC define to transfer options</li> 2074</ul></li> 2075<li>HAL SPI 2076<ul> 2077<li>Fix HAL_SPI_Receive_DMA() and HAL_SPI_TransmitReceive_DMA() to only disable TX DMA interrupt at end of DMA reception in Master RX 2 lines mode</li> 2078</ul></li> 2079<li>HAL TIM 2080<ul> 2081<li>Fix when using multiple DMA request to different channels of same timer 2082<ul> 2083<li>new APIs HAL_TIM_GetActiveChannel(), HAL_TIM_GetChannelState() and HAL_TIMEx_GetChannelNState()</li> 2084</ul></li> 2085<li>Fix assert instance check in HAL_TIM_EncoderXXX()</li> 2086</ul></li> 2087<li>HAL USART 2088<ul> 2089<li>Fix SlaveMode field in USART handle after HAL_USARTEx_DisableSlaveMode() call</li> 2090<li>Add receiver timeout interrupt management with new HAL_USART_ERROR_RTO error code in HAL_USART_IRQHandler()</li> 2091</ul></li> 2092</ul></li> 2093<li>LL drivers 2094<ul> 2095<li>LL GPIO 2096<ul> 2097<li>Update initialization sequence in LL_GPIO_Init() to avoid glitch</li> 2098</ul></li> 2099<li>LL TIM 2100<ul> 2101<li>Add 32-bit Repetition Counter management</li> 2102</ul></li> 2103<li>LL UTILS 2104<ul> 2105<li>Fix AHB prescaler value when requesting System Clock over 80Mhz</li> 2106<li>Add LL_SetFlashLatency() API</li> 2107</ul></li> 2108</ul></li> 2109</ul></li> 2110<li><strong>BSP board drivers</strong> updates for NUCLEO-L552ZE-Q (MB1361-C02), STM32L552E-EV (MB1372-C02) and STM32L562E-DK (MB1373-C01) 2111<ul> 2112<li>Fix C++ compilation</li> 2113<li>STM32L552E-EV 2114<ul> 2115<li>Update FMC timings on LCD interface</li> 2116</ul></li> 2117<li>STM32L562E-DK 2118<ul> 2119<li>Fix Touchscreen management in polling mode</li> 2120</ul></li> 2121</ul></li> 2122<li><strong>Projects</strong> updates (refer to <a href="Projects/STM32CubeProjectsList.html">STM32CubeProjectsList.html</a> for Projects list) 2123<ul> 2124<li>NUCLEO-L552ZE-Q 2125<ul> 2126<li>Add SBSFU_Boot and SBSFU_Appli projects</li> 2127</ul></li> 2128<li>STM32L562E-DK 2129<ul> 2130<li>Add new GPIO_ToggleIO_TrustZone, GTZC_TZSC_MPCBB_TrustZone, RCC_ClockConfig_TrustZone and UART_Trace_TrustZone projects</li> 2131<li>TFM_SBSFU project renamed to TFM_SBSFU_Boot</li> 2132</ul></li> 2133</ul></li> 2134</ul> 2135<h2 id="components">Components</h2> 2136<p>Note: in the tables below, components in <span style="font-weight: bold;">bold</span> have changed since previous release</p> 2137<table> 2138<caption><strong>Drivers</strong></caption> 2139<thead> 2140<tr class="header"> 2141<th style="text-align: left;">Name</th> 2142<th style="text-align: left;">Version</th> 2143<th style="text-align: center;">Release note</th> 2144</tr> 2145</thead> 2146<tbody> 2147<tr class="odd"> 2148<td style="text-align: left;">Cortex-M CMSIS</td> 2149<td style="text-align: left;">V5.4.0</td> 2150<td style="text-align: center;"><a href="Drivers/CMSIS/README.md">release notes</a></td> 2151</tr> 2152<tr class="even"> 2153<td style="text-align: left;"><strong>STM32L5xx CMSIS</strong></td> 2154<td style="text-align: left;"><strong>V1.0.2</strong></td> 2155<td style="text-align: center;"><a href="Drivers/CMSIS/Device/ST/STM32L5xx/Release_Notes.html">release notes</a></td> 2156</tr> 2157<tr class="odd"> 2158<td style="text-align: left;"><strong>STM32L5xx HAL</strong></td> 2159<td style="text-align: left;"><strong>V1.0.2</strong></td> 2160<td style="text-align: center;"><a href="Drivers/STM32L5xx_HAL_Driver/Release_Notes.html">release notes</a></td> 2161</tr> 2162<tr class="even"> 2163<td style="text-align: left;"><strong>BSP STM32L552E-EV</strong></td> 2164<td style="text-align: left;"><strong>V1.0.1</strong></td> 2165<td style="text-align: center;"><a href="Drivers/BSP/STM32L552E-EV/Release_Notes.html">release notes</a></td> 2166</tr> 2167<tr class="odd"> 2168<td style="text-align: left;"><strong>BSP STM32L562E-DK</strong></td> 2169<td style="text-align: left;"><strong>V1.0.1</strong></td> 2170<td style="text-align: center;"><a href="Drivers/BSP/STM32L562E-DK/Release_Notes.html">release notes</a></td> 2171</tr> 2172<tr class="even"> 2173<td style="text-align: left;"><strong>BSP STM32L5xx_Nucleo</strong></td> 2174<td style="text-align: left;"><strong>V1.0.1</strong></td> 2175<td style="text-align: center;"><a href="Drivers/BSP/STM32L5xx_Nucleo/Release_Notes.html">release notes</a></td> 2176</tr> 2177<tr class="odd"> 2178<td style="text-align: left;">BSP Common</td> 2179<td style="text-align: left;">V6.0.1</td> 2180<td style="text-align: center;"><a href="Drivers/BSP/Components/Common/Release_Notes.html">release notes</a></td> 2181</tr> 2182<tr class="even"> 2183<td style="text-align: left;">BSP cs42l51</td> 2184<td style="text-align: left;">V2.0.1</td> 2185<td style="text-align: center;"><a href="Drivers/BSP/Components/cs42l51/Release_Notes.html">release notes</a></td> 2186</tr> 2187<tr class="odd"> 2188<td style="text-align: left;">BSP ft6x06</td> 2189<td style="text-align: left;">V2.0.0</td> 2190<td style="text-align: center;"><a href="Drivers/BSP/Components/ft6x06/Release_Notes.html">release notes</a></td> 2191</tr> 2192<tr class="even"> 2193<td style="text-align: left;">BSP hx8347i</td> 2194<td style="text-align: left;">V2.0.0</td> 2195<td style="text-align: center;"><a href="Drivers/BSP/Components/hx8347i/Release_Notes.html">release notes</a></td> 2196</tr> 2197<tr class="odd"> 2198<td style="text-align: left;">BSP iss66wvh8m8</td> 2199<td style="text-align: left;">V2.0.0</td> 2200<td style="text-align: center;"><a href="Drivers/BSP/Components/iss66wvh8m8/Release_Notes.html">release notes</a></td> 2201</tr> 2202<tr class="even"> 2203<td style="text-align: left;">BSP lsm6dso</td> 2204<td style="text-align: left;">V1.2.1</td> 2205<td style="text-align: center;"><a href="Drivers/BSP/Components/lsm6dso/Release_Notes.html">release notes</a></td> 2206</tr> 2207<tr class="odd"> 2208<td style="text-align: left;">BSP mfxstm32l152</td> 2209<td style="text-align: left;">V3.0.1</td> 2210<td style="text-align: center;"><a href="Drivers/BSP/Components/mfxstm32l152/Release_Notes.html">release notes</a></td> 2211</tr> 2212<tr class="even"> 2213<td style="text-align: left;">BSP mx25lm51245g</td> 2214<td style="text-align: left;">V2.0.1</td> 2215<td style="text-align: center;"><a href="Drivers/BSP/Components/mx25lm51245g/Release_Notes.html">release notes</a></td> 2216</tr> 2217<tr class="odd"> 2218<td style="text-align: left;">BSP stmpe811</td> 2219<td style="text-align: left;">V3.0.0</td> 2220<td style="text-align: center;"><a href="Drivers/BSP/Components/stmpe811/Release_Notes.html">release notes</a></td> 2221</tr> 2222<tr class="even"> 2223<td style="text-align: left;">BSP st7789h2</td> 2224<td style="text-align: left;">V2.0.0</td> 2225<td style="text-align: center;"><a href="Drivers/BSP/Components/st7789h2/Release_Notes.html">release notes</a></td> 2226</tr> 2227</tbody> 2228</table> 2229<table> 2230<caption><strong>Middlewares</strong></caption> 2231<thead> 2232<tr class="header"> 2233<th style="text-align: left;">Name</th> 2234<th style="text-align: left;">Version</th> 2235<th style="text-align: left;">Release note</th> 2236</tr> 2237</thead> 2238<tbody> 2239<tr class="odd"> 2240<td style="text-align: left;">STM32 USB Device Library</td> 2241<td style="text-align: left;">V2.5.3</td> 2242<td style="text-align: left;"><a href="Middlewares/ST/STM32_USB_Device_Library/Release_Notes.html">release notes</a></td> 2243</tr> 2244<tr class="even"> 2245<td style="text-align: left;">STM32 USBPD Core Library</td> 2246<td style="text-align: left;">V2.9.0</td> 2247<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Core/Release_Notes.html">release notes</a></td> 2248</tr> 2249<tr class="odd"> 2250<td style="text-align: left;">STM32 USBPD Device Library</td> 2251<td style="text-align: left;">V1.2.0</td> 2252<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Devices/STM32L5XX/Release_Notes.html">release notes</a></td> 2253</tr> 2254<tr class="even"> 2255<td style="text-align: left;">STM32 TouchSensing Library</td> 2256<td style="text-align: left;">V2.2.0</td> 2257<td style="text-align: left;"><a href="Middlewares/ST/STM32_TouchSensing_Library/Release_Notes.html">release notes</a></td> 2258</tr> 2259<tr class="odd"> 2260<td style="text-align: left;">FatFS R0.12c ST modified 20191011</td> 2261<td style="text-align: left;">R0.12c</td> 2262<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/00history.txt">FatFS release notes</a></td> 2263</tr> 2264<tr class="even"> 2265<td style="text-align: left;"></td> 2266<td style="text-align: left;">ST modified 20191011</td> 2267<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/st_readme.txt">ST release notes</a></td> 2268</tr> 2269<tr class="odd"> 2270<td style="text-align: left;">FreeRTOS</td> 2271<td style="text-align: left;">V10.2.1</td> 2272<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/readme.txt">FreeRTOS release notes</a></td> 2273</tr> 2274<tr class="even"> 2275<td style="text-align: left;"></td> 2276<td style="text-align: left;">ST modified 20191213</td> 2277<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/st_readme.txt">ST release notes</a></td> 2278</tr> 2279<tr class="odd"> 2280<td style="text-align: left;">mbedTLS ST modified 20181221</td> 2281<td style="text-align: left;">V2.14.1</td> 2282<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/README.md">release notes</a></td> 2283</tr> 2284<tr class="even"> 2285<td style="text-align: left;"></td> 2286<td style="text-align: left;">ST modified 20181221</td> 2287<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/st_readme.txt">ST release notes</a></td> 2288</tr> 2289<tr class="odd"> 2290<td style="text-align: left;">mbed-crypto ST modified 20191107</td> 2291<td style="text-align: left;">V1.0.0</td> 2292<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/README.md">release notes</a></td> 2293</tr> 2294<tr class="even"> 2295<td style="text-align: left;"></td> 2296<td style="text-align: left;">ST modified 20191107</td> 2297<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/st_readme.txt">ST release notes</a></td> 2298</tr> 2299<tr class="odd"> 2300<td style="text-align: left;">trustedfirmware ST modified</td> 2301<td style="text-align: left;">TF-Mv1.0-RC2</td> 2302<td style="text-align: left;"><a href="Middlewares/Third_Party/trustedfirmware/readme.rst">release notes</a></td> 2303</tr> 2304<tr class="even"> 2305<td style="text-align: left;"></td> 2306<td style="text-align: left;"><strong>V1.0.2</strong> ST modified</td> 2307<td style="text-align: left;"><a href="Middlewares/Third_Party/trustedfirmware/st_readme.txt">ST release notes</a></td> 2308</tr> 2309</tbody> 2310</table> 2311<table> 2312<caption><strong>Utilities</strong></caption> 2313<thead> 2314<tr class="header"> 2315<th style="text-align: left;">Name</th> 2316<th style="text-align: left;">Version</th> 2317<th style="text-align: left;">Release note</th> 2318</tr> 2319</thead> 2320<tbody> 2321<tr class="odd"> 2322<td style="text-align: left;">basic_gui</td> 2323<td style="text-align: left;">V1.0.1</td> 2324<td style="text-align: left;"><a href="Utilities/basic_gui/Release_Notes.html">release notes</a></td> 2325</tr> 2326<tr class="even"> 2327<td style="text-align: left;">Fonts</td> 2328<td style="text-align: left;">V2.0.0</td> 2329<td style="text-align: left;"><a href="Utilities/Fonts/Release_Notes.html">release notes</a></td> 2330</tr> 2331<tr class="odd"> 2332<td style="text-align: left;">GUI_INTERFACE</td> 2333<td style="text-align: left;">V1.9.0</td> 2334<td style="text-align: left;"><a href="Utilities/GUI_INTERFACE/Release_Notes.html">release notes</a></td> 2335</tr> 2336<tr class="even"> 2337<td style="text-align: left;">TRACER_EMB</td> 2338<td style="text-align: left;">V1.2.0</td> 2339<td style="text-align: left;"><a href="Utilities/TRACER_EMB/Release_Notes.html">release notes</a></td> 2340</tr> 2341</tbody> 2342</table> 2343<p><br /> 2344</p> 2345<h2 id="notes-4">Notes</h2> 2346<ul> 2347<li>Caution on User Option bytes requirements for TZEN=1 prior to execution (see TrustZone project examples readme.txt file)</li> 2348</ul> 2349<h2 id="known-limitations-4">Known Limitations</h2> 2350<ul> 2351<li>Projects partially available for RealView Microcontroller Development Kit (MDK-ARM) and STM32CubeIDE</li> 2352<li>Warnings are logged in EWARM TrustZone projects with ‘Verify Download’ option in IAR Embedded Workbench for ARM toolchain V8.42.2 but not preventing to run and debug.</li> 2353<li>STM32L562E-DK demonstration firmware not available</li> 2354</ul> 2355<h2 id="development-toolchains-and-compilers-4">Development Toolchains and Compilers</h2> 2356<ul> 2357<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.32.3 + ST-Link 2358<ul> 2359<li>EWARM patch <strong>EWARMv8_STM32L5xx_Support_V11.2</strong> for STM32L5xx available from \Utilities\PC_Software</li> 2360<li>Please note that administrator rights are required on Windows 10 at patch installation</li> 2361</ul></li> 2362<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.27 2363<ul> 2364<li>Pack <strong>Keil.STM32L5xx_DFP.1.0.9.pack</strong> available from \Utilities\PC_Software 2365<ul> 2366<li>ST-Link usage requires 2367<ul> 2368<li>ST-Link Keil DLL updates (ST-LINKIII-Keil_SWO_v3_0_5_RC2.zip)</li> 2369<li>Keil TOOLS.INI update as indicated in the ST-Link Keil DLL update zip package</li> 2370</ul></li> 2371</ul></li> 2372</ul></li> 2373<li>STM32CubeIDE V1.3.0</li> 2374</ul> 2375<h2 id="supported-devices-and-hw-boards-4">Supported Devices and HW boards</h2> 2376<ul> 2377<li>STM32L552xx/STM32L562xx devices</li> 2378<li>STM32L552E-EV Evaluation board (MB1372 C-02)</li> 2379<li>STM32L562E-DK Discovery kit (MB1373 C-01)</li> 2380<li>NUCLEO-L552ZE-Q Nucleo kit (MB1361 C-02)</li> 2381</ul> 2382<h2 id="backward-compatibility-4">Backward Compatibility</h2> 2383<ul> 2384<li>Not applicable</li> 2385</ul> 2386<h2 id="dependencies-4">Dependencies</h2> 2387<ul> 2388<li>STM32CubeProgrammer V2.3.0 2389<ul> 2390<li>This tool shall be used to enable the security on the devices (TZEN=1)</li> 2391<li>For TrustZone projects, to match the CMSIS Device Template partition_stm32l552xx.h/partition_stm32l562xx.h for SAU declaration and secure project examples Flash configuration, please set the User Option bytes as follows before download and execution: 2392<ul> 2393<li>TZEN=1</li> 2394<li>DBANK=1</li> 2395<li>SECWM1_STRT=0x0 SECWM1_PEND=0x7F meaning all 128 pages of Internal Flash Bank1 set as secure</li> 2396<li>SECWM2_STRT=0x1 SECWM1_PEND=0x0 meaning no page of Flash Bank2 set as secure, hence Bank2 non-secure</li> 2397</ul></li> 2398<li>For other projects with no TrustZone, please set the User Option Bytes as follows before download and execution: 2399<ul> 2400<li>TZEN=0</li> 2401<li>DBANK=1</li> 2402</ul></li> 2403</ul></li> 2404<li>STM32CubeMX V5.6.0 required for 14 projects with LSI prescaler</li> 2405</ul> 2406</div> 2407</div> 2408<div class="collapse"> 2409<input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true"><strong>V1.1.0 / 06-January-2020</strong></label> 2410<div> 2411<h2 id="main-changes-5">Main Changes</h2> 2412<p><strong>Second release of STM32CubeL5 Firmware Package</strong></p> 2413<ul> 2414<li>TFM application (STM32L562E-DK) 2415<ul> 2416<li>fix Hide Protection (HDP) closure on STM32L5 devices with bootloader ID 0x90</li> 2417<li>add MDK-ARM projects</li> 2418</ul></li> 2419<li>More MDK-ARM and STM32CubeIDE projects</li> 2420</ul> 2421<h2 id="contents-5">Contents</h2> 2422<ul> 2423<li>CMSIS Device STM32L5xx for STM32L552xx/STM32L562xx 2424<ul> 2425<li>Note: default Security Attribute Unit (SAU) configuration in partition_stm32l552xx.h and partition_stm32l562xx.h is available from \Include\Templates 2426<ul> 2427<li>default SAU setup is: 2428<ul> 2429<li>SAU region 0: 0x0C03E000-0x0C03FFFF (Secure, Non-Secure Callable)</li> 2430<li>SAU region 1: 0x08040000-0x0807FFFF (Non-Secure FLASH Bank2 (256 Kbytes))</li> 2431<li>SAU region 2: 0x20018000-0x2003FFFF (Non-Secure RAM (2nd half SRAM1 + SRAM2 (160 Kbytes)))</li> 2432<li>SAU region 3: 0x40000000-0x4FFFFFFF (Non-Secure Peripherals mapped memory)</li> 2433<li>SAU region 4: 0x60000000-0x9FFFFFFF (Non-Secure external memories)</li> 2434<li>SAU region 5: 0x0BF90000-0x0BFA8FFF (Non-Secure System memory)</li> 2435</ul></li> 2436</ul></li> 2437</ul></li> 2438<li>HAL and LL drivers 2439<ul> 2440<li>HAL drivers 2441<ul> 2442<li>ADC, COMP, CORTEX, CRC, CRYP, DAC, DFSDM, DMA, EXTI, FDCAN, FLASH, GPIO, GTZC, HASH, I2C, ICACHE, IRDA, IWDG, LPTIM, MMC, NAND, NOR, OPAMP, OSPI, OTFDEC, PCD, PKA, PWR, RCC, RNG, RTC, SAI, SD, SMARTCARD, SMBUS, SPI, SRAM, TIM, TSC, UART, USART, WWDG</li> 2443<li>Alternate TIM and RTC timebase templates (to be copied in user application)</li> 2444</ul></li> 2445<li>LL drivers 2446<ul> 2447<li>ADC, BUS, COMP, CORTEX, CRC, CRS, CRYP, DAC, DMA, DMAMUX, EXTI, GPIO, I2C, IWDG, LPTIM, LPUART, OPAMP, PKA, PWR, RCC, RNG, RTC, SDMMC, SPI, SYSTEM, TIM, UCPD, USART, UTILS, WWDG</li> 2448</ul></li> 2449</ul></li> 2450<li><p>BSP board drivers for NUCLEO-L552ZE-Q (MB1361-C02), STM32L552E-EV (MB1372-C02) and STM32L562E-DK (MB1373-C01)</p></li> 2451<li>Projects examples for TrustZone-disabled and TrustZone-enabled system configurations (refer to <a href="Projects/STM32CubeProjectsList.html">STM32CubeProjectsList.html</a> for Projects list) 2452<ul> 2453<li>Naming rule applied on Project Templates 2454<ul> 2455<li>Templates/TrustZoneDisabled when TrustZone security is disabled in the system (Flash option bit TZEN=0)</li> 2456<li>Templates/TrustZoneEnabled when TrustZone security is enabled in the system (Flash option bit TZEN=1)</li> 2457</ul></li> 2458<li>Naming rule applied on Project Examples 2459<ul> 2460<li>"_TrustZone" suffix used for TrustZone-enabled projects (Flash option bit TZEN=1) except Trusted Firmware-M (TFM) applications, others are provided for default TrustZone-disabled system (Flash option bit TZEN=0) but can be easily ported to TrustZone-enabled system.</li> 2461</ul></li> 2462</ul></li> 2463</ul> 2464<h2 id="components-1">Components</h2> 2465<p>Note: in the tables below, components in <span style="font-weight: bold;">bold</span> have changed since previous release</p> 2466<table> 2467<caption><strong>Drivers</strong></caption> 2468<thead> 2469<tr class="header"> 2470<th style="text-align: left;">Name</th> 2471<th style="text-align: left;">Version</th> 2472<th style="text-align: center;">Release note</th> 2473</tr> 2474</thead> 2475<tbody> 2476<tr class="odd"> 2477<td style="text-align: left;">Cortex-M CMSIS</td> 2478<td style="text-align: left;">V5.4.0</td> 2479<td style="text-align: center;"><a href="Drivers/CMSIS/README.md">release notes</a></td> 2480</tr> 2481<tr class="even"> 2482<td style="text-align: left;">STM32L5xx CMSIS</td> 2483<td style="text-align: left;">V1.0.0</td> 2484<td style="text-align: center;"><a href="Drivers/CMSIS/Device/ST/STM32L5xx/Release_Notes.html">release notes</a></td> 2485</tr> 2486<tr class="odd"> 2487<td style="text-align: left;">STM32L5xx HAL</td> 2488<td style="text-align: left;">V1.0.0</td> 2489<td style="text-align: center;"><a href="Drivers/STM32L5xx_HAL_Driver/Release_Notes.html">release notes</a></td> 2490</tr> 2491<tr class="even"> 2492<td style="text-align: left;">BSP STM32L552E_EVAL</td> 2493<td style="text-align: left;">V1.0.0</td> 2494<td style="text-align: center;"><a href="Drivers/BSP/STM32L552E-EV/Release_Notes.html">release notes</a></td> 2495</tr> 2496<tr class="odd"> 2497<td style="text-align: left;">BSP STM32L562E-Discovery</td> 2498<td style="text-align: left;">V1.0.0</td> 2499<td style="text-align: center;"><a href="Drivers/BSP/STM32L562E-DK/Release_Notes.html">release notes</a></td> 2500</tr> 2501<tr class="even"> 2502<td style="text-align: left;">BSP STM32L5xx_Nucleo</td> 2503<td style="text-align: left;">V1.0.0</td> 2504<td style="text-align: center;"><a href="Drivers/BSP/STM32L5xx_Nucleo/Release_Notes.html">release notes</a></td> 2505</tr> 2506<tr class="odd"> 2507<td style="text-align: left;">BSP Common</td> 2508<td style="text-align: left;">V6.0.1</td> 2509<td style="text-align: center;"><a href="Drivers/BSP/Components/Common/Release_Notes.html">release notes</a></td> 2510</tr> 2511<tr class="even"> 2512<td style="text-align: left;">BSP cs42l51</td> 2513<td style="text-align: left;">V2.0.1</td> 2514<td style="text-align: center;"><a href="Drivers/BSP/Components/cs42l51/Release_Notes.html">release notes</a></td> 2515</tr> 2516<tr class="odd"> 2517<td style="text-align: left;">BSP ft6x06</td> 2518<td style="text-align: left;">V2.0.0</td> 2519<td style="text-align: center;"><a href="Drivers/BSP/Components/ft6x06/Release_Notes.html">release notes</a></td> 2520</tr> 2521<tr class="even"> 2522<td style="text-align: left;">BSP hx8347i</td> 2523<td style="text-align: left;">V2.0.0</td> 2524<td style="text-align: center;"><a href="Drivers/BSP/Components/hx8347i/Release_Notes.html">release notes</a></td> 2525</tr> 2526<tr class="odd"> 2527<td style="text-align: left;">BSP iss66wvh8m8</td> 2528<td style="text-align: left;">V2.0.0</td> 2529<td style="text-align: center;"><a href="Drivers/BSP/Components/iss66wvh8m8/Release_Notes.html">release notes</a></td> 2530</tr> 2531<tr class="even"> 2532<td style="text-align: left;">BSP lsm6dso</td> 2533<td style="text-align: left;">V1.2.1</td> 2534<td style="text-align: center;"><a href="Drivers/BSP/Components/lsm6dso/Release_Notes.html">release notes</a></td> 2535</tr> 2536<tr class="odd"> 2537<td style="text-align: left;">BSP mfxstm32l152</td> 2538<td style="text-align: left;">V3.0.1</td> 2539<td style="text-align: center;"><a href="Drivers/BSP/Components/mfxstm32l152/Release_Notes.html">release notes</a></td> 2540</tr> 2541<tr class="even"> 2542<td style="text-align: left;">BSP mx25lm51245g</td> 2543<td style="text-align: left;">V2.0.1</td> 2544<td style="text-align: center;"><a href="Drivers/BSP/Components/mx25lm51245g/Release_Notes.html">release notes</a></td> 2545</tr> 2546<tr class="odd"> 2547<td style="text-align: left;">BSP stmpe811</td> 2548<td style="text-align: left;">V3.0.0</td> 2549<td style="text-align: center;"><a href="Drivers/BSP/Components/stmpe811/Release_Notes.html">release notes</a></td> 2550</tr> 2551<tr class="even"> 2552<td style="text-align: left;">BSP st7789h2</td> 2553<td style="text-align: left;">V2.0.0</td> 2554<td style="text-align: center;"><a href="Drivers/BSP/Components/st7789h2/Release_Notes.html">release notes</a></td> 2555</tr> 2556</tbody> 2557</table> 2558<table> 2559<caption><strong>Middlewares</strong></caption> 2560<thead> 2561<tr class="header"> 2562<th style="text-align: left;">Name</th> 2563<th style="text-align: left;">Version</th> 2564<th style="text-align: left;">Release note</th> 2565</tr> 2566</thead> 2567<tbody> 2568<tr class="odd"> 2569<td style="text-align: left;">STM32 USB Device Library</td> 2570<td style="text-align: left;">V2.5.3</td> 2571<td style="text-align: left;"><a href="Middlewares/ST/STM32_USB_Device_Library/Release_Notes.html">release notes</a></td> 2572</tr> 2573<tr class="even"> 2574<td style="text-align: left;">STM32 USBPD Core Library</td> 2575<td style="text-align: left;">V2.9.0</td> 2576<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Core/Release_Notes.html">release notes</a></td> 2577</tr> 2578<tr class="odd"> 2579<td style="text-align: left;">STM32 USBPD Device Library</td> 2580<td style="text-align: left;">V1.2.0</td> 2581<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Devices/STM32L5XX/Release_Notes.html">release notes</a></td> 2582</tr> 2583<tr class="even"> 2584<td style="text-align: left;">STM32 TouchSensing Library</td> 2585<td style="text-align: left;">V2.2.0</td> 2586<td style="text-align: left;"><a href="Middlewares/ST/STM32_TouchSensing_Library/Release_Notes.html">release notes</a></td> 2587</tr> 2588<tr class="odd"> 2589<td style="text-align: left;">FatFS R0.12c ST modified 20191011</td> 2590<td style="text-align: left;">R0.12c</td> 2591<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/00history.txt">FatFS release notes</a></td> 2592</tr> 2593<tr class="even"> 2594<td style="text-align: left;"></td> 2595<td style="text-align: left;">ST modified 20191011</td> 2596<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/st_readme.txt">ST release notes</a></td> 2597</tr> 2598<tr class="odd"> 2599<td style="text-align: left;">FreeRTOS</td> 2600<td style="text-align: left;">V10.2.1</td> 2601<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/readme.txt">FreeRTOS release notes</a></td> 2602</tr> 2603<tr class="even"> 2604<td style="text-align: left;"></td> 2605<td style="text-align: left;">ST modified 20191213</td> 2606<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/st_readme.txt">ST release notes</a></td> 2607</tr> 2608<tr class="odd"> 2609<td style="text-align: left;">mbedTLS ST modified 20181221</td> 2610<td style="text-align: left;">V2.14.1</td> 2611<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/README.md">release notes</a></td> 2612</tr> 2613<tr class="even"> 2614<td style="text-align: left;"></td> 2615<td style="text-align: left;">ST modified 20181221</td> 2616<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/st_readme.txt">ST release notes</a></td> 2617</tr> 2618<tr class="odd"> 2619<td style="text-align: left;">mbed-crypto ST modified 20191107</td> 2620<td style="text-align: left;">V1.0.0</td> 2621<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/README.md">release notes</a></td> 2622</tr> 2623<tr class="even"> 2624<td style="text-align: left;"></td> 2625<td style="text-align: left;">ST modified 20191107</td> 2626<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/st_readme.txt">ST release notes</a></td> 2627</tr> 2628<tr class="odd"> 2629<td style="text-align: left;">trustedfirmware ST modified 20191202</td> 2630<td style="text-align: left;">TF-Mv1.0-RC2</td> 2631<td style="text-align: left;">Not available</td> 2632</tr> 2633<tr class="even"> 2634<td style="text-align: left;"></td> 2635<td style="text-align: left;">ST modified 20191202</td> 2636<td style="text-align: left;"><a href="Middlewares/Third_Party/trustedfirmware/st_readme.txt">ST release notes</a></td> 2637</tr> 2638</tbody> 2639</table> 2640<table> 2641<caption><strong>Utilities</strong></caption> 2642<thead> 2643<tr class="header"> 2644<th style="text-align: left;">Name</th> 2645<th style="text-align: left;">Version</th> 2646<th style="text-align: left;">Release note</th> 2647</tr> 2648</thead> 2649<tbody> 2650<tr class="odd"> 2651<td style="text-align: left;">basic_gui</td> 2652<td style="text-align: left;">V1.0.1</td> 2653<td style="text-align: left;"><a href="Utilities/basic_gui/Release_Notes.html">release notes</a></td> 2654</tr> 2655<tr class="even"> 2656<td style="text-align: left;">Fonts</td> 2657<td style="text-align: left;">V2.0.0</td> 2658<td style="text-align: left;"><a href="Utilities/Fonts/Release_Notes.html">release notes</a></td> 2659</tr> 2660<tr class="odd"> 2661<td style="text-align: left;">GUI_INTERFACE</td> 2662<td style="text-align: left;">V1.9.0</td> 2663<td style="text-align: left;"><a href="Utilities/GUI_INTERFACE/Release_Notes.html">release notes</a></td> 2664</tr> 2665<tr class="even"> 2666<td style="text-align: left;">TRACER_EMB</td> 2667<td style="text-align: left;">V1.2.0</td> 2668<td style="text-align: left;"><a href="Utilities/TRACER_EMB/Release_Notes.html">release notes</a></td> 2669</tr> 2670</tbody> 2671</table> 2672<p><br /> 2673</p> 2674<h2 id="notes-5">Notes</h2> 2675<ul> 2676<li>Caution on User Option bytes requirements for TZEN=1 prior to execution (see TrustZone project examples readme.txt file)</li> 2677</ul> 2678<h2 id="known-limitations-5">Known Limitations</h2> 2679<ul> 2680<li>Projects partially available for RealView Microcontroller Development Kit (MDK-ARM) and STM32CubeIDE</li> 2681<li>STM32L562E-DK demonstration firmware not available</li> 2682</ul> 2683<h2 id="development-toolchains-and-compilers-5">Development Toolchains and Compilers</h2> 2684<ul> 2685<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.32.3 + ST-Link 2686<ul> 2687<li>EWARM patch <strong>EWARMv8_STM32L5xx_Support_V11.2</strong> for STM32L5xx available from \Utilities\PC_Software</li> 2688<li>Please note that administrator rights are required on Windows 10 at patch installation</li> 2689</ul></li> 2690<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.27 2691<ul> 2692<li>Pack <strong>Keil.STM32L5xx_DFP.1.0.9.pack</strong> available from \Utilities\PC_Software 2693<ul> 2694<li>ST-Link usage requires 2695<ul> 2696<li>ST-Link Keil DLL updates (ST-LINKIII-Keil_SWO_v3_0_5_RC2.zip)</li> 2697<li>Keil TOOLS.INI update as indicated in the ST-Link Keil DLL update zip package</li> 2698</ul></li> 2699</ul></li> 2700</ul></li> 2701<li>STM32CubeIDE V1.2.0</li> 2702</ul> 2703<h2 id="supported-devices-and-hw-boards-5">Supported Devices and HW boards</h2> 2704<ul> 2705<li>STM32L552xx/STM32L562xx devices</li> 2706<li>STM32L552E-EV Evaluation board (MB1372 C-02)</li> 2707<li>STM32L562E-DK Discovery kit (MB1373 C-01)</li> 2708<li>NUCLEO-L552ZE-Q Nucleo kit (MB1361 C-02)</li> 2709</ul> 2710<h2 id="backward-compatibility-5">Backward Compatibility</h2> 2711<ul> 2712<li>Not applicable</li> 2713</ul> 2714<h2 id="dependencies-5">Dependencies</h2> 2715<ul> 2716<li>STM32CubeProgrammer V2.3.0 2717<ul> 2718<li>This tool shall be used to enable the security on the devices (TZEN=1)</li> 2719<li>For TrustZone projects, to match the CMSIS Device Template partition_stm32l552xx.h/partition_stm32l562xx.h for SAU declaration and secure project examples Flash configuration, please set the User Option bytes as follows before download and execution: 2720<ul> 2721<li>TZEN=1</li> 2722<li>DBANK=1</li> 2723<li>SECWM1_STRT=0x0 SECWM1_PEND=0x7F meaning all 128 pages of Internal Flash Bank1 set as secure</li> 2724<li>SECWM2_STRT=0x1 SECWM1_PEND=0x0 meaning no page of Flash Bank2 set as secure, hence Bank2 non-secure</li> 2725</ul></li> 2726<li>For other projects with no TrustZone, please set the User Option Bytes as follows before download and execution: 2727<ul> 2728<li>TZEN=0</li> 2729<li>DBANK=1</li> 2730</ul></li> 2731</ul></li> 2732<li>STM32CubeMX V5.5.0 2733<ul> 2734<li>Starter STM32CubeMX version V5.4.0 used for first project examples creation</li> 2735</ul></li> 2736</ul> 2737</div> 2738</div> 2739<div class="collapse"> 2740<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true"><strong>V1.0.0 / 13-December-2019</strong></label> 2741<div> 2742<h2 id="main-changes-6">Main Changes</h2> 2743<p><strong>First release of STM32CubeL5 Firmware Package</strong></p> 2744<h2 id="contents-6">Contents</h2> 2745<ul> 2746<li>CMSIS Device STM32L5xx for STM32L552xx/STM32L562xx 2747<ul> 2748<li>Note: default Security Attribute Unit (SAU) configuration in partition_stm32l552xx.h and partition_stm32l562xx.h is available from \Include\Templates 2749<ul> 2750<li>default SAU setup is: 2751<ul> 2752<li>SAU region 0: 0x0C03E000-0x0C03FFFF (Secure, Non-Secure Callable)</li> 2753<li>SAU region 1: 0x08040000-0x0807FFFF (Non-Secure FLASH Bank2 (256 Kbytes))</li> 2754<li>SAU region 2: 0x20018000-0x2003FFFF (Non-Secure RAM (2nd half SRAM1 + SRAM2 (160 Kbytes)))</li> 2755<li>SAU region 3: 0x40000000-0x4FFFFFFF (Non-Secure Peripherals mapped memory)</li> 2756<li>SAU region 4: 0x60000000-0x9FFFFFFF (Non-Secure external memories)</li> 2757<li>SAU region 5: 0x0BF90000-0x0BFA8FFF (Non-Secure System memory)</li> 2758</ul></li> 2759</ul></li> 2760</ul></li> 2761<li>HAL and LL drivers 2762<ul> 2763<li>HAL drivers 2764<ul> 2765<li>ADC, COMP, CORTEX, CRC, CRYP, DAC, DFSDM, DMA, EXTI, FDCAN, FLASH, GPIO, GTZC, HASH, I2C, ICACHE, IRDA, IWDG, LPTIM, MMC, NAND, NOR, OPAMP, OSPI, OTFDEC, PCD, PKA, PWR, RCC, RNG, RTC, SAI, SD, SMARTCARD, SMBUS, SPI, SRAM, TIM, TSC, UART, USART, WWDG</li> 2766<li>Alternate TIM and RTC timebase templates (to be copied in user application)</li> 2767</ul></li> 2768<li>LL drivers 2769<ul> 2770<li>ADC, BUS, COMP, CORTEX, CRC, CRS, CRYP, DAC, DMA, DMAMUX, EXTI, GPIO, I2C, IWDG, LPTIM, LPUART, OPAMP, PKA, PWR, RCC, RNG, RTC, SDMMC, SPI, SYSTEM, TIM, UCPD, USART, UTILS, WWDG</li> 2771</ul></li> 2772</ul></li> 2773<li><p>BSP board drivers for NUCLEO-L552ZE-Q (MB1361-C02), STM32L552E-EV (MB1372-C02) and STM32L562E-DK (MB1373-C01)</p></li> 2774<li>Projects examples for TrustZone-disabled and TrustZone-enabled system configurations (refer to <a href="Projects/STM32CubeProjectsList.html">STM32CubeProjectsList.html</a> for Projects list) 2775<ul> 2776<li>Naming rule applied on Project Templates 2777<ul> 2778<li>Templates/TrustZoneDisabled when TrustZone security is disabled in the system (Flash option bit TZEN=0)</li> 2779<li>Templates/TrustZoneEnabled when TrustZone security is enabled in the system (Flash option bit TZEN=1)</li> 2780</ul></li> 2781<li>Naming rule applied on Project Examples 2782<ul> 2783<li>"_TrustZone" suffix used for TrustZone-enabled projects (Flash option bit TZEN=1) except Trusted Firmware-M (TFM) applications, others are provided for default TrustZone-disabled system (Flash option bit TZEN=0) but can be easily ported to TrustZone-enabled system.</li> 2784</ul></li> 2785</ul></li> 2786</ul> 2787<h2 id="components-2">Components</h2> 2788<table> 2789<caption><strong>Drivers</strong></caption> 2790<thead> 2791<tr class="header"> 2792<th style="text-align: left;">Name</th> 2793<th style="text-align: left;">Version</th> 2794<th style="text-align: center;">Release note</th> 2795</tr> 2796</thead> 2797<tbody> 2798<tr class="odd"> 2799<td style="text-align: left;">Cortex-M CMSIS</td> 2800<td style="text-align: left;">V5.4.0</td> 2801<td style="text-align: center;"><a href="Drivers/CMSIS/README.md">release notes</a></td> 2802</tr> 2803<tr class="even"> 2804<td style="text-align: left;">STM32L5xx CMSIS</td> 2805<td style="text-align: left;">V1.0.0</td> 2806<td style="text-align: center;"><a href="Drivers/CMSIS/Device/ST/STM32L5xx/Release_Notes.html">release notes</a></td> 2807</tr> 2808<tr class="odd"> 2809<td style="text-align: left;">STM32L5xx HAL</td> 2810<td style="text-align: left;">V1.0.0</td> 2811<td style="text-align: center;"><a href="Drivers/STM32L5xx_HAL_Driver/Release_Notes.html">release notes</a></td> 2812</tr> 2813<tr class="even"> 2814<td style="text-align: left;">BSP STM32L552E_EVAL</td> 2815<td style="text-align: left;">V1.0.0</td> 2816<td style="text-align: center;"><a href="Drivers/BSP/STM32L552E-EV/Release_Notes.html">release notes</a></td> 2817</tr> 2818<tr class="odd"> 2819<td style="text-align: left;">BSP STM32L562E-Discovery</td> 2820<td style="text-align: left;">V1.0.0</td> 2821<td style="text-align: center;"><a href="Drivers/BSP/STM32L562E-DK/Release_Notes.html">release notes</a></td> 2822</tr> 2823<tr class="even"> 2824<td style="text-align: left;">BSP STM32L5xx_Nucleo</td> 2825<td style="text-align: left;">V1.0.0</td> 2826<td style="text-align: center;"><a href="Drivers/BSP/STM32L5xx_Nucleo/Release_Notes.html">release notes</a></td> 2827</tr> 2828<tr class="odd"> 2829<td style="text-align: left;">BSP Common</td> 2830<td style="text-align: left;">V6.0.1</td> 2831<td style="text-align: center;"><a href="Drivers/BSP/Components/Common/Release_Notes.html">release notes</a></td> 2832</tr> 2833<tr class="even"> 2834<td style="text-align: left;">BSP cs42l51</td> 2835<td style="text-align: left;">V2.0.1</td> 2836<td style="text-align: center;"><a href="Drivers/BSP/Components/cs42l51/Release_Notes.html">release notes</a></td> 2837</tr> 2838<tr class="odd"> 2839<td style="text-align: left;">BSP ft6x06</td> 2840<td style="text-align: left;">V2.0.0</td> 2841<td style="text-align: center;"><a href="Drivers/BSP/Components/ft6x06/Release_Notes.html">release notes</a></td> 2842</tr> 2843<tr class="even"> 2844<td style="text-align: left;">BSP hx8347i</td> 2845<td style="text-align: left;">V2.0.0</td> 2846<td style="text-align: center;"><a href="Drivers/BSP/Components/hx8347i/Release_Notes.html">release notes</a></td> 2847</tr> 2848<tr class="odd"> 2849<td style="text-align: left;">BSP iss66wvh8m8</td> 2850<td style="text-align: left;">V2.0.0</td> 2851<td style="text-align: center;"><a href="Drivers/BSP/Components/iss66wvh8m8/Release_Notes.html">release notes</a></td> 2852</tr> 2853<tr class="even"> 2854<td style="text-align: left;">BSP lsm6dso</td> 2855<td style="text-align: left;">V1.2.1</td> 2856<td style="text-align: center;"><a href="Drivers/BSP/Components/lsm6dso/Release_Notes.html">release notes</a></td> 2857</tr> 2858<tr class="odd"> 2859<td style="text-align: left;">BSP mfxstm32l152</td> 2860<td style="text-align: left;">V3.0.1</td> 2861<td style="text-align: center;"><a href="Drivers/BSP/Components/mfxstm32l152/Release_Notes.html">release notes</a></td> 2862</tr> 2863<tr class="even"> 2864<td style="text-align: left;">BSP mx25lm51245g</td> 2865<td style="text-align: left;">V2.0.1</td> 2866<td style="text-align: center;"><a href="Drivers/BSP/Components/mx25lm51245g/Release_Notes.html">release notes</a></td> 2867</tr> 2868<tr class="odd"> 2869<td style="text-align: left;">BSP stmpe811</td> 2870<td style="text-align: left;">V3.0.0</td> 2871<td style="text-align: center;"><a href="Drivers/BSP/Components/stmpe811/Release_Notes.html">release notes</a></td> 2872</tr> 2873<tr class="even"> 2874<td style="text-align: left;">BSP st7789h2</td> 2875<td style="text-align: left;">V2.0.0</td> 2876<td style="text-align: center;"><a href="Drivers/BSP/Components/st7789h2/Release_Notes.html">release notes</a></td> 2877</tr> 2878</tbody> 2879</table> 2880<table> 2881<caption><strong>Middlewares</strong></caption> 2882<thead> 2883<tr class="header"> 2884<th style="text-align: left;">Name</th> 2885<th style="text-align: left;">Version</th> 2886<th style="text-align: left;">Release note</th> 2887</tr> 2888</thead> 2889<tbody> 2890<tr class="odd"> 2891<td style="text-align: left;">STM32 USB Device Library</td> 2892<td style="text-align: left;">V2.5.3</td> 2893<td style="text-align: left;"><a href="Middlewares/ST/STM32_USB_Device_Library/Release_Notes.html">release notes</a></td> 2894</tr> 2895<tr class="even"> 2896<td style="text-align: left;">STM32 USBPD Core Library</td> 2897<td style="text-align: left;">V2.9.0</td> 2898<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Core/Release_Notes.html">release notes</a></td> 2899</tr> 2900<tr class="odd"> 2901<td style="text-align: left;">STM32 USBPD Device Library</td> 2902<td style="text-align: left;">V1.2.0</td> 2903<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Devices/STM32L5XX/Release_Notes.html">release notes</a></td> 2904</tr> 2905<tr class="even"> 2906<td style="text-align: left;">STM32 TouchSensing Library</td> 2907<td style="text-align: left;">V2.2.0</td> 2908<td style="text-align: left;"><a href="Middlewares/ST/STM32_TouchSensing_Library/Release_Notes.html">release notes</a></td> 2909</tr> 2910<tr class="odd"> 2911<td style="text-align: left;">FatFS R0.12c ST modified 20191011</td> 2912<td style="text-align: left;">R0.12c</td> 2913<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/00history.txt">FatFS release notes</a></td> 2914</tr> 2915<tr class="even"> 2916<td style="text-align: left;"></td> 2917<td style="text-align: left;">ST modified 20191011</td> 2918<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/src/st_readme.txt">ST release notes</a></td> 2919</tr> 2920<tr class="odd"> 2921<td style="text-align: left;">FreeRTOS</td> 2922<td style="text-align: left;">V10.2.1</td> 2923<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/readme.txt">FreeRTOS release notes</a></td> 2924</tr> 2925<tr class="even"> 2926<td style="text-align: left;"></td> 2927<td style="text-align: left;">ST modified 20191213</td> 2928<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/st_readme.txt">ST release notes</a></td> 2929</tr> 2930<tr class="odd"> 2931<td style="text-align: left;">mbedTLS ST modified 20181221</td> 2932<td style="text-align: left;">V2.14.1</td> 2933<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/README.md">release notes</a></td> 2934</tr> 2935<tr class="even"> 2936<td style="text-align: left;"></td> 2937<td style="text-align: left;">ST modified 20181221</td> 2938<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/st_readme.txt">ST release notes</a></td> 2939</tr> 2940<tr class="odd"> 2941<td style="text-align: left;">mbed-crypto ST modified 20191107</td> 2942<td style="text-align: left;">V1.0.0</td> 2943<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/README.md">release notes</a></td> 2944</tr> 2945<tr class="even"> 2946<td style="text-align: left;"></td> 2947<td style="text-align: left;">ST modified 20191107</td> 2948<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/st_readme.txt">ST release notes</a></td> 2949</tr> 2950<tr class="odd"> 2951<td style="text-align: left;">trustedfirmware ST modified 20191202</td> 2952<td style="text-align: left;">TF-Mv1.0-RC2</td> 2953<td style="text-align: left;">Not available</td> 2954</tr> 2955<tr class="even"> 2956<td style="text-align: left;"></td> 2957<td style="text-align: left;">ST modified 20191202</td> 2958<td style="text-align: left;"><a href="Middlewares/Third_Party/trustedfirmware/st_readme.txt">ST release notes</a></td> 2959</tr> 2960</tbody> 2961</table> 2962<table> 2963<caption><strong>Utilities</strong></caption> 2964<thead> 2965<tr class="header"> 2966<th style="text-align: left;">Name</th> 2967<th style="text-align: left;">Version</th> 2968<th style="text-align: left;">Release note</th> 2969</tr> 2970</thead> 2971<tbody> 2972<tr class="odd"> 2973<td style="text-align: left;">basic_gui</td> 2974<td style="text-align: left;">V1.0.1</td> 2975<td style="text-align: left;"><a href="Utilities/basic_gui/Release_Notes.html">release notes</a></td> 2976</tr> 2977<tr class="even"> 2978<td style="text-align: left;">Fonts</td> 2979<td style="text-align: left;">V2.0.0</td> 2980<td style="text-align: left;"><a href="Utilities/Fonts/Release_Notes.html">release notes</a></td> 2981</tr> 2982<tr class="odd"> 2983<td style="text-align: left;">GUI_INTERFACE</td> 2984<td style="text-align: left;">V1.9.0</td> 2985<td style="text-align: left;"><a href="Utilities/GUI_INTERFACE/Release_Notes.html">release notes</a></td> 2986</tr> 2987<tr class="even"> 2988<td style="text-align: left;">TRACER_EMB</td> 2989<td style="text-align: left;">V1.2.0</td> 2990<td style="text-align: left;"><a href="Utilities/TRACER_EMB/Release_Notes.html">release notes</a></td> 2991</tr> 2992</tbody> 2993</table> 2994<p><br /> 2995</p> 2996<h2 id="notes-6">Notes</h2> 2997<ul> 2998<li>Caution on User Option bytes requirements for TZEN=1 prior to execution (see TrustZone project examples readme.txt file)</li> 2999</ul> 3000<h2 id="known-limitations-6">Known Limitations</h2> 3001<ul> 3002<li>Projects partially available for RealView Microcontroller Development Kit (MDK-ARM) and STM32CubeIDE</li> 3003<li>STM32L562E-DK demonstration firmware not available</li> 3004</ul> 3005<h2 id="development-toolchains-and-compilers-6">Development Toolchains and Compilers</h2> 3006<ul> 3007<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.32.3 + ST-Link 3008<ul> 3009<li>EWARM patch <strong>EWARMv8_STM32L5xx_Support_V11.2</strong> for STM32L5xx available from \Utilities\PC_Software</li> 3010<li>Please note that administrator rights are required on Windows 10 at patch installation</li> 3011</ul></li> 3012<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.27 3013<ul> 3014<li>Pack <strong>Keil.STM32L5xx_DFP.1.0.9.pack</strong> available from \Utilities\PC_Software 3015<ul> 3016<li>ST-Link usage requires 3017<ul> 3018<li>ST-Link Keil DLL updates (ST-LINKIII-Keil_SWO_v3_0_5_RC2.zip)</li> 3019<li>Keil TOOLS.INI update as indicated in the ST-Link Keil DLL update zip package</li> 3020</ul></li> 3021</ul></li> 3022</ul></li> 3023<li>STM32CubeIDE V1.2.0</li> 3024</ul> 3025<h2 id="supported-devices-and-hw-boards-6">Supported Devices and HW boards</h2> 3026<ul> 3027<li>STM32L552xx/STM32L562xx devices</li> 3028<li>STM32L552E-EV Evaluation board (MB1372 C-02)</li> 3029<li>STM32L562E-DK Discovery kit (MB1373 C-01)</li> 3030<li>NUCLEO-L552ZE-Q Nucleo kit (MB1361 C-02)</li> 3031</ul> 3032<h2 id="backward-compatibility-6">Backward Compatibility</h2> 3033<ul> 3034<li>Not applicable</li> 3035</ul> 3036<h2 id="dependencies-6">Dependencies</h2> 3037<ul> 3038<li>STM32CubeProgrammer V2.3.0 3039<ul> 3040<li>This tool shall be used to enable the security on the devices (TZEN=1)</li> 3041<li>For TrustZone projects, to match the CMSIS Device Template partition_stm32l552xx.h/partition_stm32l562xx.h for SAU declaration and secure project examples Flash configuration, please set the User Option bytes as follows before download and execution: 3042<ul> 3043<li>TZEN=1</li> 3044<li>DBANK=1</li> 3045<li>SECWM1_STRT=0x0 SECWM1_PEND=0x7F meaning all 128 pages of Internal Flash Bank1 set as secure</li> 3046<li>SECWM2_STRT=0x1 SECWM1_PEND=0x0 meaning no page of Flash Bank2 set as secure, hence Bank2 non-secure</li> 3047</ul></li> 3048<li>For other projects with no TrustZone, please set the User Option Bytes as follows before download and execution: 3049<ul> 3050<li>TZEN=0</li> 3051<li>DBANK=1</li> 3052</ul></li> 3053</ul></li> 3054<li>STM32CubeMX V5.5.0 3055<ul> 3056<li>Starter STM32CubeMX version V5.4.0 used for first project examples creation</li> 3057</ul></li> 3058</ul> 3059</div> 3060</div> 3061</div> 3062</div> 3063<footer class="sticky"> 3064<p>For complete documentation on STM32L5xx, visit: [<a href="http://www.st.com/stm32l5">www.st.com/stm32l5</a>]</p> 3065<em>This release note uses up to date web standards and, for this reason, should not be opened with Internet Explorer but preferably with popular browsers such as Google Chrome, Mozilla Firefox, Opera or Microsoft Edge.</em> 3066</footer> 3067</body> 3068</html> 3069