what is the best protocol to send arrays I2C, SPI ?
I have array[2000];I am trying to send from nucleo to arduino, it seems if I send bigger than 8 elements it freezes or does nothing. So I have no problem to send array of 8 elements.I know that I could do it piece by piece in a for loop, I would have...