analogdevicesinc / TMC-API

TRINAMIC's IC API
MIT License
188 stars 83 forks source link

TMC5160 FACTORY_CONF register set to 0 during initization #38

Open kawk opened 11 months ago

kawk commented 11 months ago

Hi,

After calling

I can workaround this by reading the nominal value from OTP_READ register and putting it manually into the array with reset values, but actually expected the TMC code to not mess with the FACTORY_CONF "by default". Or maybe I'm not expected to call tmc5160_reset() at that stage?

Thanks for comments Kolja