I encountered a strange problem on my Lpc1788 evaluation board. If i turn off the LCD controller, the SDRAM works fine, it can pass any testing. but if i turn on the LCD controller, SDRAM cannot pass testing. i test the SDRAM by writing (char)0x12 to it and then read it to see if writing and reading is OK. if the LCD controller is on, some of them would become 0xFF. however, if i test the SDRAM with (short)0x1212, the test would pass no matter the LCD controller is on or off. This problem is frustrating.... really hope someone can help me....