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.

DRV8711EVM: All the registers set to 1.

Part Number: DRV8711EVM

Hi,

After doing the reset in GUI, all registers getting its default state. But after the reset cleared in GUI, all the bits of registers hold 1 , including status register but fault LED is not blinking.

Followed steps:

Step 1

 Step 2

Step 3

Step 4 

Kindly let me know, how to resolve this register issue.

  • Hariharan,

    I just duplicated what you saw. The behave is normal.

    After you click "Reset", the RESET pin is set to high. On datasheet page 25: "If the RESET pin is asserted, all internal logic including the indexer is reset. All registers are returned to their initial default conditions. The power stage will be disabled, and all inputs, including STEP and the serial interface, are ignored when RESET is active."

    So, all register bits are "1" because the serial interface is ignored.

    After click the "Reset" button again and turn "Reset" button back to green (RESET pin is also turned to low), we can read all registers to verify: All registers are returned to their initial default conditions.

  • Now it's working, Thank you Wang Li.