If following terminals are unused, these terminals should be "pull-down"?
pin#8 DELEF
pin#13 ADELEF
pin#15 CS
pin#16 SYNC
Best Regards,
Hide
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
If following terminals are unused, these terminals should be "pull-down"?
pin#8 DELEF
pin#13 ADELEF
pin#15 CS
pin#16 SYNC
Best Regards,
Hide
Hello Hide
pin#8 DELEF - The only circumstance where this pin is 'not used' is if Synchronous Rectification is not used and the OUTE and OUTF outputs are not driving SR gates. The best option in this circumstance is to tie the DELEF pin to ground with a resistor within the allowed resistor range of 13 kΩ to 90 kΩ.
pin#13 ADELEF - Tie ADELEF to GND is ok, then 'the delay is fixed, defined only by resistor REF from DELEF to GND' see the datasheet - page 16
pin#15 CS - This pin provides a system level function in both Current and Voltage control modes. In current mode control the CS pin provides the current signal that the loop needs for control purposes. Connecting RSUM pin through resistor to VREF switches controller to the voltage mode control with the internal PWM ramp. However, the resistor value still provides CS signal compensation for cycle-by-cycle current limit. I would NOT recommend tying this pin to GND because the cycle-by-cycle current limiting function is too useful to defeat. Do let me know if you have a special reason for wanting to tie this pin to ground.
pin#16 SYNC - leave open circuit if you are not synchronising multiple UCC28950 devices.
Regards
Colin Gillmor
Hello Ruben
You should tie the CS, ADEL and ADELEF pins to 0V - this will defeat the functionality of these pins.
Set the device into Voltage mode control (VMC) - RSUM should be tied to VREF. RSUM provides slope compensation but in the absence of any current sensing RSUM won't have any effect. I'd suggest you use a 10k resistor. Operation in VMC requires that you add a DC blocking capacitor in series with the primary of the main transformer - otherwise the transformer will saturate due to inevitable small differences in the volt seconds applied to its primary.
If you don't use the CS signal than you lose the following functions
Current limiting and over current protection - in both VMC and PCM (Peak Current control Mode)
DCM - at low currents the UCC28950 disables the Synchronous Rectifier outputs (OUTE and OUTF). This is done to improve efficiency.
Burst mode operation at light loads - burst mode improves light load efficiency
Cycle-by cycle current limiting - (in PCM)
Adaptive delays - the CS signal is used to modulate the dead times - this allows you to achieve ZVS over a much wider operating range than otherwise.
It is certainly possible to do what you suggest - certainly you could do it to 'get you going' while debugging a prototype for example - but do consider if the absence of any current sensing input to the controller is going to compromise your final design in other ways.
Let me know how you get on
Regards
Coliln
Thank you for your reply Colin,
This is definitely good to hear and I will implement the functionality in this way.
Thank you for your clarification.