stm32h7xx_hal_driver
stm32h7xx_hal_driver copied to clipboard
Provides the STM32Cube MCU Component "hal_driver" of the STM32H7 series.
**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...
**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,...
**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...
**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...
**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,...
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...
**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  It seems this was updated/corrected in the datasheet...
stm32h7xx_hal_hrtim.h HRTIM_InitTypeDef line 63 HRTIMInterruptResquests instead of HRTIMInterruptRequests resquests -> requests 
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...