Hi!
I am interested in reading values from the Accelerometer that is in the TrxEB and send them continuosly by SPI to the Raspberry Pi. I've been reading the User's guide of the board and it says that the accelerometer uses the SPI1 interface with:
P9.0 --> SCLK
P9.4 --> MOSI
P9.5 -->MISO
P8.7 -->CS
and the interrupt line is in P2.0 (ACC_INT) but I don't know how can I do what I want. Where can I find the register/s where is store the value/s of the accelerometer? What would be the interrupt for the accelerometer? is there any sample code for that? If I get the register to read the value of the accelerometer I just need to copy that value to the transmitter buffer of the SPI?
Thanks in advance!