User Activity

I'm trying to read a .JPG image file from my SD Card (FATFS) and want to use LIBJPEG for decoding it. Everything seems to be fine until I execute the **jpeg_start_decompress()** function. As soon as this ifunction is executed a UsageFault is generate...
Hello Everyone,I'm using the STM32F429I-DISC1 Development Board, I'm new to TouchGFX and I'm trying to control the TFT LCD on the Board directly with code. I have created a basic screen with black background and printed "Hello, World!!" in the center...
Hello Everyone, I am trying to transmit data using DMA with SPI1 but each time I end up with a FIFO Error.. I 'm using Direct mode, MINC = 1, PINC = 0, DMA2, STREAM3, CHANNEL 3 For SPI_TX. I'm trying to send "Hello, World!!" But each time the FEIF3 i...