SNVU875A October   2023  – February 2024 TPS38700 , TPS389006

 

  1.   1
  2.   Description
  3.   Get Started
  4.   Features
  5.   Applications
  6.   6
  7. 1Evaluation Module Overview
    1. 1.1 Introduction
    2. 1.2 Kit Contents
    3. 1.3 Specification
    4. 1.4 Device Information
    5. 1.5 Sync Function
  8. 2Hardware
    1. 2.1 Setup
    2. 2.2 Connectors, Headers, and LEDs
    3. 2.3 EVM Jumpers
  9. 3Software
    1. 3.1 Software Description
  10. 4TPS389387EVM Evaluation Instructions
  11. 5TPS38700-Q1 GUI instructions
    1. 5.1 GUI Installation
    2. 5.2 Quick Start for TPS38700-Q1 GUI
    3. 5.3 GUI
  12. 6Hardware Design Files
    1. 6.1 Schematic
    2. 6.2 PCB Layout
    3. 6.3 Bill of Materials
  13. 7Additional Information
    1. 7.1 Related Documentation
    2.     Trademarks
  14. 8Revision History

TPS389387EVM Evaluation Instructions

Equipment Needed

Hardware Equipment Needed for TPS389387EVM Evaluation:

  • TPS389387EVM
  • MSP430 LaunchPad™, MSP-EXP430FR2355

  • MSP430 connector/power cable (USB to micro-USB)
  • Multi-channel oscilloscope to review evaluation waveforms
  • Jumper cables for additional evaluation

Software Needed for TPS389387EVM Evaluation:

  • A zip file contained editable code that controls the TPS389387EVM. This can be downloaded here.
  • Code Composer Studio IDE (CCS), CCS v8.0 or higher. Code Composer Studio Desktop is a professional integrated development environment that supports TI's Microcontroller and Embedded Processors portfolio. Code Composer Studio is comprised of a suite of tools used to develop and debug embedded applications. Code Composer Studio includes an optimizing C/C++ compiler, source code editor, project build environment, debugger, profiler, and many other features. Learn more about CCS and download at Code Composer Studio.

Hardware Setup

Follow the steps below for the hardware setup:

  1. Attach the MSP430 to the pins at the bottom side of the TPS389387EVM. The orientation is detailed in TPS389387EVM Board Bottom with MSP430. Make sure that the GND pins match the corresponding board connector.
  2. Connect the power cable to the MSP430 and USB port of the computer.
  3. Make sure all jumpers are connected as per the guidelines in Table 3-2.

Software Setup

  1. Download Code Composer Studio IDE (CCS) to edit the code for this EVM.
    1. There is a cloud composer available, but this is not necessary.
    2. CCS can ask if additional components are needed. Please select the MSP430 option before proceeding to download.
  2. Download the code required to evaluate the EVM.
  3. Launch CCS and import the code into the workspace. Refer to the CCS Getting Started instructions on ti.com for additional help.
    1. When CCS has been launched, select a workspace directory. This defines the location of your project on your operating system.
    2. Use Project>Import Existing CCS Eclipse Project. Go to the desired demo project directory that contains main.c. This is illustrated in Figure 5-1.
      GUID-20230823-SS0I-ZCL8-1T9S-KLLH98HXZJVS-low.pngFigure 4-1 Selecting the Project Directory in CCS
    3. Click OK.
    4. CCS recognizes the project and allows the user to import. Check to make sure the CCS has found the project, by looking for a checkmark to the left of the project name. This is shown in Figure 5-2.
      GUID-20230823-SS0I-GGQW-R65X-DL771MPQ3X76-low.pngFigure 4-2 Recognizing the Project in CCS
    5. If CCS does not show a checkmark, then this means that your workspace already has a project by that name. Resolve this by renaming or deleting that project.
    6. At this point, the code is fully uploaded to CCS. The workspace looks like Figure 5-1.
    GUID-20230823-SS0I-RFLF-95VL-KHPVG733TXQB-low.pngFigure 4-3 CCS Workspace with Code Uploaded
  4. Edit the code to confirm correct operation.
    1. To change the output voltages for virtual power tree, edit line 8. This line reads as follows:

      const float outputVoltages[] = {1600,1600,1600,1600,1600,1600,3000,2500,2500,2500,2500,2500};

      Each of the values within the brackets correspond to the Vout for the TPS389006’s power monitor rails. These values are all in millivolts.

    2. To change whether each virtual power rail requires an enable signal from the sequencer to start up, edit line 13. This line reads as follows:

      const int requiresEN = 0;

      If the value after the "=" is a 0, then an enable signal from the sequencer is not required. If this value is set to 1, then an enable signal from the sequencer is required to start up.

  5. Run the code by selecting Run> Start Debugging in the CCS workspace. See Figure 5-4 for more information.
    GUID-20230823-SS0I-9VWL-WVMM-CLWPJTDCXT3V-low.pngFigure 4-4 Run Code in CCS
  6. Once the code is run, confirm correct operation.
    1. Check output voltages by measuring waveforms resultant from connections between pins in the header (J18) and oscilloscope. For more clarity on the pin locations, look at the schematic or Figure 3-1.
    2. Determine correct operation of Enables and Interrupts by examining the LEDs on the EVM. See LED functionality in Table 3-1.
    3. By pressing and holding button S1 on the MSP430 launchpad, the sequencer powers down the voltage rails in sequence. Releasing the button causes the power rails to power up in sequence. The power up and power down sequence can be checked by connecting an oscilloscope to the enable outputs of header J18.
    4. Figure 5-5 shows correct operation of the first three enable signals in the power up sequence and the corresponding sync pulses from the TPS389006.
      GUID-DB769625-7F7B-4906-993C-421F7D600568-low.pngFigure 4-5 Power Sequence Up with Sync
    5. Figure 5-6 shows correct operation of the first three enable signals in the power down sequence and the corresponding sync pulses from the TPS389006.
      GUID-157BEAE4-FBB4-458A-9BC4-C2D34BB86FF9-low.pngFigure 4-6 Power Sequence Down with Sync
    6. Figure 5-7 shows where to place the oscilloscope probe on the EVM to view the sync signal. Place the probe on the terminal of R30 closest to device U2.
      GUID-0145A0B9-519D-4C52-AAF7-FD4562916259-low.jpgFigure 4-7 Sync Signal Probe
  7. The dipswitches can also be used to manually test the functionality of the device interrupts and enables.
    1. LED1 (D1) turns on in the case of an interrupt. This can be tested by using the dipswitches that control the TPS389006 power rail (SW1). When these dipswitches are flipped to the off position, the respective rail is manually turned off, resulting in an interrupt and turning on LED1.
    2. LED2 (D2) turns on when Enable 1 is activated. This can be tested using the dipswitches that control the TPS38700S-Q1 Enables (SW2). When these dipswitches are flipped to the off position, the respective EN is manually turned off, resulting in LED2 to turn off.
    3. LED3 (D3) and LED4 (D4) turn on when Enable 2 and Enable 3 are activated, respectively. This can be verified in the same way as LED2.