Can the stm32f769i-disco board be operated in DSI Video Burst Mode?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-11 1:16 AM
Hi,
I would like to make some tests with the DSI Video Mode on the Stm32F769 MCU. Is the Disco board and display capable to support video mode and how can it be configured in CubeMX?
If not possible with this display, is there another display compatible with the demo board to make some tests?
Thanks
Lukas
Solved! Go to Solution.
- Labels:
-
DSI
-
STM32CubeMX
-
STM32F7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-11 1:45 AM
Yes @Community member​ , there are two examples under your repository (Link: C:\Users\..\STM32Cube\Repository\STM32Cube_FW_F7_V1.16.1\Projects\STM32F769I-Discovery\Examples\LCD_DSI) for single and double buffer (but only code without an ioc file).
Thanks for your contrition, Khouloud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-11 1:30 AM
Hello @Community member​
Thanks for your question,
The answer is yes, for the F769 Disco board, the DSIHOST can be configured with video mode through CubeMX, you need to first Activate HSE clock under RCC to be able to access to DSI. To select the video mode, the LTDC must be configured with a DSI mode.
Now, it's up to you to configure your IPs according to your needs =)
Hope my answer helped you, when your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Khouloud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-11 1:35 AM
Hi Khouloud
Thanks, ok I already tried to configure it according to AN4860. Configuration seems to be possible. But I am not sure if the display of the stm32f769i-disco (UM2104) supports it. Communication is not working though the OTM8009A driver when I set video mode. Do you have a working example for the disco board in video mode?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-11 1:45 AM
Yes @Community member​ , there are two examples under your repository (Link: C:\Users\..\STM32Cube\Repository\STM32Cube_FW_F7_V1.16.1\Projects\STM32F769I-Discovery\Examples\LCD_DSI) for single and double buffer (but only code without an ioc file).
Thanks for your contrition, Khouloud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-11 3:41 AM
Allright thanks that works! Whats the reason there is no CubeMX project? Is this not configurable over CubeMX? Or can you provide a ioc file?
