Skip to main content
ATank.1
Associate III
October 14, 2022
Solved

I Plan to use STM32H745BIT6 device. Can you please point me to the evaluation board and examples to use for this device. LTDC, SDRAM, QSPI, I2C for touch screen are the peripherals and TOUCHGFX GUI I am going to use.

  • October 14, 2022
  • 2 replies
  • 1563 views

..

This topic has been closed for replies.
Best answer by Tesla DeLorean

You'll likely need to do it with close proxies, as ST doesn't build every combination of parts on to a board. The DISCO boards having a Arduino Shield connector escaping you UART, I2C, ADC, etc

STM32Cube_FW_H7_V1.10.0\Projects\STM32H745I-DISCO\Examples

STM32Cube_FW_H7_V1.10.0\Projects\STM32H743I-EVAL\Examples

STM32Cube_FW_H7_V1.10.0\Projects\STM32H747I-EVAL\Demonstrations\TouchGFX

STM32Cube_FW_H7_V1.10.0\Projects\STM32H747I-EVAL\Examples

STM32Cube_FW_H7_V1.10.0\Projects\STM32H747I-DISCO\Examples

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
October 14, 2022

You'll likely need to do it with close proxies, as ST doesn't build every combination of parts on to a board. The DISCO boards having a Arduino Shield connector escaping you UART, I2C, ADC, etc

STM32Cube_FW_H7_V1.10.0\Projects\STM32H745I-DISCO\Examples

STM32Cube_FW_H7_V1.10.0\Projects\STM32H743I-EVAL\Examples

STM32Cube_FW_H7_V1.10.0\Projects\STM32H747I-EVAL\Demonstrations\TouchGFX

STM32Cube_FW_H7_V1.10.0\Projects\STM32H747I-EVAL\Examples

STM32Cube_FW_H7_V1.10.0\Projects\STM32H747I-DISCO\Examples

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
ATank.1
ATank.1Author
Associate III
October 31, 2022

Thanks for your reply

If I want to validate only the LCD and touchscreen on I2C interface using TouchGFX which Eval boards do you recomend for STM32H745BIT6 controller?