Hello!
I'm working with thermocouples--and I'm new to the game. I have found a device(MAX31855) from that will read the thermocouple and then communicate the information to the MSP430 via SPI. The problem is as I come up with the logic, I am under the impression that the receive buffer is 8 bits, where the MAX31855 chip has 32 bits of information to give. Is it possible to just read the receive buffer 4 times (after waiting for each receive)?
Any help would be appreciated!