Can we use EasyDMA module for getting sensor data from multiple TWI peripheral and storing in RAM and then for transferring processed data to BLE peripheral?

Using easyDMA how much data can be buffered in RAM before it can processed and advertised? I am using nRf52832 and my code is using 50% of RAM already. Each sensor gives 4B of data and have around 10 such sensor values and we need to store around 100 such readings before we can process it.

Related