Hi, I've made UART (BAUD RATE 1M) only on central after recieve all data (8kB). Peripheral is sending data from own ram (collected data from SPI sensors). What and how i need to change to achieve maximum speed in this examples? For 8kB of data minimum time was ~1,5s (not acceptable). I've tried many solutions (including att_throughput) but I can't do it. Only thing I want is to speed up sending 8kB to something like 5-10ms (this is needed to very low power device). Im using two nRF52840 DK.