Other Parts Discussed in Thread: USB2ANY, DRV2625, DRV2625EVM-CT,
Hi team,
Have you ever been drv2605 reports diagnostic fail” but “vibrator still works normally?
Do you have any ideas or any suggestions?
Thank you!
The following is the test steps:
# Set Diagnostic Mode
haptic w 0x01 0x06
# Set GO bit
haptic w 0x0c 0x01
# Check if vibrator vibrates
# Read the register 0x0c (GO bit) and 0x00 (Status)
haptic r 0x0c
haptic r 0x00
if the values of status register is 0x60 or 0x64, PASS; otherwise, FAIL.
There are some devices that the vibrator works well but the status register (0x00) of haptic IC drv2605 shows 0x6C.
(Normally, 0x60 or 0x64 is expected)