Hi Edriano,
What's the SPI code you are using?
Maybe you can use the SPI polling code, then to write and read, just check the according register, when the data is finished send and receive, then pull the CS manually.
If you still have problem about the read command, please give me your partial code, and the correct SPI wave which you want for your ILI9341 , actually, CS GPIO control is very freely, you can pull it in the SPI bus community anywhere. If after the read command, you need to pull high, then in your code, just in the command area, before you send the command, pull low CS, after you send the command, pull CS high.
Any updated question, please kindly let me know.
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------