when SRAM & TFT connected to FSMC, One of them doesn't work properly
Hello,
My board includes SRAM, TFT (5.0 inch with ssd1963), NOR, NAND circuits.
When TFT is not connected, SRAM passes all tests (all memory read/write).
(I didn't test NOR or NAND)
if TFT is connected, Sram test fails any address. (Or TFT doesn't work properly in sram test)
(The project includes stemwin)
While writing/reading to sram, I think TFT too or the exact opposite.
Data , addresses, Read,write etc pins are common but all chip selects is following.
PG9 <-> FSMC_NE2 // NOR-CS
PG10 <-> FSMC_NE3 // SRAM-CS
PD7 <-> FSMC_NCE2 // NAND-CS
PG12 <-> FSMC_NE4 // TFT-CS
I wanted to ask that don't look hardware. in fact, I checked hardware before. All connections were OK. Isn't this state related CS? (by the way, there is not hardfault state)
how can such a situation occur?
Thanks.