If I change the configTICK_RATE_HZ to 100 in the FreeRTOSConfig.h it would seem to work fine, except the Arduino function millis() is now counting in centi-seconds (aka 10x faster than milliseconds). My guess is that this is a split-brain conflict between how Arduino thinks the MPU ...