cancel
Showing results for 
Search instead for 
Did you mean: 

run touch gfx on a custom board

SEMad
Associate III

hi!

I am a BEGINNER in usingLCD and SRAM, but not in STM32... i worked on many project with STM32 on custom board that i designed personally.

now,

I want run a RGB565 LCD (usingTouchGFX) with STM32F429ZGTx and external SRAM on a custom board. is this possible? (am using CubeMX & Keil)

if it's possible, How? any tutorial link?

thanks.

2 REPLIES 2
HP
Senior III

it should definetely be possible. TouchGFX is looking for a place to store a couple of framebuffers and doesn't really care about what type of RAM it is.

Personally I'm using SDRAM because that's the closest I can get to a 'stock' 746 board that I have based my design on.

Unfortunately I'm using CubeIDE so I don't think my video tutorials will help you very much.

SEMad
Associate III

thanks for answering...

i just want to know how i should to circuit STM32, LCD and ram then interface them in CubeMX or maybe CubeIDE...