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.

DRV8711: SDATO have problem

Other Parts Discussed in Thread: DRV8711

Dear !

i design schematic with DRV8711 and dspic33. I have problem: SDATO pin can't output? This is my code

SLEEP_pin=0;

delay_ms(1);

RESET_pin=1;

delay_ms(1);

RESET_pin=0;

delay_ms(1);

SPI_READ (0x80);

CS&CLK

SDA&CLK

SDAO&CLK

Schematic

please help me!