Hi!
When reading the documentation of the I2S peripheral of the nRF52840, I don't see how to stop the transfer after the last data block. Figure 2 only shows how to start it. Do I have to temporarily connect EVENTS_TXPTRUPD to TASKS_STOP using PPI?
Additional question: Is RXTXD.MAXCNT also double buffered and can be written together with TXD.PTR? This would make it possible to send data blocks of varying size.
Thanks,
Jochen