I am not sure if this community provides support for my case but i will ask since the target microcontroller is a STM32F429IGT6. In short i bought a dev kit and a TFT lcd and i cannot make the lcd work.
Facts: I can program/debug very simple things so the problem is not there.
It is my first attempt to work with STM32cubeIDE and i find it somewhat challenging.
I have a STLinkV2 programmer/debugger that works fine.
The dev kit i bought is: https://www.waveshare.com/open429i-c-standard.htm
More info here: https://www.waveshare.com/wiki/Open429I-C
Schematic of the board here: https://www.waveshare.com/w/upload/8/8c/Open429I-C-Schematic.pdf
The LCD i bought is: https://www.waveshare.com/4.3inch-capacitive-touch-lcd.htm
Resources: https://www.waveshare.com/wiki/4.3inch_Capacitive_Touch_LCD
Sample code (for STM32cubeIDE): https://www.waveshare.com/wiki/File:4.3inch_Capacitive_Touch_LCD_code.7z
Datasheet: https://www.waveshare.com/w/upload/5/55/SH430HI50-43050L-C.pdf
Manual: https://www.waveshare.com/w/upload/0/00/4.3inch_Capacitive_Touch_LCD_user_manual_en.pdf
I tried to import the sample code but it imports only the ioc file. Replacing .c & .h files helped but there are still error during compilation.
I am not sure if i need to install some of the packages in Menu: Help->Embedded Software Packages Manager or in the ioc GUI under Middleware & Software Packes.
I installed X-CUBE-DISPLAY and X-CUBE-TOUCHGFX but without any success.
Can any one help me make the lcd work?
If i start from scratch (create a new STM32cube project) and therefore have to setup peripherals myself i end up where i can program & debug, toggle the dev kit leds which means that there is nothing wrong with the board. Later after searching a bit i saw that i have to setup FMC which i do not know exactly how to do it and finally use BSP to init LCD, draw lines, shapes etc.
So i need some guidance there. If anyone is willing to dedicate a few hours to provide code that works in STM32cubeIDE 1.12 i would be glad to pay up to $50.
Regards
Manos
