moderboy 1 Posted October 26, 2016 Share Posted October 26, 2016 Hello! Can anybody provide information about declaring multiple SPI objects for separate HW SPI modules or about the correct routine of switching the SPI channel of a SPI object? Im trying to an ILI9341 TFT and a XPT2043 touch controller, but sadly I can not join them to use a single bus, because the MISO of the TFT is killing the communication. Now i connected them to the same bus, MISO only going to the touch controller and it works fine, but the problem made me curious about the proper usage of the SPI modules. Quote Link to post Share on other sites
Rei Vilo 695 Posted October 26, 2016 Share Posted October 26, 2016 I presume you're using Energia. Have a look at Two SPI modules. Fmilburn 1 Quote Link to post Share on other sites
moderboy 1 Posted November 8, 2016 Author Share Posted November 8, 2016 Thanks, works nice this way! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.