Wednesday, December 10, 2014

ensuring proper voltage at supply pins

with the numbers available on minimum and maximum voltage of the output of the regulator a list can be made to check whether all the ICs are getting supply voltage which is with in their standard operating voltages.
To calculate maximum voltage across the IC supply pin, assume current to be the least and assume resistance of ferrites and zero ohm resistors in series with the supply which suits between regulator output and IC supply as zero.

To calculate minimum voltage assume maximum current into IC and assume maximum resistance at extend temperature for both series zero ohm resistor and ferrites.

maximum voltage will be maximum voltage output of switching regulator.
minimum voltage will be supply voltage minimum minus drop across ferrite bead and series zero in jumpers and series resistance of connectors.

Thursday, December 4, 2014

First time power on PCB

I do following tests before powering on PCB for the time:
  1. have sufficient ESD protection in the testing area
  2. Have a digital multimeter
  3. verify that all the components are intact placed
  4. all the DNIs - do not installs are not loaded
  5. if the pads of DNIss are very close(0402, 0201 packages) there is a possibility of getting short when machine soldered due to process. Check those. Should not have DNIs such a small footprint ones ar first place
  6. check all diode polarities are correct on board (can use multimeter to verify anode and cathode if diode marking is difficult to read on board)
  7. check all ICs pin number 1 marking are correct with respect to board marking
  8. Measure resistance at the input of power supply section. Should be in kilo ohms or mega ohms
  9. if possible, isolate loads of all regulators by removing series component after the regulators such as ferrites or zero ohm resistors. So that when powered on due to some mistake if voltage generated is higher than expected by the regulator none of the devices will go bad
  10. Have power cables tested
  11. set the current limit to minimum in the bench supply as all the loads are isolated.
  12. Power on and check that there is no much current being drawn then expected
  13. measure voltage across feedback pins, pics and switching pins and check against expected values
  14. Measure output of all regulator sections
  15. test for minimum and maximum input range by changing the input voltage from minimum to maximum
  16. once convinced that power section is fine, take a rheostat and connect it across the output of regulator sections and check the load regulation.remember that we have isolated the actual on board load to the switching regulator.
  17. if power supply section is found stable for multiple on of cycles with minimum and maximum load, it's time to power in the board
  18. measure one again the resistance at the load side, populate the series opened components
  19. power on
  20. measure voltage of all regulators outputs
  21. if all values are found okay, than other activities like JTAG programming ICE Connecticut can be started

Wednesday, December 3, 2014

DC parameters description

VCC – Supply Voltage range. The device operation is defined only in this voltage range.
VREF – Reference voltage. Used to define the switching threshold of differential input devices.
VIH ­– High level input voltage. A minimum voltage required to detect the input voltage as logic high (in positive logic). VIHmin – can be considered for worst case analysis
Note 1: Unlike CMOS (which has very high impedance due to gate insulation resistance), bipolar transistors inputs will draw small amount of current through the input terminals when logic high voltage (VIH) is applied across the input. Higher the VIH , more the current that will be drawn by the Bipolar input
It is very important to maintain input voltage levels in valid range (>VIHmin for logic high and <VILmax for logic Zero) especially for CMOS. If not, the device may draw huge currents and may switch states randomly, generates high noise currents and power and ground surge currents or in worst case permanent device damage may occur

VIL – Low level input voltage, Voltage below this range at the input will be treated as logic zero (in Positive logic). For Most Bipolar devices, when a low voltage is applied at the input, certain amount of current will be sourced out. Lower the input voltage across the input, higher the sourced out current.
Note 3: In general, a device with VIH of 2.4 and VIL of 0.8 has a TTL compatible input. The devices whose input levels are scaled (0.7 VDD and 03 VDD) will have CMOS inputs

IOH – High Level Output Current, the current into an output with input conditions applied, establishes a high level at the output. CMOS devices will have limited current driving capability while output of logic high is produced. If the load connected to the CMOS output pin (LED) sinks more current, then the output voltage level starts to fall down since MOSFETs will be seen as low impedance resistors when turned on (Increasing current increases internal ohmic voltage loss). Hence the datasheet will say the maximum IOH that the device can source while still maintaining output voltage higher than the specified VOH minimum.

IOL – Low level output current, the current into an output with input conditions, establishes a low level at the output. CMOS devices will have limited current driving capability while output of logic low is produced. If the load connected to the CMOS output pin pull-up of very low value, then the output voltage level starts to rise since MOSFETs will be seen as low impedance resistors when turned on (Increasing current increases internal ohmic voltage loss). Hence the datasheet will say the maximum IOL that the device can sink while still maintaining output voltage lower than the specified VOL maximum.

The current out of the port is mentioned as negative value and current into the port is mentioned as positive value.

VOL – Low level output voltage, The voltage level at an output terminal with input conditions applied that, establishes a low level at the output.

VOH – High level output voltage, The voltage level at an output terminal with input conditions applied that, establishes a high level at the output.

IIH, IIL are input currents when logic high and low is applied to the input port respectively. For CMOS, the current will be a few µA.