Planche à clic Buck 22
Planche à clic Buck 22
Key Features
- Topologie de contrôle DCS pour une réponse transitoire rapide, tension de sortie réglable, précision de la tension de sortie de 1 %, fréquence de commutation de 2,4 MHz, interface I2C, mode d'économie d'énergie, indicateur de bonne alimentation, etc.
- Basé sur le TPS62869 - convertisseur abaisseur synchrone avec une interface I2C de Texas Instruments
- Peut être utilisé pour dériver la tension d'entrée requise à partir d'une source de tension plus élevée pour les FPGA, les ASIC, les chipsets vidéo, les disques SSD, etc.
- mikroBUS : interface I2C
La Buck 22 Click Board™ est une carte complémentaire compacte qui abaisse la tension de son entrée (alimentation) à sa sortie (charge). Cette carte est équipée du TPS62869, un convertisseur abaisseur synchrone haute fréquence avec une interface I2C de Texas Instruments, offrant une solution efficace, adaptative et à haute densité de puissance. Le TPS62869 fonctionne en mode PWM à des charges moyennes à lourdes (pour la plus légère ondulation de tension de sortie). Il passe automatiquement en mode économie d'énergie à une charge légère pour maintenir une efficacité élevée sur toute la plage de courant de charge de sortie. Grâce à son architecture DCS-Control™, d'excellentes performances transitoires de charge et une précision de tension de sortie serrée sont obtenues ainsi qu'une plage de tension de sortie réglable de 0,8 V à 3,35 V avec un pas de 10 mV. Cette carte Click™ est utilisée pour dériver la tension d'entrée requise à partir d'une source de tension plus élevée pour les FPGA, les ASIC, les chipsets vidéo, les disques SSD et bien d'autres.
La carte Click™ Buck 22 est prise en charge par une bibliothèque compatible mikroSDK, qui comprend des fonctions qui simplifient le développement logiciel. Cette carte Click™ est un produit entièrement testé, prêt à être utilisé sur un système équipé du socket mikroBUS™.
How Does The uck 22 Click Board™ Work?
The Buck 22 Click Board™ is based on the TPS62869, a synchronous step-down converter with an I2C interface from Texas Instruments. The TPS62869 base its work on the DCS-Control™ topology and operates in PWM (pulse width modulation) mode for medium to heavy load conditions and Power Save Mode at light load currents. In PWM mode, the converter operates with its nominal switching frequency of 2.4MHz, having a controlled frequency variation over the input voltage range from the VIN terminal from 2.4 up to 5.5V. Because DCS-Control™ supports both operation modes (PWM and PFM selectable through a serial interface) within a single building block, the transition from PWM mode to Power Save Mode is seamless and without effects on the output voltage, providing an efficient, adaptive, and high power-density solution.
With its DCS-Control™ architecture, excellent load transient performance and tight output voltage accuracy are achieved alongside adjustable output voltage and current ranges from 0.8V to 3.35V and up to 6A on the VOUT terminal with a 10mV step size. As the load current decreases, the TPS62869 enters Power Save Mode operation, which occurs when the inductor current becomes discontinuous, reaching 0A during a switching cycle. In Power Save Mode, the output voltage rises slightly above the nominal output voltage.
The Buck 22 Click Board™ communicates with MCU using the standard I2C 2-Wire interface to read data and configure settings, supporting a Fast Mode operation up to 400kHz. Besides, it also possesses the power-good function, routed to the red LED marked as PWR and INT pin of the mikroBUS™ socket, indicating that the output reached regulation.
The Buck 22 Click Board™ can operate with both 3.3V and 5V logic voltage levels selected via the VCC SEL jumper. This way, it is allowed for both 3.3V and 5V capable MCUs to use the communication lines properly. 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 to derive the required input voltage from a higher voltage source for FPGAs, ASICs, video chipsets, solid-state drives, and more |
On-board modules | TPS62869 - synchronous step-down converter with an I2C interface from Texas Instruments |
Key Features | DCS-Control topology for fast transient response, adjustable output voltage, 1% output voltage accuracy, 2.4MHz switching frequency, I2C interface, Power-Save Mode, Power-Good indicator, and more |
Interface | I2C |
Compatibility | mikroBUS |
Click board size | M (42.9 x 25.4 mm) |
Input Voltage | 3.3V or 5V,External |
PINOUT DIAGRAM
This table shows how the pinout of the Buck 22 Click Board™ corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Notes | Pin | Pin | Notes | ||||
---|---|---|---|---|---|---|---|
NC | 1 | AN | PWM | 16 | NC | ||
NC | 2 | RST | INT | 15 | PGD | Power-Good Indicator | |
NC | 3 | CS | RX | 14 | NC | ||
NC | 4 | SCK | TX | 13 | NC | ||
NC | 5 | MISO | SCL | 12 | SCL | I2C Clock | |
NC | 6 | MOSI | SDA | 11 | SDA | I2C Data | |
Power Supply | 3.3V | 7 | 3.3V | 5V | 10 | 5V | Power Supply |
Ground | GND | 8 | GND | GND | 9 | GND | Ground |
ONBOARD SETTINGS AND INDICATORS
Label | Name | Default | Description |
---|---|---|---|
LD1 | PWR | - | Power LED Indicator |
LD2 | PWR | - | Power-Good LED Indicator |
JP1 | VCC SEL | Left | Logic Level Voltage Selection 3V3/5V: Left position 3V3, Right position 5V |
BUCK 22 CLICK ELECTRICAL SPECIFICATIONS
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage | - | 3.3 | - | V |
External Power Supply VIN | 2.4 | - | 5.5 | V |
Output Voltage VOUT | 0.8 | - | 3.35 | V |
Output Current | 0 | - | 6 | A |
Software Support
Software Support
We provide a library for the Buck 22 Click Board™ as well as a demo application (example), developed using MikroE compilers. The demo can run on all the main MikroE development boards.
The package can be downloaded/installed directly from NECTO Studio The package Manager(recommended), downloaded from our LibStock™ or found on MikroE Github account.
Library Description
This library contains API for the Buck 22 Click Board™ driver.
Key functions
-
buck22_set_vout
This function sets the output voltage by using I2C serial interface. -
buck22_read_vout
This function reads the output voltage by using I2C serial interface. -
buck22_get_pg_pin
This function returns the power good (PG) pin logic state.
Example Description
This example demonstrates the use of the Buck 22 Click Board™ by changing the output voltage.
void application_task ( void )
{
if ( !buck22_get_pg_pin ( &buck22 ) )
{
log_info ( &logger, " Device is shut down. " );
while ( !buck22_get_pg_pin ( &buck22 ) );
log_info ( &logger, " Device is powered up. " );
}
static uint16_t vout_mv = BUCK22_VOUT_MIN;
if ( BUCK22_OK == buck22_set_vout ( &buck22, vout_mv ) )
{
if ( BUCK22_OK == buck22_read_vout ( &buck22, &vout_mv ) )
{
log_printf ( &logger, " Vout: %u mVrn", vout_mv );
}
}
vout_mv += 100;
if ( vout_mv > BUCK22_VOUT_MAX )
{
vout_mv = BUCK22_VOUT_MIN;
}
Delay_ms ( 3000 );
}
The full application code, and ready to use projects can be installed directly from NECTO Studio The package Manager(recommended), downloaded from our LibStock™ or found on MikroE Github account.
Other MikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Buck22
Additional Notes and Information
Depending on the development board you are using, you may need USB UART Click Board™, 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. UART terminal is available in all MikroE compilers.
MIKROSDK
The Buck 22 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.
Software Support
Software Support
We provide a library for the Buck 22 Click Board™ as well as a demo application (example), developed using MikroE compilers. The demo can run on all the main MikroE development boards.
The package can be downloaded/installed directly from NECTO Studio The package Manager(recommended), downloaded from our LibStock™ or found on MikroE Github account.
Library Description
This library contains API for the Buck 22 Click Board™ driver.
Key functions
-
buck22_set_vout
This function sets the output voltage by using I2C serial interface. -
buck22_read_vout
This function reads the output voltage by using I2C serial interface. -
buck22_get_pg_pin
This function returns the power good (PG) pin logic state.
Example Description
This example demonstrates the use of the Buck 22 Click Board™ by changing the output voltage.
void application_task ( void )
{
if ( !buck22_get_pg_pin ( &buck22 ) )
{
log_info ( &logger, " Device is shut down. " );
while ( !buck22_get_pg_pin ( &buck22 ) );
log_info ( &logger, " Device is powered up. " );
}
static uint16_t vout_mv = BUCK22_VOUT_MIN;
if ( BUCK22_OK == buck22_set_vout ( &buck22, vout_mv ) )
{
if ( BUCK22_OK == buck22_read_vout ( &buck22, &vout_mv ) )
{
log_printf ( &logger, " Vout: %u mVrn", vout_mv );
}
}
vout_mv += 100;
if ( vout_mv > BUCK22_VOUT_MAX )
{
vout_mv = BUCK22_VOUT_MIN;
}
Delay_ms ( 3000 );
}
The full application code, and ready to use projects can be installed directly from NECTO Studio The package Manager(recommended), downloaded from our LibStock™ or found on MikroE Github account.
Other MikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Buck22
Additional Notes and Information
Depending on the development board you are using, you may need USB UART Click Board™, 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. UART terminal is available in all MikroE compilers.
MIKROSDK
The Buck 22 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.
Planche à clic Buck 22
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.