Page 1 of 1

Black STM32F407ZG Board and LCD with FSMC

Posted: Sun Apr 04, 2021 10:08 pm
by mklengel
I use this board:

STM32F407ZGT6 STM32 System ARM Core Board STM32F407 Development Board F407 Cortex-M4 Single-Chip Learning Board
https://www.aliexpress.com/item/4001089 ... 4c4dICMrQ7

Schematics
https://github.com/mcauser/BLACK_F407ZG ... matics.pdf

Image

Using VS Code and PlatformIO this seems to be the right board:
https://docs.platformio.org/en/v5.1.1/b ... 407zg.html

In another topic viewtopic.php?f=24&t=992 I reached a working Blinky program. Not much, but a first step 😎

Now I try to use this LCD with the FSMC TFT connector

https://a.aliexpress.com/_vMAJbP
3.2 inch LCD Display Module TFT 16 Bit Parallel Port /SPI Serial 240*320 with Resistive Touch Screen ILI9341 FPC Interface

I cannot find an example how to use this FSMC connected display in PlatformIO. Maybe this library is the right way

GxTFT Library
https://github.com/ZinggJM/GxTFT

Currently I have no solution and need an example. The simpler, the better.

Regards
Michael