TIDT369B November   2023  – July 2024

 

  1.   1
  2.   Description
  3.   Features
  4.   Applications
  5.   Resources
  6. 1System Description
    1. 1.1 System Block Diagram
    2. 1.2 Key System Specification
    3. 1.3 Design Consideration
      1. 1.3.1 Boost Inductor Design
      2. 1.3.2 High Frequency Power Switch Selection
      3. 1.3.3 Input AC Voltage Sensing
      4. 1.3.4 Bulk Voltage Sensing
      5. 1.3.5 Input Current Sensing
      6. 1.3.6 Baby Boost Design
      7. 1.3.7 Relay
      8. 1.3.8 Protection
        1. 1.3.8.1 Over Voltage Protection
        2. 1.3.8.2 Over Current Protection
  7. 2Download Firmware
  8. 3Power Up
    1. 3.1 Required Equipment
    2. 3.2 Considerations
    3. 3.3 Start-Up Sequence
  9. 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
  10. 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 1-6). This is the deafult configuration in the code. The output of AMC1306 is a 1-bit stream, as shown in Figure 1-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 1-8). For details of AMC1306 and E-meter, please refer to [2].

PMP23338 Use AMC1306 for Current
                    Sensing Figure 1-6 Use AMC1306 for Current Sensing
PMP23338 AMC1306 Output Figure 1-7 AMC1306 Output
PMP23338 Delta-Sigma Filter
                    Configuration Figure 1-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 1-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.

PMP23338 Current sense
                    amplifier Figure 1-9 Current sense amplifier