Hi team,
We are working on a motor control application. We are using DRV10983 for speed control of BLDC motor with nuvoton MS51FB9AE MCU. It is possible to write and read the EEPROM (Address: 0x20 to 0x2B). But other registers if try to read, I am getting 0x00. For examples I tried to read SupplyVoltage at the address 0x1A to ensure that it is > 22 V for EEPROM Write. But the result was 0x00. I have kept supply voltage 24 V and EEPROM Write was successful and read was also successful. I can't understand why I am getting 0x00 for other register values.
I am using 100 kbps I2C speed. does DRV10983 support 400 Kbps?