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/DRV8353: Implement Sine drive with 3 Hall Sensor in DRV8353-EVM

Part Number: DRV8353
Other Parts Discussed in Thread: MOTORWARE

Tool/software: Code Composer Studio

How to use DRV8353- EVM kit with sinusoidal drive and 3 Hall sensor inputs from motor?

  • Anish,

    Can you give a little more detail about what you need? The DRV8353 EVM has input for the hall sensors on terminal block J3.

    Thanks,
    Brian
  • Dear Brian,

    For using DRV8353EVM in sine drive algorithm with hall sensors, we require a firmware. So do we have firmware (c code) for the sine drive 

    configuration. Is there any way we can modify the existing Motorware programs in order to make it compatible with this EVM? I want Sinusoidal PWM based 

    program with 3 hall sensor as inputs.

    Currently i have implemented FOC Based default program using the GUI. I'm unable to use that program with CCS 8.0 ,so can you help me on that too.

    I'm a newbie in this! 

  • The team that produced the DRV8353 GUI has made the user.h, as well as the drv8353.c/.h files, available for download here: www.ti.com/.../DRV8353RH-EVM

    If you go down to "Software," you should see a download link for the firmware. You can use those files in the Motorware environment to run the DRV8353 inside of a Motorware program example

    There currently is support for the F2802x family, but this can be altered to support the F2805x or F2806x InstaSPIN devices if you modify the user.h and device initialization/setup code

    Sean