Hi!
In the datasheet of DRV8301, section 7.3.2, paragraph 4, it is stated that:
"To minimize DC offset and drift overtemperature, a calibration method is provided through either the DC_CAL pin
or SPI register."
I am currently layouting my drv8301 PCB and it would help me a lot if I can reduce the number of pins I need to connect to my microcontroller. I am planning to pull high the nFAULT, PWRGD and nOCTW but not connect them to microcontroller. I will read all status from SPI. SO if SPI won't work, I'll just test them manually using a multitester on the pull-up resistors. However, for the DC_CAL, it is not clear to me if it is ok to keep it floating or if needs to be pulled-down for normal running conditions. I want my calibration to be activated through the SPI registers. So here are my questions:
1. Which has higher priority on the DC_CAL? is it the DC_CAL pin or is it the DC_CAL register? So if I set my DC_CAL register to active, will it become active even if the DC_CAL pin is low?
2. Depending on the above, what should be my DC_CAL pin default state so that I can use SPI for DC_CAL activation?