Hello,
I have a peripheral that is connected to nRF52832 using I2C, in which I want to send some file to its memory. However, for sending this file, I need to stream it using UART for instance.
Question 1: How can I send a file without being entirely saved on nRF52832 flash memory?
Question 2: Is it possible to send a packet once received over I2C?
Thanks in advance.