FYI, I found the problem. In my implementation of the spi_write_then_read() function, I did not realize the addressing should be decrementing for multi-byte transfers. I found the section of the driver code where the fractional bytes were written first (higher addresses) followed by the integer bytes (lower addresses).
↧