STM32CubeL4 icon indicating copy to clipboard operation
STM32CubeL4 copied to clipboard

STM32Cube MCU Full Package for the STM32L4 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discov...

Results 27 STM32CubeL4 issues
Sort by recently updated
recently updated
newest added

**Describe the set-up** STM32G4 LL driver V1.2.2 / 10-November-2021 **Describe the bug** The function LL_CRS_ConfigSynchronization uses: MODIFY_REG(CRS->CR, CRS_CR_TRIM, HSI48CalibrationValue) ; So the calibration value is set in the lower byte...

bug
internal bug tracker
hal

**Describe the set-up** I am using the VisualGDB extension for Visual Studio. **Describe the bug** I noticed the the `HAL_FLASH_Program` failed to program when the [source was the same as...

enhancement
spotted before customer
internal bug tracker
projects

Setup: * Board: B-L475E-IOT01A * STM32CubeIDE Issue: I am trying to configure the NFC module and ultimately trying to run the WriteTag demo. I have imported the .h and .c...

bug
internal bug tracker
projects

https://github.com/STMicroelectronics/STM32CubeL4/blob/5e1553e07706491bd11f4edd304e093b6e4b83a4/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h#L87 ```C uint32_t USERConfig; /*!< Value of the user option byte (used for OPTIONBYTE_USER). This parameter can be a combination of @ref FLASH_OB_USER_BOR_LEVEL, @ref FLASH_OB_USER_nRST_STOP, @ref FLASH_OB_USER_nRST_STANDBY, @ref FLASH_OB_USER_nRST_SHUTDOWN, @ref...

internal bug tracker
documentation

**Describe the set-up** This issue should apply to code built targeting any Cortex-M0/3/4 core when using the provided startup_stm32*.s templates to define the vector table and the use of the...

enhancement
internal bug tracker
cmsis

I download STM32CubeL4 V1.17.0 In stm32l4xx_hal_opamp.h is in IS_OPAMP_POWERMODE() the legacy value OPAMP_POWERMODE_NORMAL used. ``` #define IS_OPAMP_POWERMODE(TRIMMING) (((TRIMMING) == OPAMP_POWERMODE_NORMAL) || \ ((TRIMMING) == OPAMP_POWERMODE_LOWPOWER) ) ``` But the current...

bug
internal bug tracker
hal

Hello, This part in the ADC LL driver contains duplicated arguments in `&` chain: https://github.com/STMicroelectronics/STM32CubeL4/blob/d023c0d560ace11509f9b761c8913a9e48fcf194/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_adc.h#L5216 Since `READ_BIT` is expanded to that: ```c ((*preg) & AWDy)) ``` The second `AWDy` usage...

internal bug tracker
hal

There is an issue with API design, and its really visible with drivers. If a function parameter is a pointer, and if a function is not modifying the resource that...

enhancement
internal bug tracker
hal

**Describe the set-up** * Custom board with a STM32L431. * STM32CubeIDE 1.13.1. **Describe the bug** In the following code in `stm32l4xx_hal_uart.c`, function `HAL_UART_Transmit()`, the `huart->TxXferCount` counter underflows, and since it...

bug
internal bug tracker
hal
usart

Hi ! I want to inquire the pinout and configuration setting detail in DFSDM L496G. Such as the the setting in channel, filter, clock. Because the situation is that I...

question
projects
documentation