Skip to main content
Graduate II
October 24, 2024
Solved

STM32 dev kit with DSI and demo software playing video from SD card (ideally using DMA)

  • October 24, 2024
  • 1 reply
  • 824 views

Hi,

couldn't find any STM32 dev kit that has DSI display interface and a demo where it plays video (or at least graphics) directly from SD card using DMA.

Which ST dev kit does that?

 

Thank you

    This topic has been closed for replies.
    Best answer by ELABI.1

    Hello @Ricko ,

    We have many dev kit support DSI and SD card like as STM32F469I-Discovery or EVAL, STM32H747I-DISCO or EVAL and STM32F69I-Discovery or EVAL for demo software playing video from SD card i think these examples available in STM32CubeF4 can help you 

    • LCD_AnimatedPictureFromSDCard :  This application describes how to display an animated picture on LCD saved under microSD.
    • LCD_DSI_VideoMode_SingleBuffer : This example provides a description of how to use the embedded LCD DSI controller (using IPs LTDC and DSI Host) to drive the KoD LCD mounted on board.
    • LCD_DSI_VideoMode_DoubleBuffering : This example provides a description of how to use the embedded LCD DSI controller (using IPs LTDC and DSI Host) to drive the KoD LCD mounted on board.

    For that, I advise you to take a look at these examples and get inspired to configure your own project.

    I hope this help you!

     

    Thank you.

    Eya

    1 reply

    ELABI.1Answer
    Technical Moderator
    October 24, 2024

    Hello @Ricko ,

    We have many dev kit support DSI and SD card like as STM32F469I-Discovery or EVAL, STM32H747I-DISCO or EVAL and STM32F69I-Discovery or EVAL for demo software playing video from SD card i think these examples available in STM32CubeF4 can help you 

    • LCD_AnimatedPictureFromSDCard :  This application describes how to display an animated picture on LCD saved under microSD.
    • LCD_DSI_VideoMode_SingleBuffer : This example provides a description of how to use the embedded LCD DSI controller (using IPs LTDC and DSI Host) to drive the KoD LCD mounted on board.
    • LCD_DSI_VideoMode_DoubleBuffering : This example provides a description of how to use the embedded LCD DSI controller (using IPs LTDC and DSI Host) to drive the KoD LCD mounted on board.

    For that, I advise you to take a look at these examples and get inspired to configure your own project.

    I hope this help you!

     

    Thank you.

    Eya

    RickoAuthor
    Graduate II
    October 24, 2024

    Thank you @ELABI.1