Good day
I am developing on the nrf9160dk with a tag reader using i2c and am wanting to know if there is a function to pull down the SDA or SCL pins during operation in order to wake up the slave device.
Thank you in advance.
Kind regards,
Hassan
Good day
I am developing on the nrf9160dk with a tag reader using i2c and am wanting to know if there is a function to pull down the SDA or SCL pins during operation in order to wake up the slave device.
Thank you in advance.
Kind regards,
Hassan
I will post a picture at a later stage thank you. I am still not able to find this function. I am not sure you understand my question. Please refer me to where the start condition is handled.
I am still not able to find this function. I am not sure you understand my question. Please refer me to where the start condition is handled.
There is no function for this because it is handled in HW.
Oh I see okay thank you ! so would I just need to use
The TWIM peripheral must be configured to transmit data before you can trigger the start task. It is easier to just use the driver APIs to start a transaction as it will take care of the configurations for you.
Good afternoon
By driver API's, do you mean this function.