commit | d0e2bc7f10b2ad29f00cd6b647b399ce187addec | [log] [tgz] |
---|---|---|
author | Ali Labbene <ali.labbene@st.com> | Fri Dec 02 10:17:43 2022 +0100 |
committer | Ali Labbene <ali.labbene@st.com> | Fri Dec 02 10:19:05 2022 +0100 |
tree | 9e8fc5340d065ef76cc97369610b66f12422f4dc | |
parent | 5366155bd0cf65532a5c20c62213b28ccac13ef5 [diff] |
[HAL][LPTIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() Rationale: HAL_xxx_RegisterCallback() must be called before HAL_xxx_Init(), which creates the semaphore used when invoking __HAL_LOCK() and __HAL_UNLOCK(). Invoking __HAL_LOCK() and __HAL_UNLOCK() in HAL_xxx_RegisterCallback() means using the semaphore before its creation.
STM32Cube is an STMicroelectronics original initiative to ease developers' life by reducing efforts, time and cost.
STM32Cube covers the overall STM32 products portfolio. It includes a comprehensive embedded software platform delivered for each STM32 series.
Two models of publication are proposed for the STM32Cube embedded software:
This stm32f7xx_hal_driver MCU component repo is one element of the STM32CubeF7 MCU embedded software package, providing the HAL-LL Drivers part.
Details about the content of this release are available in the release note here.
It is crucial that you use a consistent set of versions for the CMSIS Core - CMSIS Device - HAL, as mentioned in this release note.
The full STM32CubeF7 MCU package is available here.
Please refer to the CONTRIBUTING.md guide.