STMicroelectronics / stm32h7rsxx_hal_driver

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

JPEG IRQ handler #3

Open xu-yingjing opened 2 weeks ago

xu-yingjing commented 2 weeks ago

Hello,

The function JPEG_DMA_ContinueProcess() in file stm32h7rsxx_hal_jpeg.c is only called in the function HAL_JPEG_IRQHandler(), and the function JPEG_DMA_ContinueProcess() calls the function HAL_DMA_Abort() to stop the DMA transfer, but this seems to be an error, In the IRQ handler, the function HAL_DMA_Abort_IT() should be called instead of HAL_DMA_Abort().

TOUNSTM commented 1 week ago

ST Internal Reference: 185009