On the nRF 52840, is there a way to have the TWIM peripheral suspend a transfer after transmission of a single byte? The TWI peripheral provides the BB_SUSPEND short, but that particular bit is undefined for TWIM.
Relatedly, if the CPU triggers the SUSPEND task immediately following the START task, will the peripheral transmit both the address and the first data byte, or is it possible that the transmission will be suspended before transmitting the first data byte?