STM32CubeF7 icon indicating copy to clipboard operation
STM32CubeF7 copied to clipboard

STM32Cube MCU Full Package for the STM32F7 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 19 STM32CubeF7 issues
Sort by recently updated
recently updated
newest added

Hi All, 3 years ago, I faced a problem with the GUI_Delay function from STemWin as it was not working as expected. I found similar issues all over the community...

bug
spotted before customer
internal bug tracker
st community
mw

example: https://www.st.com/en/licensed-software/touchgfx-mw.html?softwareProduct=TouchGFX-MW&softwareVersion=4.10.0

bug

I think there is a potential bug in the HTTP IAP example. In the web server, there this code:https://github.com/STMicroelectronics/STM32CubeF7/blob/f8bda023e34ce9935cb4efb9d1c299860137b6f3/Projects/STM32756G_EVAL/Applications/LwIP/LwIP_IAP/Src/httpserver.c#L232-L269 and https://github.com/STMicroelectronics/STM32CubeF7/blob/f8bda023e34ce9935cb4efb9d1c299860137b6f3/Projects/STM32F769I_EVAL/Applications/LwIP/LwIP_IAP/Src/httpserver.c#L232-L269 which is used for handling GET request. POST requests...

projects
needs clarification

**Describe the set-up** * Nucleo F746 * CubeIDE 1.3.0 * FW F7 v1.16.0 **Describe the bug** Calling HAL_EXTI_GetConfigLine() and HAL_EXTI_SetConfigLine(). **How To Reproduce** 1. The demo application gets the EXTI...

bug
internal bug tracker
st community
hal

How to generate font8.c、font16.、font24.c、、、fontX.c files? Is there a tool to automatically generate it? thanks

There are a lot of same files `file_operations.c` in different projects and different MCU series Cube packages. Now I use F7 and found error in `MSC_File_Operations()` all other files have...

bug
good first issue
internal bug tracker
projects

**Caution** I downloaded the latest version of STM32CubeF7. Then I opened _STM32CubeF7-master\Projects\STM32F769I-Discovery\Examples\BSP\SMDK-ARM_ and compiled project with uVision Keil 5.31 MDK-ARM. The project was compiled without any errors. Then I used...

bug
internal bug tracker
projects

**Describe the bug** There is a typo in ART_ACCLERATOR_ENABLE define. It's missing an E here ART_ACC**E**LERATOR_ENABLE. The misspelled word is at: stm32f7xx_hal_conf_template.h and stm32f7xx_hal.c (line 141).

internal bug tracker
hal

**Describe the bug** The IRQ handler _DMA2_Stream4_IRQHandler_ is defined twice in every startup file inside the whole repository. https://github.com/STMicroelectronics/STM32CubeF7/blob/f8cefdf02e8ad7fd06bd38a2dd85a55ecdbe92a9/Drivers/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f722xx.s#L466-L470 **How To Reproduce** This issue only occurs when compiling any of...

internal bug tracker
cmsis

**Describe the bug** The code in core_cm7.h is missing macros that are in present in the STM32CubeH7 version of the file. This STM32F7 repo has [V5.0.8 of the file from...

enhancement
cmsis