How does it work?
Buck 16 Click as its foundation uses the TPS62912, a low-noise, low-ripple synchronous buck converter with a fixed-frequency current-mode from Texas Instruments. This converter has a filtered internal reference that achieves a low-noise output similar to low-noise LDOs. Besides, it has an output-voltage error of less than 1%, which helps ensure tight output-voltage accuracy, and lower output voltage ripple achieved by using a switching frequency of either 2.2MHz or 1MHz. That’s why this Click board™ is suitable for noise-sensitive applications that generally use an LDO for post-regulation.
This Click board™ communicates with MCU using one GPIO pin in addition to a 3-wire SPI serial interface. The device-enable feature, routed to the RST pin of the mikroBUS™ socket, optimizes power consumption and is used for power ON/OFF purposes (driver operation permission). Once the Click board™ is enabled, the operation mode is then set by the configuration of the CONF SEL (Smart Configuration) jumper by positioning the SMD jumper to an appropriate position marked as VIN or GND.
Besides, this pin is also used for device synchronization. Once an external clock signal, which must be within the clock synchronization frequency range set by the Smart Configuration jumper, is applied to this pin through an onboard header marked as SYNC, the device is enabled and reads the configuration of the Smart Configuration pin. When this signal changes from a clock to a static high, the device switches from an external clock to an internal clock.
With all that, this device also has a power-good output available on the onboard header labeled as PGOOD. The PGOOD pin goes into a high impedance state once the feedback pin voltage, obtained by the MCP4161 digital potentiometer and controlled by the DIGI POT switch, is above 95% of the nominal voltage and is driven low once the voltage falls below typically 90% of the nominal voltage. The power-good signal can be used to sequence multiple rails by connecting to the enable pin of other converters.
This Click board™ can operate with both 3.3V and 5V logic voltage levels selected via the VCC SEL jumper. It allows for both 3.3V and 5V capable MCUs to use the communication lines properly. Additionally, there is a possibility for the TPS62912 power supply selection via jumper labeled as VIN SEL to supply the TPS62912 from an external power supply terminal in the range from 3 to 17V or with VCC voltage levels from mikroBUS™ power rails. However, the Click board™ comes equipped with a library containing easy-to-use functions and an example code that can be used, as a reference, for further development.
Specifications
Type
Buck
Applications
Can be used for noise-sensitive applications that generally use an LDO for post-regulation, such as high-speed ADCs, clock and jitter cleaner, serializer, de-serializer, and radar applications
On-board modules
TPS62912 – low-noise, low-ripple synchronous buck converter with a fixed-frequency current-mode from Texas Instrument
Key Features
Low output noise and voltage ripple, 2.2MHz or 1MHz fixed frequency peak current mode control, synchronizable with external clock, output voltage accuracy of ±1%, power-good output, and more
Interface
GPIO,SPI
Feature
No ClickID
Compatibility
mikroBUS™
Click board size
L (57.15 x 25.4 mm)
Input Voltage
3.3V or 5V,External
Pinout diagram
This table shows how the pinout on Buck 16 Click corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Onboard settings and indicators
Label | Name | Default | Description |
---|---|---|---|
LD1 | PWR | – | Power LED Indicator |
JP1 | VCC SEL | Left | Logic Level Voltage Selection 3V3/5V: Left position 3V3, Right position 5V |
JP2 | VIN SEL | Left | TPS62912 Power Supply Selection VCC/EXT: Left position VCC, Right position EXT |
JP3 | CONF SEL | Right | Smart Configuration Selection VIN/GND: Left position VIN, Right position GND |
J1 | SYNC | Unpopulated | Synchronization Signal Header |
J2 | PGOOD | Unpopulated | Power-Good Output Signal Header |
SW1 | DIGI POT | – | DIGIPOT Activation Switch |
Buck 16 Click electrical specifications
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage VCC | 3.3 | – | 5 | V |
Supply Voltage VIN | 3 | – | 17 | V |
Maximum Output Current | – | – | 2 | A |
Operating Temperature Range | -40 | +25 | +125 | °C |
Software Support
We provide a library for the Buck 16 Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
Library Description
This library contains API for Buck 16 Click driver.
Key functions:
buck16_enable_output
– Enable/Disable voltage output.buck16_set_potentiometer
– Set potentiometer resistivity.buck16_set_output
– Set output voltage.
Examples description
This example showcases ability of the device to control voltage output of device. Output voltage can range from 800 to 5500 depending of VIN. By default it will go from 800 to 3300 VIN==VCC.
void application_task ( void ) { log_printf( &logger, " > Setting output to 0.9Vrn" ); buck16_set_output( &buck16, 900 ); Delay_ms( 5000 ); log_printf( &logger, " > Setting output to 2.5Vrn" ); buck16_set_output( &buck16, 2500 ); Delay_ms( 5000 ); log_printf( &logger, " > Disable outputrn" ); buck16_enable_output( &buck16, 0 ); Delay_ms( 3000 ); log_printf( &logger, " > Enable outputrn" ); buck16_enable_output( &buck16, 1 ); Delay_ms( 3000 ); log_printf( &logger, " > Setting output to 1.5Vrn" ); buck16_set_output( &buck16, 1500 ); Delay_ms( 5000 ); }
The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
Other mikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Buck16
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 click or RS232 click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.
mikroSDK
This Click board™ is supported with mikroSDK – MikroElektronika Software Development Kit. To ensure proper operation of mikroSDK compliant Click board™ demo applications, mikroSDK should be downloaded from the LibStock and installed for the compiler you are using.
For more information about mikroSDK, visit the official page.