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.

DRV2605EVM-CT: BlankingTime_Long Incorrectly defined in the devkit source

Part Number: DRV2605EVM-CT
Other Parts Discussed in Thread: DRV2605

this define is incorrect in the devkit,
#define BlankingTime_Long (0x06)
3 << 2 should be C
#define BlankingTime_Long (0x0C)