User Activity

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 J...
Hey,I transfered the JPEG_DecodingFromFLASH_DMA example code into program, where I try to decode and display a JPEG image which I receive via SPI (thus, the image data is storred in the Flash as well).Board: STM32F769I-DISCOThe code is unchanged exce...
Hey.I am using the STM32F769I Discovery board,and I want to decode a JPEG which I receive from Arducam Mini via SPI.I used the code from the JPEG_DecodingUsingFs_DMA Example and modified the JPEG_Decode_DMA function in a way, that it takes a binary a...
Hi Community,I have a STM32F769I as a SPI slave.I want to receive up to 6kByte data in 244 Byte packets (consequently up to 25 SPI packets á 244 Byte).I am using the HAL_SPI_TxRxCpltCallback function. This function will be called after every 244 Byte...