I am interfacing two SPI slave module i.e. ADS1262 and 2.2 SPI TFT with Arduino Ethernet board.
Now in SPI, at a time one device can access. Initially, I have interfaced TFT and it is working fine.
Then I have interface ADS1262 and trying to access after TFT through program code but it is not accessible.
Whereas the example code of ADS1262 is working fine when I am running it alone.
After adding the example code in TFT’s code (and communicating after tft) but it is not working.
Hello,
I am interfacing two SPI slave module i.e. ADS1262 and 2.2 SPI TFT with Arduino Ethernet board. Now in SPI, at a time one device can access. Initially, I have interfaced TFT and it is working fine. Then I have interface ADS1262 and trying to access after TFT through program code but it is not accessible. Whereas the example code of ADS1262 is working fine when I am running it alone. After adding the example code in TFT’s code (and communicating after tft) but it is not working.
I think it may the issue of ADS1262_CS or ADS1262_START or ADS1262_DRDY pin sequence to access the ADS1262. I have used this library, https://github.com/Protocentral/ProtoCentral_ads1262/tree/master/Libraries and example of it.
Can you suggest for above issue.