I2c奴隶使用适配器:未决事务& SCLK held low
Hi Dialog,
I am attempting to use the DA1468x device as an I2C Slave device using the i2c adapters (ad_i2c_start_slave). For the most part it works but sometimes it doesn't.
Hi Dialog,
I am attempting to use the DA1468x device as an I2C Slave device using the i2c adapters (ad_i2c_start_slave). For the most part it works but sometimes it doesn't.
Under your Serial Communication example, you have two separate projects, one for a device and one for a host ( I am reading this as Slave and as Master, respectively). With the DA14580, is one able to change this relationship on the fly? Let's say I have Device A which acts as a Master and whose role it is to transmit data to Device B (Slave Device). However, there will be some circumstances where I will use a PC to download data to Device A. In this case, the PC acts as Master and Device A has now changed from Master to Slave device. How is this achieved?