이 주제는 영구 마감되었으며 MATLAB Answers로 이관되었습니다.


SIMULINK with STM32

Jerry 2025년 9월 30일

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:
  1. Does Simulink directly support the LTDC/TFT LCD on STM32H735G-DK?
  2. If not, what is the recommended workflow? Should I combine Simulink-generated code with a TouchGFX project in STM32CubeIDE?
  3. 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!