Open
Description
Hardware
Arduino Nano Matter V0.3
Core version
2.2.0
Arduino IDE version
2.3.2
Operating system
Windows 10
Radio stack variant
Matter
OpenThread Border Router device (if using Matter)
No response
Issue description
The SPI.transfer(buffer, size) function does not update the buffer with values returned from the SPI bus as is expected in the standardized Arduino SPI library. This breaks compatibility with many other libraries where the SPI.transfer function is used and expects that the buffer provided will be updated with return values.
Serial output
No response
RTT output (if using Matter)
No response
Minimal reproducer code
No response