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.

MCF8316A: Motor not spinning up by I2C

Part Number: MCF8316A

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.