Other Parts Discussed in Thread: LMP91200, LMP91000
I am trying to configure the settings of the LMP91200 EVM to do temperature measurements and use other settings than the default values. I have a microcontroller with an SPI library included in the IDE and I have triple checked my connections to the EVM. But for some reason I cannot successfully rewrite the settings. I think a standard SPI communication should be four steps in this order:
1) set slave select low (CSB in the case of this board) to begin communication
2) send address of desired register via SPI
3) send 16-bit setting into address specified from step 2
4) set slave select high to release board and shift new setting into register.
This is my understanding of a standard SPI write cycle. Is the write cycle for the LMP91200 EVM different? If my procedure is correct, what is the address of the configuration register? It doesn't say anywhere on the datasheet what this address is. I know on the LMP91000 datasheet there is a register map of all the I2C addresses and their respective settings...
Many thanks,
Will