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/DRV8308: i cant communition with drv8308 and tm4c1294ncpdti board

Part Number: DRV8308
Other Parts Discussed in Thread: MSP430G2553, EK-TM4C1294XL

Tool/software: Code Composer Studio

i cant communition with drv8308 and tm4c1294ncpdti board can you help me in that in ccs software i need to sample code to oprate the motor

  • Hi Govind,

    Thanks for posting to the MD forum!

    We do not have any example code for the TM4C1294NCPDTI board. If you need an example code for the DRV8308, we have code for the MSP430G2553 here: 2425.2308.Firmware_REV-E.zip

  •   Hi Aaron barrera,

         Thank you so much for helping me out during these difficult times. Your help has been invaluable; I don't know how I would have managed without your help and support. Again, thank you so much. I sincerely appreciate your generosity

    i need some help in

    (1)  can you share any simple spi communication example code with external device communication via spi..using tm4c1294 / tm4c123

    (2)  and how can i am  pwm wave generate at particular pin in tm4c1294 with 10% to 100% duty cycle using tm4c1294 / tm4c123

  • Govind,

    We would need the help of the processor team to answer these questions.

    I will forward your post to that team.

    Please note that the post will not move but internal to our system they will be notified.

    Regards,

    -Adam

  • Hello Govind,

    We have example projects provided within our TivaWare SDK that you can reference. They are ready made for the EK-TM4C1294XL LaunchPad: https://www.ti.com/tool/SW-TM4C

    GOVIND PADHIYAR said:
    (1)  can you share any simple spi communication example code with external device communication via spi..using tm4c1294 / tm4c123

    Review the project provided at [Install Path]\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl\ssi_master_slave_xfer

    GOVIND PADHIYAR said:
    (2)  and how can i am  pwm wave generate at particular pin in tm4c1294 with 10% to 100% duty cycle using tm4c1294 / tm4c123

    Review the project provided at [Install Path]\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl\pwm_interrupt

    Note that both the referenced projects are new to Version 2.2.0 of TivaWare, so if you have an older version please download the latest one in order to access these example projects.