This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is it possible to reset only the I2C controller on the MSP432E411Y without resetting the entire MCU? If so- is there a documented procedure?
Okay- is there an equivalent HW reset for I2C where the registers get reset, similar to a HW reset?
I think you want to set then clear the appropriate bit in SRI2C. [Ref TRM (SLAU723A) Sec 4.2.72]
There appears to be a function in driverlib for this, something like:
> SysCtlPeripheralReset(SYSCTL_PERIPH_I2C1);
**Attention** This is a public forum