2024-07-26 08:28 AM
Hi,
I would like to make a GUI for my original board which uses a STM32F427.
However, I have not been able to find any reference which create GUIs without Discovery boards.
Does anyone know how to create a GUI for original board by the touch GFX?
Thanks for your help.
2024-07-26 09:04 AM
Hi Mori1
I have good experience interfacing non-standard boards with touchgfx.
I will recommend you , first implement LTDC and play with colors . then implement TouchGFX.
Following is one of my old experiment with STM32F429 discovery (on the back) and 720x1280 RGB TFT.
regards
I.N
2024-07-26 09:34 AM
Primary for custom board you require start project create not in TouchGFX. Most simple way is start in CubeIDE or CubeMX. MX is only one way if you plan multicore MCU, but every version have new plus and minus, then maybe...
But this is for long write.
2024-07-28 11:56 PM
Hello @Mori1,
If you want to create a custom board, you can refer to the documentation : Board Bring Up Introduction | TouchGFX Documentation
Best Regards,