This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF9160 SES TWIS (i2c slave) implementation

Hi,

I understand there's no high level TWIS (i2c slave) driver for nRF9160 (i.e. in Zephyr); 
as such, I need to use TWIS driver that's part of nrfx, or even lower (HAL) level driver.

Question I have - is there nrfx sample that shows how this could be done, using SES?

Please advise. Thanks.

Parents Reply Children
  • Smart.Enrg said:
    I think they are referring to approach in shared link (existing nrf API) being Not supported in Zephyr(?)

     As I understand it, pabigot refers to anangl's comment "It is not feasible to use nRF TWIS peripherals via the I2C slave API that is currently available in Zephyr. ".

    Smart.Enrg said:
    is it still valid approach with ncs v1.3.1 on nRF9160-DK?

    Yes, I believe so, it should be fully possible to use the nrfx driver directly instead, with the approach anangl explains.

Related