-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRelease_Notes.html
73 lines (72 loc) · 3.52 KB
/
Release_Notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Release Notes for STM32WL Firmware Package</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<link rel="stylesheet" href="_htmresc/mini-st_2020.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<link rel="icon" type="image/x-icon" href="_htmresc/favicon.png" />
</head>
<body>
<div class="row">
<div class="col-sm-12 col-lg-4">
<center>
<h1 id="release-notes-for">Release Notes for</h1>
<h1 id="STM32WL-SubGHz-Phy-Rx-Hop"><mark>STM32WL-SubGHz-Phy-Rx-Hop Example</mark></h1>
<p>Copyright © 2022 STMicroelectronics<br />
</p>
<a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo_2020.png" alt="ST logo" /></a>
</center>
<h1 id="purpose">Purpose</h1>
<p>STM32WL-SubGHz-Phy-Rx-Hop example demonstrates demonstrates a transmitter device (implemented on a stand alone Nucleo-WL55JC MB1389 board) and a receiver (implemented on a second Nucleo-WL55JC MB1389 board) that can be configured as a standalone demodulator or a frequency hopping scanner and demodulator.</p>
<p><strong>STM32WL-SubGHz-Phy-Rx-Hop example is being delivered as-is, not necessarily supported by ST.</mark></strong></p>
</ul></li>
</ul>
<p>This example includes the HAL and LL drivers provided in the <a href="https://github.com/STMicroelectronics/STM32CubeWL/releases/tag/v1.2.0">STM32CubeWL_v1.2.0</a> package. For further information about these components, see official package. </p>
<ul>
</div>
<div class="col-sm-12 col-lg-8">
<h1 id="update-history">Update History</h1>
<div class="collapse">
<input type="checkbox" id="collapse-section2" checked aria-hidden="true"> <label for="collapse-section2" aria-hidden="true"><strong>V1.1.0 / 27-June-2022</strong></label>
<div>
<h2 id="main-changes">Main Changes</h2>
<h3 id="initial-release-of-stm32wl-subghz-phy-rx-hop">Initial release of <strong>STM32WL-SubGHz-Phy-Rx-Hop</strong> Example </h3>
<p>In the STM32WL-SubGHz-Phy-Rx-Hop example, the project is generated with the STM32CubeMX tool to initialize the system, peripherals and middleware stacks. User can open the provided ioc file in STM32CubeMX to modify the settings and add additional peripherals, to customize his final application, or generate project for different compiler/toolchain; i.e. MDK-ARM</p>
<h2 id="components">Components</h2>
<p>Refer to Release Notes of offical STM32CubeWL v1.2.0 package for details of Compoents (Drivers, Cortex-M CMSIS, STM32 CMSIS, STMWLxx_HAL_Driver, STM32WLxx_Nucleo, Middlewares, Utilities)</p></ul></li>
</tr>
</tbody>
</table>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li> None </li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>IAR Embedded Workbench for ARM (EWARM) toolchain V9.20.x + ST-Link</li>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and Boards</h2>
<ul>
<li>STM32WL55xx devices</li>
<li>NUCLEO-WL55JC1 & ecosystem board - Nucleo kit RevC (MB1389-HIGHBAND-E02)</li>
</ul>
<h2 id="dependencies">Dependencies</h2>
<ul>
<li>STM32CubeMX 6.5.0</li>
</ul>
</div>
</div>
</footer>
</body>
</html>