This topic has been permanently closed and transferred to MATLAB Answers.
SIMULINK with STM32
Jerry
on 30 Sep 2025
Hello everyone,
I am working with the STM32H735G-DK Discovery Kit (which has a 480x272 TFT LCD with capacitive touch). I would like to know how to interface the display using Simulink.
- I have already installed MATLAB, Simulink, Embedded Coder, and the Embedded Coder Support Package for STM32.
- My next goal is to show data (for example, a counter or sensor value) on the display.
Questions:
- Does Simulink directly support the LTDC/TFT LCD on STM32H735G-DK?
- If not, what is the recommended workflow? Should I combine Simulink-generated code with a TouchGFX project in STM32CubeIDE?
- Are there any example projects or documentation on integrating Simulink with TouchGFX for display applications?
Any guidance, references, or example workflows would be very helpful.
Thank you!