TIDT369A November   2023  – April 2024

 

  1.   1
  2.   Description
  3.   Features
  4. 1Applications
  5.   Resources
  6. 2System Description
    1. 2.1 System Block Diagram
    2. 2.2 Key System Specification
    3. 2.3 Design Consideration
      1. 2.3.1 Boost Inductor Design
      2. 2.3.2 High Frequency Power Switch Selection
      3. 2.3.3 Input AC Voltage Sensing
      4. 2.3.4 Bulk Voltage Sensing
      5. 2.3.5 Input Current Sensing
      6. 2.3.6 Baby Boost Design
      7. 2.3.7 Relay
      8. 2.3.8 Protection
        1. 2.3.8.1 Over Voltage Protection
        2. 2.3.8.2 Over Current Protection
  7. 3Power Up
    1. 3.1 Required Equipment
    2. 3.2 Considerations
    3. 3.3 Start-Up Sequence
  8. 4Testing Results
    1. 4.1 Start-Up Waveform
    2. 4.2 THD Performance
    3. 4.3 Power Factor
    4. 4.4 Efficiency
      1. 4.4.1 Efficiency Graph
      2. 4.4.2 Efficiency Data
    5. 4.5 E-meter Performance
      1. 4.5.1 E-meter Graphs
      2. 4.5.2 E-meter Data
    6. 4.6 Load Transients
    7. 4.7 Input Current Waveforms
    8. 4.8 AC Drop Test
    9. 4.9 Thermal Images
  9. 5External Reference

Input Current Sensing

Ther are two current sensors in this design, but only 1 sensor is needed for PFC operation. The code supports both current sensors, seperated by a compiling flag, user can choose which sensor to use by changing the compiling flag and then re-download the code.

Option 1: Use an isolated Delta-Sigma modulator AMC1306 to sense input current (Figure 2-6). This is the deafult configuration in the code. The output of AMC1306 is a 1-bit stream, as shown in Figure 2-7. This 1-bit stream is sent to C2000 and decoded by a built-in delta-sigma digital filter. Two delta-sigma digital filters are used, one is configured with high speed but relatively low resolution for PFC current loop control, the other is configured with high resolution but relatively low speed for e-metering (Figure 2-8). For details of AMC1306 and E-meter, please refer to [2].

GUID-4CAF0DF2-9627-4DD4-9C8B-C3B80A55670A-low.png Figure 2-6 Use AMC1306 for Current Sensing
GUID-0E7449F1-2C4D-44CF-9E23-9A8A1451937E-low.png Figure 2-7 AMC1306 Output
GUID-12095926-2CE7-4AD2-A600-5C55C8EDB623-low.png Figure 2-8 Delta-Sigma Filter Configuration

Option 2: Use a hall effect sensor TMCS1133 to sense input current. This is a conventional current sense method. The output of the hall sensor is amplified by a op-amp circuit (Figure 2-9). With sine wave AC input, the output of hall sensor is a sine wave with a DC offset. This signal is measured by C2000, then substract the DC offset to get the real AC input current signal.

GUID-5D7B6E9A-49F5-4456-9440-20633B5A2D61-low.png Figure 2-9 Current sense amplifier