Skip to main content
prog
Associate
June 22, 2021
Solved

STM32F469, STM32F769 MIPI DSI video mode

  • June 22, 2021
  • 2 replies
  • 1475 views

Hi All,

Does anyone can confirm that is possible to send video signal via B-LCDAD-HDMI1 converter to some monitor with a HDMI connector?

Best Regards

Andrzej

This topic has been closed for replies.
Best answer by Imen.D

Hello @prog​ ,

You can refer to the LCD-DSI examples (supported HDMI) available under STM32CubeF7 package, and make required updates according to your needs.

  • \STM32Cube_FW_F7_V1.16.1\Projects\STM32F769I_EVAL\Examples\LCD_DSI\LCD_DSI_VideoMode_DoubleBuffering
  • \STM32Cube_FW_F7_V1.16.1\Projects\STM32F769I_EVAL\Examples\LCD_DSI\LCD_DSI_VideoMode_SingleBuffer

(any examples with USE_LCD_HDMI flag set)

The 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 or a HDMI monitor connected through the DSI-HDMI bridge board MB1232.A

Hope this helps you! :)

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Imen

2 replies

Imen.DBest answer
Technical Moderator
July 1, 2021

Hello @prog​ ,

You can refer to the LCD-DSI examples (supported HDMI) available under STM32CubeF7 package, and make required updates according to your needs.

  • \STM32Cube_FW_F7_V1.16.1\Projects\STM32F769I_EVAL\Examples\LCD_DSI\LCD_DSI_VideoMode_DoubleBuffering
  • \STM32Cube_FW_F7_V1.16.1\Projects\STM32F769I_EVAL\Examples\LCD_DSI\LCD_DSI_VideoMode_SingleBuffer

(any examples with USE_LCD_HDMI flag set)

The 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 or a HDMI monitor connected through the DSI-HDMI bridge board MB1232.A

Hope this helps you! :)

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
prog
progAuthor
Associate
July 21, 2021

Hi Imen,

Thank you for help.

Sorry for late answer because holiday time

Example works very well. i'm adapting now to my application

Regards

Andrzej