Posted on May 17, 2011 at 13:58You should find ST's example code for an SPI driven ili9320 in this zip file: http://www.st.com/stonline/products/support/micro/files/stm3210c-eval_fw.zip
Posted on May 17, 2011 at 13:58We started from an ST example: stm3210c-eval_fw\Utilities\STM3210C_EVAL\stm3210c_eval_lcd.c We have the SPI running at 18MHz. The update speed fine. BY the way, this ST example uses the SPI_BSY flag. The ST reference ...