Release v1.12.1
diff --git a/Include/stm32wbxx.h b/Include/stm32wbxx.h index 8f4bfc1..e434606 100644 --- a/Include/stm32wbxx.h +++ b/Include/stm32wbxx.h
@@ -69,7 +69,7 @@ */ #define __STM32WBxx_CMSIS_VERSION_MAIN (0x01U) /*!< [31:24] main version */ #define __STM32WBxx_CMSIS_VERSION_SUB1 (0x0CU) /*!< [23:16] sub1 version */ -#define __STM32WBxx_CMSIS_VERSION_SUB2 (0x00U) /*!< [15:8] sub2 version */ +#define __STM32WBxx_CMSIS_VERSION_SUB2 (0x01U) /*!< [15:8] sub2 version */ #define __STM32WBxx_CMSIS_VERSION_RC (0x00U) /*!< [7:0] release candidate */ #define __STM32WBxx_CMSIS_DEVICE_VERSION ((__STM32WBxx_CMSIS_VERSION_MAIN << 24)\ |(__STM32WBxx_CMSIS_VERSION_SUB1 << 16)\
diff --git a/Release_Notes.html b/Release_Notes.html index 2d94d71..ebceb5e 100644 --- a/Release_Notes.html +++ b/Release_Notes.html
@@ -90,13 +90,11 @@ <div class="col-sm-12 col-lg-8"> <h1 id="update-history">Update History</h1> <div class="collapse"> -<input type="checkbox" id="collapse-section13" checked aria-hidden="true"> <label for="collapse-section13" aria-hidden="true">V1.12.0 / 09-November-2022</label> +<input type="checkbox" id="collapse-section14" checked aria-hidden="true"> <label for="collapse-section14" aria-hidden="true">V1.12.1 / 07-February-2024</label> <div> <h2 id="main-changes">Main Changes</h2> <ul> -<li>Fix incorrect USB_BASE and USB_PMAADDR addresses</li> -<li>Fix initialization missing of data in RAM2 memory</li> -<li>Add specific LSE_VALUE for STM32WB5Mxx</li> +<li>Update declaration of g_pfnVectors size in gcc/startup files</li> </ul> <h2 id="supported-devices-and-boards">Supported Devices and boards</h2> <ul> @@ -105,11 +103,13 @@ </div> </div> <div class="collapse"> -<input type="checkbox" id="collapse-section12" aria-hidden="true"> <label for="collapse-section12" aria-hidden="true">V1.11.0 / 08-June-2022</label> +<input type="checkbox" id="collapse-section13" aria-hidden="true"> <label for="collapse-section13" aria-hidden="true">V1.12.0 / 09-November-2022</label> <div> <h2 id="main-changes-1">Main Changes</h2> <ul> -<li>Add support for the upcoming STM32WB1M device</li> +<li>Fix incorrect USB_BASE and USB_PMAADDR addresses</li> +<li>Fix initialization missing of data in RAM2 memory</li> +<li>Add specific LSE_VALUE for STM32WB5Mxx</li> </ul> <h2 id="supported-devices-and-boards-1">Supported Devices and boards</h2> <ul> @@ -118,26 +118,24 @@ </div> </div> <div class="collapse"> -<input type="checkbox" id="collapse-section11" aria-hidden="true"> <label for="collapse-section11" aria-hidden="true">V1.10.1 / 25-March-2022</label> +<input type="checkbox" id="collapse-section12" aria-hidden="true"> <label for="collapse-section12" aria-hidden="true">V1.11.0 / 08-June-2022</label> <div> <h2 id="main-changes-2">Main Changes</h2> <ul> -<li>Align ADC registers naming on Reference Manual (For STM32WB15xx & STM32WB10xx)</li> +<li>Add support for the upcoming STM32WB1M device</li> </ul> <h2 id="supported-devices-and-boards-2">Supported Devices and boards</h2> <ul> -<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx, STM32WB30xx, STM32WB15xx and STM32WB10xx devices.</li> +<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx, STM32WB30xx, STM32WB15xx, STM32WB10xx and STM32WB1Mxx devices.</li> </ul> </div> </div> <div class="collapse"> -<input type="checkbox" id="collapse-section10" aria-hidden="true"> <label for="collapse-section10" aria-hidden="true">V1.10.0 / 12-November-2021</label> +<input type="checkbox" id="collapse-section11" aria-hidden="true"> <label for="collapse-section11" aria-hidden="true">V1.10.1 / 25-March-2022</label> <div> <h2 id="main-changes-3">Main Changes</h2> <ul> -<li>Update CMSIS devices drivers for all value lines not supporting SMPS</li> -<li>All source files and templates: update disclaimer to add reference to the new license agreement</li> -<li>Correct English spelling typos and remove non UTF-8 characters in comments</li> +<li>Align ADC registers naming on Reference Manual (For STM32WB15xx & STM32WB10xx)</li> </ul> <h2 id="supported-devices-and-boards-3">Supported Devices and boards</h2> <ul> @@ -146,10 +144,25 @@ </div> </div> <div class="collapse"> -<input type="checkbox" id="collapse-section9" aria-hidden="true"> <label for="collapse-section9" aria-hidden="true">V1.9.0 / 24-June-2021</label> +<input type="checkbox" id="collapse-section10" aria-hidden="true"> <label for="collapse-section10" aria-hidden="true">V1.10.0 / 12-November-2021</label> <div> <h2 id="main-changes-4">Main Changes</h2> <ul> +<li>Update CMSIS devices drivers for all value lines not supporting SMPS</li> +<li>All source files and templates: update disclaimer to add reference to the new license agreement</li> +<li>Correct English spelling typos and remove non UTF-8 characters in comments</li> +</ul> +<h2 id="supported-devices-and-boards-4">Supported Devices and boards</h2> +<ul> +<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx, STM32WB30xx, STM32WB15xx and STM32WB10xx devices.</li> +</ul> +</div> +</div> +<div class="collapse"> +<input type="checkbox" id="collapse-section9" aria-hidden="true"> <label for="collapse-section9" aria-hidden="true">V1.9.0 / 24-June-2021</label> +<div> +<h2 id="main-changes-5">Main Changes</h2> +<ul> <li>Add atomic register access services: <ul> <li>32-bit register access: ATOMIC_SET_BIT(), ATOMIC_CLEAR_BIT(), ATOMIC_MODIFY_REG()</li> @@ -162,7 +175,7 @@ <li>Add define LSI_STARTUP_TIME used in default IWDG timeout calculation (HAL_IWDG_DEFAULT_TIMEOUT)</li> <li>Add define FLASH_ECCR_CPUID bits for new macro __HAL_FLASH_ECC_CPUID() macro</li> </ul> -<h2 id="supported-devices-and-boards-4">Supported Devices and boards</h2> +<h2 id="supported-devices-and-boards-5">Supported Devices and boards</h2> <ul> <li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx, STM32WB30xx, STM32WB15xx and STM32WB10xx devices.</li> </ul> @@ -171,7 +184,7 @@ <div class="collapse"> <input type="checkbox" id="collapse-section8" aria-hidden="true"> <label for="collapse-section8" aria-hidden="true">V1.8.0 / 09-February-2021</label> <div> -<h2 id="main-changes-5">Main Changes</h2> +<h2 id="main-changes-6">Main Changes</h2> <h3 id="add-support-for-stm32wb15xx-and-stm32wb10xx">Add support for STM32WB15xx and STM32WB10xx</h3> <ul> <li>Change how to adapt VTOR for user</li> @@ -182,7 +195,7 @@ <li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li> <li>System Workbench STM32 (SW4STM32) toolchain V2.7</li> </ul> -<h2 id="supported-devices-and-boards-5">Supported Devices and boards</h2> +<h2 id="supported-devices-and-boards-6">Supported Devices and boards</h2> <ul> <li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx, STM32WB30xx, STM32WB15xx and STM32WB10xx devices.</li> </ul> @@ -191,7 +204,7 @@ <div class="collapse"> <input type="checkbox" id="collapse-section7" aria-hidden="true"> <label for="collapse-section7" aria-hidden="true">V1.7.0 / 30-October-2020</label> <div> -<h2 id="main-changes-6">Main Changes</h2> +<h2 id="main-changes-7">Main Changes</h2> <h3 id="maintenance-release">Maintenance release</h3> <p>Maintenance release for <strong>STM32WBxx</strong> devices (stm32wb55xx, stm32wb50xx, stm32wb35xx and stm32wb30xx devices)</p> <table> @@ -221,7 +234,7 @@ <li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li> <li>System Workbench STM32 (SW4STM32) toolchain V2.7</li> </ul> -<h2 id="supported-devices-and-boards-6">Supported Devices and boards</h2> +<h2 id="supported-devices-and-boards-7">Supported Devices and boards</h2> <ul> <li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx and STM32WB30xx devices.</li> </ul> @@ -230,7 +243,7 @@ <div class="collapse"> <input type="checkbox" id="collapse-section6" aria-hidden="true"> <label for="collapse-section6" aria-hidden="true">v1.6.0 / 05-June-2020</label> <div> -<h2 id="main-changes-7">Main Changes</h2> +<h2 id="main-changes-8">Main Changes</h2> <h3 id="maintenance-release-1">Maintenance release</h3> <p>Maintenance release for <strong>STM32WBxx</strong> devices (stm32wb55xx, stm32wb50xx, stm32wb35xx and stm32wb30xx devices)</p> <table> @@ -269,7 +282,7 @@ <li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li> <li>System Workbench STM32 (SW4STM32) toolchain V2.7</li> </ul> -<h2 id="supported-devices-and-boards-7">Supported Devices and boards</h2> +<h2 id="supported-devices-and-boards-8">Supported Devices and boards</h2> <ul> <li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx and STM32WB30xx devices.</li> </ul> @@ -278,7 +291,7 @@ <div class="collapse"> <input type="checkbox" id="collapse-section5" aria-hidden="true"> <label for="collapse-section5" aria-hidden="true">V1.4.0 / 12-February-2020</label> <div> -<h2 id="main-changes-8">Main Changes</h2> +<h2 id="main-changes-9">Main Changes</h2> <h3 id="introduction-of-stm32wb35xx-stm32wb30xx-and-stm32wb5mxx-product">Introduction of STM32WB35xx, STM32WB30xx and STM32WB5Mxx product</h3> <p>This release introduce the support of STM32WB5Mxx, STM32WB35xx product and its value line STM32WB30xx.</p> <p>Added features:</p> @@ -296,7 +309,7 @@ <li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li> <li>System Workbench STM32 (SW4STM32) toolchain V2.7</li> </ul> -<h2 id="supported-devices-and-boards-8">Supported Devices and boards</h2> +<h2 id="supported-devices-and-boards-9">Supported Devices and boards</h2> <ul> <li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx and STM32WB30xx devices.</li> </ul> @@ -305,7 +318,7 @@ <div class="collapse"> <input type="checkbox" id="collapse-section4" aria-hidden="true"> <label for="collapse-section4" aria-hidden="true">V1.3.0 / 11-September-2019</label> <div> -<h2 id="main-changes-9">Main Changes</h2> +<h2 id="main-changes-10">Main Changes</h2> <p>Maintenance release for <strong>STM32WBxx</strong> devices (stm32wb55xx and stm32wb50xx devices)</p> <table> <thead> @@ -334,7 +347,7 @@ <li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li> <li>System Workbench STM32 (SW4STM32) toolchain V2.7</li> </ul> -<h2 id="supported-devices-and-boards-9">Supported Devices and boards</h2> +<h2 id="supported-devices-and-boards-10">Supported Devices and boards</h2> <ul> <li>STM32WB55xx, STM32WB50xx devices</li> </ul> @@ -343,7 +356,7 @@ <div class="collapse"> <input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V1.2.0 / 26-June-2019</label> <div> -<h2 id="main-changes-10">Main Changes</h2> +<h2 id="main-changes-11">Main Changes</h2> <h3 id="introduction-of-stm32wb50xx-device">Introduction of STM32WB50xx device</h3> <p>First release for STM32WBxx CMSIS introducing <strong>stm32wb50xx</strong> devices.</p> <h2 id="contents">Contents</h2> @@ -354,7 +367,7 @@ <li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li> <li>System Workbench STM32 (SW4STM32) toolchain V2.7</li> </ul> -<h2 id="supported-devices-and-boards-10">Supported Devices and boards</h2> +<h2 id="supported-devices-and-boards-11">Supported Devices and boards</h2> <ul> <li>STM32WB55xx and STM32WB50xx devices</li> </ul> @@ -363,7 +376,7 @@ <div class="collapse"> <input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V1.1.0 / 05-April-2019</label> <div> -<h2 id="main-changes-11">Main Changes</h2> +<h2 id="main-changes-12">Main Changes</h2> <h3 id="maintenance-release-2">Maintenance release</h3> <p>Maintenance release for <strong>STM32WBxx</strong> devices (stm32wb55xx devices)</p> <table> @@ -387,7 +400,7 @@ <div class="collapse"> <input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 06-February-2019</label> <div> -<h2 id="main-changes-12">Main Changes</h2> +<h2 id="main-changes-13">Main Changes</h2> <h3 id="first-release">First release</h3> <p>Add support of STM32WB55xx.</p> </div>
diff --git a/Source/Templates/gcc/startup_stm32wb10xx_cm4.s b/Source/Templates/gcc/startup_stm32wb10xx_cm4.s index 096e218..bf75fb1 100644 --- a/Source/Templates/gcc/startup_stm32wb10xx_cm4.s +++ b/Source/Templates/gcc/startup_stm32wb10xx_cm4.s
@@ -137,7 +137,6 @@ ******************************************************************************/ .section .isr_vector,"a",%progbits .type g_pfnVectors, %object - .size g_pfnVectors, .-g_pfnVectors g_pfnVectors: @@ -221,6 +220,8 @@ .word 0 .word DMAMUX1_OVR_IRQHandler + .size g_pfnVectors, .-g_pfnVectors + /******************************************************************************* * * Provide weak aliases for each Exception handler to the Default_Handler.
diff --git a/Source/Templates/gcc/startup_stm32wb15xx_cm4.s b/Source/Templates/gcc/startup_stm32wb15xx_cm4.s index 2c6949e..d1c47c5 100644 --- a/Source/Templates/gcc/startup_stm32wb15xx_cm4.s +++ b/Source/Templates/gcc/startup_stm32wb15xx_cm4.s
@@ -137,7 +137,6 @@ ******************************************************************************/ .section .isr_vector,"a",%progbits .type g_pfnVectors, %object - .size g_pfnVectors, .-g_pfnVectors g_pfnVectors: @@ -221,6 +220,8 @@ .word 0 .word DMAMUX1_OVR_IRQHandler + .size g_pfnVectors, .-g_pfnVectors + /******************************************************************************* * * Provide weak aliases for each Exception handler to the Default_Handler.
diff --git a/Source/Templates/gcc/startup_stm32wb1mxx_cm4.s b/Source/Templates/gcc/startup_stm32wb1mxx_cm4.s index 0975a74..a10397d 100644 --- a/Source/Templates/gcc/startup_stm32wb1mxx_cm4.s +++ b/Source/Templates/gcc/startup_stm32wb1mxx_cm4.s
@@ -137,7 +137,6 @@ ******************************************************************************/ .section .isr_vector,"a",%progbits .type g_pfnVectors, %object - .size g_pfnVectors, .-g_pfnVectors g_pfnVectors: @@ -221,6 +220,8 @@ .word 0 .word DMAMUX1_OVR_IRQHandler + .size g_pfnVectors, .-g_pfnVectors + /******************************************************************************* * * Provide weak aliases for each Exception handler to the Default_Handler.
diff --git a/Source/Templates/gcc/startup_stm32wb30xx_cm4.s b/Source/Templates/gcc/startup_stm32wb30xx_cm4.s index 4efe128..e5e603f 100644 --- a/Source/Templates/gcc/startup_stm32wb30xx_cm4.s +++ b/Source/Templates/gcc/startup_stm32wb30xx_cm4.s
@@ -137,7 +137,6 @@ ******************************************************************************/ .section .isr_vector,"a",%progbits .type g_pfnVectors, %object - .size g_pfnVectors, .-g_pfnVectors g_pfnVectors: @@ -221,6 +220,8 @@ .word 0 .word DMAMUX1_OVR_IRQHandler + .size g_pfnVectors, .-g_pfnVectors + /******************************************************************************* * * Provide weak aliases for each Exception handler to the Default_Handler.
diff --git a/Source/Templates/gcc/startup_stm32wb35xx_cm4.s b/Source/Templates/gcc/startup_stm32wb35xx_cm4.s index 65ead5e..3125a79 100644 --- a/Source/Templates/gcc/startup_stm32wb35xx_cm4.s +++ b/Source/Templates/gcc/startup_stm32wb35xx_cm4.s
@@ -137,7 +137,6 @@ ******************************************************************************/ .section .isr_vector,"a",%progbits .type g_pfnVectors, %object - .size g_pfnVectors, .-g_pfnVectors g_pfnVectors: @@ -221,6 +220,8 @@ .word DMA2_Channel7_IRQHandler .word DMAMUX1_OVR_IRQHandler + .size g_pfnVectors, .-g_pfnVectors + /******************************************************************************* * * Provide weak aliases for each Exception handler to the Default_Handler.
diff --git a/Source/Templates/gcc/startup_stm32wb50xx_cm4.s b/Source/Templates/gcc/startup_stm32wb50xx_cm4.s index ccf0f19..1a74417 100644 --- a/Source/Templates/gcc/startup_stm32wb50xx_cm4.s +++ b/Source/Templates/gcc/startup_stm32wb50xx_cm4.s
@@ -138,7 +138,6 @@ ******************************************************************************/ .section .isr_vector,"a",%progbits .type g_pfnVectors, %object - .size g_pfnVectors, .-g_pfnVectors g_pfnVectors: @@ -222,6 +221,8 @@ .word 0 .word DMAMUX1_OVR_IRQHandler + .size g_pfnVectors, .-g_pfnVectors + /******************************************************************************* * * Provide weak aliases for each Exception handler to the Default_Handler.
diff --git a/Source/Templates/gcc/startup_stm32wb55xx_cm4.s b/Source/Templates/gcc/startup_stm32wb55xx_cm4.s index d7f99ea..8f391be 100644 --- a/Source/Templates/gcc/startup_stm32wb55xx_cm4.s +++ b/Source/Templates/gcc/startup_stm32wb55xx_cm4.s
@@ -137,7 +137,6 @@ ******************************************************************************/ .section .isr_vector,"a",%progbits .type g_pfnVectors, %object - .size g_pfnVectors, .-g_pfnVectors g_pfnVectors: @@ -221,6 +220,8 @@ .word DMA2_Channel7_IRQHandler .word DMAMUX1_OVR_IRQHandler + .size g_pfnVectors, .-g_pfnVectors + /******************************************************************************* * * Provide weak aliases for each Exception handler to the Default_Handler.
diff --git a/Source/Templates/gcc/startup_stm32wb5mxx_cm4.s b/Source/Templates/gcc/startup_stm32wb5mxx_cm4.s index 68434a2..d05c8e7 100644 --- a/Source/Templates/gcc/startup_stm32wb5mxx_cm4.s +++ b/Source/Templates/gcc/startup_stm32wb5mxx_cm4.s
@@ -137,7 +137,6 @@ ******************************************************************************/ .section .isr_vector,"a",%progbits .type g_pfnVectors, %object - .size g_pfnVectors, .-g_pfnVectors g_pfnVectors: @@ -221,6 +220,8 @@ .word DMA2_Channel7_IRQHandler .word DMAMUX1_OVR_IRQHandler + .size g_pfnVectors, .-g_pfnVectors + /******************************************************************************* * * Provide weak aliases for each Exception handler to the Default_Handler.