External Oscillator Solutions with GreenPAK

GreenPAK Blog
6 min readSep 3, 2022

--

Introduction

Some applications require oscillators not already served by the on-chip oscillators inside a GreenPAK IC. This application note describes two designs wherein a few passive external components can be used as an oscillator, which is connected to a GreenPAK. The first design is a low-power RC oscillator. The second is a low-power 32 kHz crystal oscillator circuit. In both cases, the GreenPAK design is similar; GPIO pins are used and further internal components are not required.

The complete design file is available here. It was programmed in the GreenPAK Designer software (a part of Go Configure™ Software Hub) which is a free-to-use GUI-based program aimed to create circuit designs.

Low Power (sub-µA) RC Oscillator

An RC oscillator, using external components , allows the user to adjust frequency by adjusting the component values. RC oscillators can easily be made with any GreenPAK chip, but dual-rail chips additionally can make such RC oscillators very low power, down to sub-µA levels, by allowing the use of a resistor to limit the power drawn from the secondary rail. The following design implements an example with the dual-rail SLG46121V, but any dual-rail GreenPAK could be used.

Circuit Design

Fundamentally, a typical oscillator consists of an inverting gain with feedback. In GreenPAK, this can be implemented with just a pin-to-pin connection as shown in Figure 1. Ensuring no other blocks are in the signal path helps to minimize power consumption and latency. The input pin at PIN12 is set to low-voltage digital input (LVDI) mode, which draws relatively little current even with a slow analog signal near its threshold (unlike a normal CMOS input which can have significant shoot through current). The PIN12 signal feeds into the OE pin output of PIN10, which is configured as a 3-state output. PIN10’s input is wired to ground. The result is that when OE is high, the output is driven low. When OE is low, the output is disabled allowing it to be pulled high by an external pull-up resistor. Thus, we have the requisite inversion. Functionally this is equivalent to an NMOS, as shown in Figure 2. Externally PIN10 is wired to PIN12, completing the feedback loop. The frequency characteristics of the feedback loop can be controlled by the RC on the wire.

In this example, a separate output (PIN3) was used as a buffered test point to check the frequency without oscilloscope probes loading the feedback loop, which has a high-Z (10 MΩ) state. PIN12 and PIN10 are powered by VDD2 (indicated by the yellow color). Externally, VDD2 is connected to VDD by a 10 MΩ resistor to limit the current. PIN10 is pulled up to VDD2 by a 10 MΩ resistor, with a 100 pF capacitor connected to ground. The cycle time can be estimated from the RC decay, i.e. time = RC * ln(VDD/(VDD-Vth)). For example, with C1*(R1+R2) giving a 2 ms time constant, the LVDI input threshold voltage (Vth) of 900 mV, and VDD at 3 V, the cycle time comes out to 713 us, or equivalently,1.4k Hz, roughly matching up with the measured results shown in Table 1.

Results

Table 1 shows ISUPPLY and frequency measurements of the SLG46121V external RC oscillator circuit, compared to the internal oscillator of the SLG46620V. The SLG46620 low-frequency internal oscillator was chosen because it has one of the lowest power internal oscillators of the various GreenPAK chips. The supply current of the SLG46121V without the buffered output test point is also shown, since the output buffer consumes some switching power. Note the SLG46121V itself does not have a low-frequency internal oscillator that can run at a power as low as the SLG46620; its lowest power internal oscillator can run at about 5 µA, like many other GreenPAK chips. Other aspects to note are the effects of VDD on frequency and supply current. Figure 5 graphs supply current vs VDD, and Figure 6 graphs frequency vs VDD.

Crystal Oscillator

The same design strategy from the GreenPAK RC oscillator design can be applied to make a crystal oscillator. Some GreenPAKs have a built-in “Crystal OSC” block, consisting of a dedicated highspeed single-stage inverter which can be used with external components to create a crystal oscillator circuit. The technique we use in this application note just uses the generic inverter present in any GPIO with OE, and can be applied to any GreenPAK. For this example, we’ll again use the SLG46121V chip, making use of its dual-rail feature to minimize supply current.

Circuit Design

Using the same basic principle as the low power oscillator discussed previously (Figure 1) the GreenPAK is configured as an inverter, but for this design the external components are arranged in the configuration of a Pierce oscillator circuit (Figure 7). A 10 MΩ feedback resistor between PIN12 and PIN10 biases the inverter in its linear region to cause it to function as an analog amplifier. The feedback needs to have a high resistance to allow the resonance of the crystal to be the dominant aspect of this circuit. A 100 kΩ resistor is put in series with PIN10 to limit the current through the crystal and isolate the output driver of PIN10 from the complex impedance formed by C1, C2, and the crystal. A 32.768 kHz quartz crystal along with the two 22 pF load capacitors C1 and C2 set the resonance. PIN10 is pulled up externally to VDD2 by a 1 MΩ resistor. VDD2 is connected to VDD by a 1 MΩ resistor to limit the current. In this example, a separate output (PIN3) was used as a buffered test point to check the frequency without oscilloscope probes loading the feedback loop, which has a high-Z (10 MΩ) state.

Results

Table 2 shows ISUPPLY and frequency measurements of the crystal oscillator circuit using the SLG46121V design, along with the SLG46533V using its “Crystal OSC” block for comparison. The crystal oscillator using the SLG46121V design can produce a 32.768 kHz signal consistently with much lower power consumption compared to the SLG46533V built-in crystal oscillator circuit, which is designed to run much faster clocks (≥ 5 MHz) and is not optimized for slower clocks. With the component values chosen the design only works effectively down to roughly 2.2 V, as VDD is dropped down by the 1 MΩ resistor. Other resistor values can be chosen to tradeoff low-voltage vs low-current operation. For ease of testing, a counter was added to the example design (Figure 10), which internally divides the frequency by 100 (327 Hz). This reduces the current draw that results from the output pin at PIN3 toggling.

Conclusion

Two solutions were presented which implement oscillators using different external components but a similar internal GreenPAK design. The first was a sub-µA RC oscillator with a frequency that can be adjusted depending upon the external resistive and capacitive components. The second was a crystal oscillator that can be used for more precise applications. Both solutions use minimal resources. The designs were demonstrated on dual-rail parts to highlight their advantage in creating a low-current implementation via a current limiting path between supplies. The general technique of a pin-based inverter can also be applied in other applications as well.

--

--