2013-02-12 08:26 AM
Thank you for the quick answer.
Actually I did. I picked the A0 address pin and NE4 as a chip select signal. That makes my base address as follow: 0x6C000000+2**(0+1)=0x6C000002.Unlike ILI9320, I need to send a command then a serie of paramters as datas (the way it is done in the ILI9341 application note http://www.wdflcd.com/xz/ILI9341_AN_V0.6_20110311.pdf). I wanted to know if i can control the RS signal provided by the A0 pin, so i can send the command first then datas, or the FSMC manage to switch RS automatically. If so, is there any diagram that shows how does the signal in A0 pin goes.Thanks again.