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 STM32WBAxx HAL Drivers</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="stm32wbaxx-hal-drivers"><mark>STM32WBAxx HAL Drivers</mark></h1> 26<p>Copyright © 2022 STMicroelectronics</p> 27<a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo_2020.png" alt="ST logo" /></a> 28</center> 29<h1 id="purpose">Purpose</h1> 30<p>The STM32Cube HAL and LL, an STM32 abstraction layer embedded software, ensure maximized portability across STM32 portfolio.</p> 31<p>The portable APIs layer provides a generic, multi instanced and simple set of APIs to interact with the upper layer (application, libraries and stacks). It is composed of native and extended APIs set. It is directly built around a generic architecture and allows the build-upon layers, like the middleware layer, to implement its functions without knowing in-depth the used STM32 device. This improves the library code reusability and guarantees an easy portability on other devices and STM32 families.</p> 32<p>The Low Layer (LL) drivers are part of the STM32Cube firmware HAL that provides a basic set of optimized and one shot services. The Low layer drivers, contrary to the HAL ones are not fully portable across the STM32 families; the availability of some functions depends on the physical availability of the relative features on the product. The Low Layer (LL) drivers are designed to offer the following features:</p> 33<ul> 34<li>New set of inline functions for direct and atomic register access</li> 35<li>One-shot operations that can be used by the HAL drivers or from application level</li> 36<li>Full independence from HAL and standalone usage (without HAL drivers)</li> 37<li>Full features coverage of all the supported peripherals</li> 38</ul> 39</div> 40<div class="col-sm-12 col-lg-8"> 41<h1 id="update-history">Update History</h1> 42<div class="collapse"> 43<input type="checkbox" id="collapse-section4" checked aria-hidden="true"> <label for="collapse-section4" checked aria-hidden="true"><strong>V1.0.0 / 08-February-2023</strong></label> 44<div> 45<h2 id="main-changes">Main Changes</h2> 46<h3 id="first-official-release-of-stm32cubewba-firmware-package-supporting-stm32wba52xx-devices">First Official Release of <strong>STM32CubeWBA</strong> Firmware package supporting <strong>STM32WBA52xx</strong> devices</h3> 47<h2 id="contents">Contents</h2> 48<h3 id="first-official-release-of-halll-drivers-for-stm32wbaxx-serie">First Official Release of <strong>HAL/LL Drivers</strong> for <strong>STM32WBAxx</strong> serie</h3> 49<ul> 50<li><strong>HAL/LL Drivers</strong> are available for all peripherals: 51<ul> 52<li><strong>HAL</strong>: ADC, CORTEX, CRC, CRYP, DMA, EXTI, FLASH, GPIO, GTZC, HASH, HSEM, I2C, ICACHE, IRDA, IWDG, LPTIM, PKA, PWR, RAMCFG, RCC, RNG, RTC, SMARTCARD, SMBUS, SPI, TIM, TSC, UART, USART, WWDG</li> 53<li><strong>LL</strong>: ADC, CRC, DMA, EXTI, GPIO, I2C, ICACHE, LPTIM, LPUART, PKA, PWR, RCC, RNG, RTC, SPI, TIM, USART, UTILS</li> 54</ul></li> 55</ul> 56<p><br /> 57</p> 58<h2 id="supported-devices-and-boards">Supported Devices and boards</h2> 59<ul> 60<li>STM32WBA52xx devices</li> 61<li>NUCLEO-WBA52CG board</li> 62</ul> 63<h2 id="backward-compatibility">Backward compatibility</h2> 64<ul> 65<li>Not applicable</li> 66</ul> 67<h2 id="known-limitations">Known Limitations</h2> 68<ul> 69<li>None</li> 70</ul> 71<h2 id="dependencies">Dependencies</h2> 72<ul> 73<li>None</li> 74</ul> 75<h2 id="notes">Notes</h2> 76<ul> 77<li>None</li> 78</ul> 79</div> 80</div> 81</div> 82</div> 83<footer class="sticky"> 84<div class="columns"> 85<div class="column" style="width:95%;"> 86<p>For complete documentation on STM32WBAxx, visit: <a href="http://www.st.com/stm32wba">www.st.com/stm32wba</a></p> 87<p><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></p> 88</div><div class="column" style="width:5%;"> 89<p><abbr title="Based on template cx566953 version 2.0">Info</abbr></p> 90</div> 91</div> 92</footer> 93</body> 94</html> 95