I am testing a new PCB that uses the DWM3000 module. I have the SPI interface working to the extent that I see signal activity in CLK, MOSI, MISO, and CS. My initial test is to read the device ID from the Module, and it is returning an incorrect value.
What I see on the MISO bus is:
0x00, 0x02, 0x03, 0xCA
I expect to see is:
0x02, 0x03, 0xCA, 0xDE
I would appreciate any pointers as to why this is happening.