SLVUCU7 November   2023 DRV8334

 

  1.   1
  2.   Description
  3.   Features
  4.   Applications
  5.   5
  6. 1Evaluation Module Overview
    1. 1.1 Introduction
    2. 1.2 Kit Contents
    3. 1.3 Specification
    4. 1.4 Device Information
  7. 2Hardware
    1. 2.1 Hardware Connections Overview – DRV8334EVM + LAUNCHXL-F280049C
    2. 2.2 Faults, Indicators, and Jumper Settings
    3. 2.3 EVM Hardware Quick-Start
  8. 3Software
    1. 3.1 DRV8334 EVM GUI Software
  9. 4Hardware Design Files
    1. 4.1 Schematics
    2. 4.2 PCB Layouts
    3. 4.3 Bill of Materials (BOM)
  10. 5Additional Information
    1. 5.1 Trademarks
  11. 6References

DRV8334 EVM GUI Software

This section details the features of the EVM GUI Software. The GUI is written in GUI Composer and is available on the development software gallery at dev.ti.com/gallery.

GUID-20231109-SS0I-N3RX-WHL8-69VZRB7CSD9Q-low.svgFigure 3-1 DRV8334EVM GUI Software

The GUI connects and programs the C2000 MCU on the LAUNCHXL-F280049C board when launched, assuming the board is connected/powered.

Once the hardware is connected, the FAULT Status and Voltage Monitors match the EVM. If these do not match, then please remove EVM power and recheck the setup.

To spin the motor:

  1. Launch the GUI located on dev.ti.com/gallery.
  2. Take the DRV8334 out of sleep mode by toggling nSLEEP to WAKE.
  3. Enable the PWM using the Output Enable toggle switch.
    1. The DRV8334 reports no faults (Fault LED green on GUI, no red nFAULT LED on the EVM) and VMOTOR/GVDD voltage is reported by the GUI.
  4. Set acceleration (update rate) of Duty cycle and increase PWM Duty Cycle using the slider or text input.
  5. The motor now spins.

To Read and Write SPI registers:

  1. Enter the Address in Hex (0x00) in the Address (0x00) field.
  2. Enter the data (for write transaction) in the Data (0x0000) field. For Read transactions, the data is Don’t Care and is ignored.
  3. Click anywhere on the screen to deselect the text input field.
  4. Click SPI WRITE or SPI READ to send the command to the DRV8334. If the text field is not deselected first, then click the SPI WRITE or SPI READ a second time to execute the transaction.
  5. If the complete SPI readback is needed for a Read transaction, then the user can enable the full SPI readback including the address/data/CRC using the checkbox.