Hi Everyone
I am trying to use BME which is an i2c/twi sensor and EPaper which is an SPI based module. In my code i am using TWI INSTANCE ID 0 AND SPI INSTANCE ID 0.
I came across a question which says that spi and twi can not share the same instances reason being that they share the same resources.
I have a custom PCB , which uses nrf52840.
Whenever i run BME ,the epaper stops working. This might be because of the scenario in above discussion.
Can it be solved by changing either of instance of TWI OR SPI Instance?
If yes ,then how?
And do i need to change the pin configuration also if i change the Instance ID of either of the module.
Thanks
Rajat!