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

It looks like receive overrun is not checked and not dismissed in HAL_UART_Receive(). RX data overrun would totally block the program, unless overrun is disabled (in Cube, as "advanced feature")....

Hi @ALABSTM , @ASELSTM , In order to prevent unwanted modifications to output data to be sent out on any port, I usually prefer to typecast the used pointer and...

duplicate
enhancement
spotted before customer
hal

## 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
hal
eth

The `ETH_DMA_Status_Flags` use macros like `ETH_DMACSR_REB_BIT_0` and `ETH_DMACSR_TEB_BIT_0` that aren't defined anywhere.

bug
internal bug tracker
hal
eth

In our project, we need to read a W25Q64 flash using SPI bus. Our code used to work very well, until recently my colleague reported that there were many problems...

bug
documentation

As far as I can tell the current `HAL_CRYP_Encrypt` (decrypt as well) provides an all-in-one solution for encryption. This is fine but my use case requires an API that can...

enhancement
hal

**Description of the set-up** * STM32H7B3 MCU, custom board * STM32CubeIDE 1.10.1 * STM32CubeH7 1.10.0 **Description of the bug** We are using a STM32H7B3 controller in combination with a USB...

hal
usb

**Description of the set-up** * STM32H753 * CubeMX 6.6.1 * STM32H7 HAL v1.11.0 **Description of the bug** The function `HAL_ADC_ConfigChannel()` contains the following check: ```c /* if ROVSE is set,...

hal
needs clarification

Otherwise the ErrCnt doesn't work, and the HAL_HCD_HC_NotifyURBChange_Callback never gets invoked. CLA Should be signed.

bug
internal bug tracker
hal
usb

While there is already a HAL for the DTS sensor, it would be nice to also provide a LL interface like for other peripherals.

enhancement
hal
dts