Skip to main content
AWent
Associate II
August 15, 2019
Question

JPEG Decode stops working after SPI interface has been used

  • August 15, 2019
  • 1 reply
  • 811 views

Hi.

I am using STM32F769I Discovery board with JPEG Codec and SPI interface.

The JPEG Decoding is working with DMA from FLASH (inspired by JPEG_DecodingFromFLASH example for STM32F769I EVAL Boards).

However, after I received a SPI package via DMA, the JPEG Decoding stops working. The JPEG process goes on and on but will not ever end?

Any suggestions for the cause of this behaviour? I thought about an interefrence between the two DMA services/stream of the SPI and JPEG process, but I could not identify nor solve the problem...

(I executed exactly the same JPEG decoding before and after a SPI reception, with same image data from FLASH. So there shouln't be the reason)

Thanks!

This topic has been closed for replies.

1 reply

AWent
AWentAuthor
Associate II
August 27, 2019

Does nobody have an explanaition for this problem? Or any idea or hint for the possible reason?