Question
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 each time to acknowledge and send request for next piece.
I mean some simple protocol, code to get the whole array in one piece.
I am using cube mx and keil