TIDU312A May   2014  – November 2020

 

  1.   Trademarks
  2. 1Introduction
    1. 1.1 PFC Stage Implementation
    2. 1.2 BL PFC Electrical Specifications
  3. 2Software Overview
    1. 2.1 Software Control Flow
    2. 2.2 Incremental Builds
  4. 3Procedure for Running the Incremental Builds
    1. 3.1 Build 1: Open-Loop Boost With ADC Measurements
      1. 3.1.1 Build 1 Objective
      2. 3.1.2 Build 1 Overview
      3. 3.1.3 Build 1 Protection
      4. 3.1.4 Build 1 Procedure
        1. 3.1.4.1 Step 1.1: Start CCS and Open a Project
        2. 3.1.4.2 Step 1.2: Device Initialization, Main, and ISR Files
        3. 3.1.4.3 Step 1.3: Build and Load the Project
        4. 3.1.4.4 Step 1.4: Debug the Environment Windows
          1. 3.1.4.4.1 Step 1.5: Use Real-Time Emulation
          2. 3.1.4.4.2 Step 1.6: Run the Code for Build 1
    2. 3.2 Build 2: BL PFC With Closed-Current Loop
      1. 3.2.1 Build 2 Objective
      2. 3.2.2 Build 2 Overview
      3. 3.2.3 Build 2 Procedure
        1. 3.2.3.1 Step 2.1: Build and Load Project
    3. 3.3 Build 3: BL PFC With Closed Voltage and Current Loop
      1. 3.3.1 Build 3 Objective
      2. 3.3.2 Build 3 Overview
      3. 3.3.3 Build 3 Procedure
        1. 3.3.3.1 Step 3.1: Build and Load Project
  5. 4Test Results
  6. 5References
  7. 6Revision History

Step 1.1: Start CCS and Open a Project

Follow the steps below to execute this build:

  1. Connect USB connector to the F280xx controlCARD for emulation. Power up the 12 V bias supply at JP1. By default, the F280xx controlCARD jumpers (see F280xx controlCARD documentation) are configured such that the device boot from FLASH. Change these jumper settings to allow code execution from RAM under CCS control.
  2. Start Code Composer Studio (CCS). In CCS a project contains all the files and build options needed to generate an executable output file (.out) which can be run on the MCU hardware. On the menu bar click: Project Import Existing CCS/CCE Eclipse Project and under Select root directory navigate to and select ..\controlSUITE\development_kits\BLPFC_v1.0\BLPFC directory. Make sure that under the Projects tab BLPFC is checked. Click Finish.

    This project will invoke all the necessary tools (compiler, assembler & linker) for building the project.

  3. In the project window on the left, click the plus sign (+) to the left of Project. Your project window will look like Figure 3-3:

     

    GUID-E2C81B80-4B38-46E0-A6C0-30382C8FFFF3-low.gif Figure 3-3 CCS Project Window