External RAM Problem
Hi Everyone,
I am working on a project with TouchGFX. I'm working with STM32H743X MCU. Project have MT48LC4M32B model external SDRAM.
I was have an issue with screen that corrupted image on it. You can see below some example at picture.In expectation, the back color of the screen needs to be grey and the text need to be readable.
So I was start my own investigation on this issue. Right now, I have suspicion on external ram. I am try to use write a sngle word to external ram and see on debug mod. You can see two picture below for this test. You can see the ram status on right side of 1st picture.
On second picture I just run code for 1 write operation. In my expextation fisrt 4 byte of ram will change to DD CC AA FF, the rest of it will be same. But you can see the ram status after fist write operation in next picture. Ram write same word for 4 time.
I am using ram BSP from ST examples. You can see installation of FMC at cube mx in below pictures.
I need all of suggestions for this issue. Please help me on this and give me an road for solution.
Thanks in advance all, have a nice journey.