When MotionMC calls back to MotionMC_SaveCalInNVM, reading from the supplied pointer causes a Hard Fault.
My call back code looks like this:char MotionMC_SaveCalInNVM(unsigned short int datasize, unsigned int *data) { // This function is called when a call to MothionMC_Initialize(sampletime,0) is made with // data set to zero. uint8_t i; ...