Hello JAL users,
I have a question. We have USART libraries in two flavors:
1) Without a buffer, so during transmission you have to wait for the transmission to be completed before sending the next character.
2) With a buffer that sends all data from that buffer on an interrupt basis.
For SPI we only have option 1).
I was wondering if there is a need for a SPI version that offers the same functionality as 2). The advantage is that you can send data to the SPI interface in the background without your main program having to wait for each byte to be transmitted.
Please share me your thoughts on this.
Thanks.
Kind regards,
Rob