Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Why does TWIM driver execute SUSPEND when NO_SPURIOUS_STOP is specified?

Dear

I'm working on controlling an I2C device.

I want to achieve TX->TX using the nrfx_twim driver.
I specified NRFX_TWIM_XFER_TXTX.
When I looked at the nrfx_twim source code, I saw that it sets NRF_TWIM_SHORT_LASTTX_SUSPEND_MASK.
Why would I use this?

Related