I am comparing the SPI traffic between the Sensor demo using the MSP-EXP430 board and my board.
This is a trace of the MSP board…
Yellow is CS (It’s low, transitioning before this time frame)
Purple is Master in, Slave out
Pink is Clock
Green is Master out, Slave in
This is the very first message sent to the device.
The master sends a value of 1.
Clearly, the Slave (the LSResearch board) responds after getting 6 Zero bits clocked by the master. You can see the purple transition from zero to 1.
This trace is of my board. Same signals.
Clearly the master sends a value of 1.
I would expect the slave to respond as it does above. But I get nothing.
Basically, the software then gets stuck waiting to receive something that never arrives.
Any ideas? I’ve monitored the PWE_EN pin (it’s high), and also the IRQ pin (It seems to transition the same in both scenarios)
Thanks,
Tim