Hi,
I want to know that if the TWI easyDMA in nRF52 can help in achieving this task:
-
we want to read from TWI each 10msec based on a timer interrupt and write the values in an array, e.g., A
-
meanwhile we want to transfer an array, e.g., B. Assume we can choose between non-connectable advertising or being in a connection.
Is this possible? Normally we should wait for the reading to finish, and then transmit in the 10msec window. Can DMA help in eliminating this sequence?
Thanks!