STM32CubeF4 icon indicating copy to clipboard operation
STM32CubeF4 copied to clipboard

STM32Cube MCU Full Package for the STM32F4 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 53 STM32CubeF4 issues
Sort by recently updated
recently updated
newest added

# Check value of pllm in function HAL_RCC_GetSysClockFreq of stm32f4xx_hal_rcc.c:911 Hi Community, There seems to be a bug in the latest version of STM32CubeF4, [stm32f4xx_hal_rcc.c line 911](https://github.com/STMicroelectronics/STM32CubeF4/blob/HEAD/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c#L911). A division by...

## IMPORTANT INFORMATION ### Contributor License Agreement (CLA) * The Pull Request feature will be considered by STMicroelectronics after the signature of a **Contributor License Agreement (CLA)** by the submitter....

enhancement
internal bug tracker
cmsis

To prevent compiler warnings/errors we have to wrap the definition of UNUSED with an ifndef. So there are no problems if this is already defined in the project Signed-off-by: Peter...

enhancement
internal bug tracker
hal

**Describe the set-up** * STM32CubeIDE Version: 1.10.1 * Project on STM32F407VGT6 with * FreeRtos (CMSIS_V2) * FatFs (on SD card) **Describe the bug** A clean compilation on a freshly generated...

cmsis

The lsm303agr and lsm303dlhc drivers (Lsm303agrDrv and Lsm303dlhcDrv) were incomplete and didn't have the functions related to enable interrupt. Now they have it and also the BSP_ACCELERO_Init function is updated...

enhancement

Other STM32Cube packages have all caps. Changed for better compatibility between different STM32 devices using HAL.

**Describe the set-up** * The board: custom board with STM32F407ZET6 * IDE: STM32CubeIDE 1.9.0 **Describe the bug** In some cases HAL_I2C_Mem_Read will finish reading given number of bytes from I2C...

duplicate
hal
needs clarification

There is a potential bug in the HTTP IAP example. In the web server, there this this if clause: https://github.com/STMicroelectronics/STM32CubeF4/blob/52757b5e33259a088509a777a9e3a5b971194c7d/Projects/STM324xG_EVAL/Applications/LwIP/LwIP_IAP/Src/httpserver.c#L231-L246 and https://github.com/STMicroelectronics/STM32CubeF4/blob/52757b5e33259a088509a777a9e3a5b971194c7d/Projects/STM324x9I_EVAL/Applications/LwIP/LwIP_IAP/Src/httpserver.c#L231-L246 which handles GET request. POST request and subsequent...

projects
eth
needs clarification
lwip

**Setup** - Board : STM32F412G-DISCO - IDE : VS Code + Platform.io **Describe the bug** The BSP for the STM32F412G-DISCO (`Drivers/BSP/STM32412G-Discovery/stm32412g_discovery.c`) has a [method to initialize the serial communication](https://github.com/STMicroelectronics/STM32CubeF4/blob/52757b5e33259a088509a777a9e3a5b971194c7d/Drivers/BSP/STM32412G-Discovery/stm32412g_discovery.c#L463) :...

internal bug tracker
bsp

Hi, can you add composite USB (for example USB MSC + USB CDC) driver to the Middlewares? I am sure many users will appreciate this. There are only few and...

enhancement
internal bug tracker
mw
usb