Reduce smbus speed to 50 KHz
This commit is contained in:
@@ -9,8 +9,8 @@ void smbus_init(void) {
|
||||
SMB45P3USL = 0x5C;
|
||||
SMB45P3USH = 0x01;
|
||||
|
||||
// Clock to 400 KHz
|
||||
SCLKTSA = 3;
|
||||
// Clock to 50 KHz
|
||||
SCLKTSA = 1;
|
||||
|
||||
// Enable host interface
|
||||
HOCTL2A = 1 << 0;
|
||||
|
Reference in New Issue
Block a user