This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

52832 S132 twi error

hi, When I add twi in hrs, debugging found ERROR: Fatal, the program stays in

Ret_code = mpu_init ();      APP_ERROR_CHECK (ret_code);

Ret_code = 0x0D
  • Hi This is quite less information for us to tell why adding TWI caused error. You need to give more information like which SDK and softdevice version you tried and which sensor you were trying to connect to using TWI? and where the error fatal was returned. Was it the driver code or your application code? can't you set a breakpoint and see the call stack and see what might have caused this error?

Related