stm32h7xx_hal_driver icon indicating copy to clipboard operation
stm32h7xx_hal_driver copied to clipboard

Provides the STM32Cube MCU Component "hal_driver" of the STM32H7 series.

Results 33 stm32h7xx_hal_driver issues
Sort by recently updated
recently updated
newest added

**Describe the set-up** Seedstudio Wio Lite AI (based on STM32H725AEIX ) VSCode with GCC **Describe the bug** stm32h7xx_ll_delayblock.c has the following code : `#if defined(HAL_SD_MODULE_ENABLED) || defined(HAL_QSPI_MODULE_ENABLED)` that made it...

bug
internal bug tracker
hal
xspi

**Caution** The Issues are strictly limited for the reporting of problem encountered with the software provided in this project. For any other problem related to the STM32 product, the performance,...

bug
hal
eth

**Describe the set-up** * `STM32H757I-EVAL` * `arm-none-eabi-gcc (Arch Repository) 14.1.0` + CMake **Describe the bug** `HASH_Start_IT` silently fails when called with `Size` < 4 while in `HAL_HASH_PHASE_PROCESS` phase. The interrupt...

bug
internal bug tracker
hal
needs clarification
hash

**Describe the set-up** * The board (either ST RPN reference or your custom board) STM32H743 Using STM32CubeIDE 1.15.0 with latest board package. **Describe the bug** When running the SDMMC peripheral...

bug
internal bug tracker
hal
needs clarification
sdmmc

**Caution** The Issues are strictly limited for the reporting of problem encountered with the software provided in this project. For any other problem related to the STM32 product, the performance,...

bug
hal
eth
needs clarification

The recent HAL release dropped the code for the coarse/fine update mode selection below from HAL_ETH_PTP_SetConfig(). https://github.com/STMicroelectronics/stm32h7xx_hal_driver/blob/7a9b4eff63551204638c15f6b9faa0e1cfea219e/Src/stm32h7xx_hal_eth.c#L1537-L1541 `ETH_MACTSCR_TSCFUPDT ` may have been confused with `ETH_MACTSCR_TSUPDT` (a normal timestamp update which...

hal
eth

**Setup** Any project using a H723 type chip. **Describe the bug** Value in TEMPSENSOR_CAL2_TEMP does not match the H723 datasheet. https://github.com/STMicroelectronics/stm32h7xx_hal_driver/blame/ceda3ceeca2ee77a76d2de2ee6b560ad87c90a48/Inc/stm32h7xx_ll_adc.h#L389-L396 ![image](https://github.com/user-attachments/assets/7adad965-26e2-4428-9a59-7ac7285b5476) It seems this was updated/corrected in the datasheet...

bug
internal bug tracker
hal

stm32h7xx_hal_hrtim.h HRTIM_InitTypeDef line 63 HRTIMInterruptResquests instead of HRTIMInterruptRequests resquests -> requests ![image](https://github.com/user-attachments/assets/1d8f24d0-3424-465d-87b5-01db6ed67200)

bug
internal bug tracker
hal
hrtim

According to my tests the the OSPI supports not only instruction phase only, but also data phase only. However, the HAL driver does not allow this configuration. I guess that...

**Describe the set-up** * NUCLEO_H743ZI2 * arm-none-eabi-gcc 13.2.1 **Describe the bug** Working on the mbed-ce/mbed-os DMA SPI code for STM32H7, I observed that my code was going into the DMA...

bug
internal bug tracker
st community
hal
dma