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!