Needing high level advice please. Goal is to read Gyros at set time intervals for an accurate calculation of angle and let the 9250 interrupt line drive the ship (plenty of time to do everything else in between, removed for now but still no luck). It goes to sleep and stays there without firing Port 1 ISR?
I used the MSP430 ISR to wake up, then immediately read the sensor data which should clear the interrupt (as configured). Not sure if I understand RAW_DATA_RDY_INT correctly, or maybe I should use CYCLE instead (assuming Gyro data is ready when Accel data is also ready).