Mark,
Good questions. I'll take them in order:
A1: The FRDM-STBC-AGM01 is designed to use the parts in I2C mode. So no.
A2: No they don't implement the workaround. And you are not missing anything. Since we can't control what other sensors/traffic are on the I2C bus (any of which could also trigger the issue), we just take the hit. We might be able to squeeze a bit of improvement at the driver level by simply rejecting outlier samples when we oversample (ex: keep most consistent 3 of 4 FIFO samples). I haven't implemented that function at this point.
A3: I agree SPI is more energy efficient, but at the cost of a slightly more complicated PCB. When testing 7.0 power options, the I2C pullup resistors quickly become the limiting item when it comes to cutting power.
FYI, I expect you to have access to 7.00 via kex.nxp.com for K64F and K22F this week - most likely tomorrow or Thursday. Make sure you check the ISSDK option in the KSDK builder.
Mike