Disable the watchdog of the left half because for some reason it makes I2C recovery less reliable.
This commit is contained in:
@@ -112,5 +112,5 @@ void InitPeripherals(void)
|
|||||||
InitTestLed();
|
InitTestLed();
|
||||||
LedPwm_Init();
|
LedPwm_Init();
|
||||||
InitI2c();
|
InitI2c();
|
||||||
InitI2cWatchdog();
|
// InitI2cWatchdog();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user