Skip to main content
ldanu
Associate
October 4, 2019
Question

Data signal for LCD (LTDC) not generated

  • October 4, 2019
  • 1 reply
  • 696 views

Hi, Currently I'm programming STM32H743 for application which is using LCD TFT Controller. I'm using custom board. All RGB data signal not generated but other signal generated for example LCD clock signal, VSYNC, HSYNC.

Anyone know how to solve?

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
October 4, 2019

Check if those pins work at all, setting them as GPIO outputs and toggle them "manually". Then in the "real program" read out the related GPIO registers and check their content.

JW