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.

CCS/MSP432P401R: Stepper Motor, ULN2803

Part Number: MSP432P401R
Other Parts Discussed in Thread: MSP430FR2111

Tool/software: Code Composer Studio

Hello I am having trouble programing a bipolar stepper motor on my msp432. I am new to the msp432 and was wondering if somebody can point me in the right direction. Cant find a book or an example that uses a bipolar stepper motor. 

  • Hello,

    unfortunately there does not seem to be code available for the MSP432P401, but there is a design example for MSP430FR2111. The MSP432P401 has very similar if not equal peripheral modules compared to MSP430. Thus it should be pretty easy to port the design from MSP430 to MSP432P401.

    The above document also includes the link to code for a stepper motor drive.

    In case you should run still run into some obstacles, getting a peripheral of the MSP432P401 functional, I'd recommend you looking into the code examples within Code Composer Studio's Resource Explorer. There you can find multiple examples for every peripheral module of the MSP432P401, and of course other devices.

    Best regards

    Peter