We have a MCF8316AEVM board preconfigured through the GUI. Control over I2C works there.
I'm now trying to run the motor over our own I2C implementation.
I2C communication seems to work fine. I can read registers without issues.
Now when I write into the ALGO_CTRL1 Register (OVERRIDE = 1, DIGITAL_SPEED_CTRL any high value), the motor doesn't spin up as expected.
Do I need to do something else before I can assume control over I2C?
I can control the motor with the potentiometer as long as I don't send the override over I2C. As soon as I send that, this stops working as expected. Just the motor doesn't spin up.