STMicroelectronics / stm32h7xx_hal_driver

Provides the STM32Cube MCU Component "hal_driver" of the STM32H7 series.
BSD 3-Clause "New" or "Revised" License
86 stars 36 forks source link

unwanted interrupt enabling #20

Closed ashchepkov closed 4 months ago

ashchepkov commented 2 years ago

Function ETH_Prepare_Tx_Descriptors() in file stm32h7xx_hal_eth.c enable interrupts using __enable_irq(). Please, store PRIMASK before disabling interrupts and restore PRIMASK for enabling interrupts.

ASELSTM commented 2 years ago

ST Internal Reference: 125056

RJMSTM commented 4 months ago

Fixed in commit 5d3face3144f4b9ed70685bcbff9444962f1767c