buck6  2.0.0.0
Main Page

BUCK 6 click

BUCK 6 click is an advanced synchronous DC-DC step down (buck) converter, with a very wide input voltage range and reasonably high output current.

click Product page


Click library

  • Author : MikroE Team
  • Date : Dec 2019.
  • Type : I2C type

Software Support

We provide a library for the BUCK6 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 form compilers IDE(recommended way), or downloaded from our LibStock, or found on mikroE github account.

Library Description

This library contains API for BUCK6 Click driver.

Standard key functions :

  • Config Object Initialization function.

    void buck6_cfg_setup ( buck6_cfg_t *cfg );

  • Initialization function.

    BUCK6_RETVAL buck6_init ( buck6_t *ctx, buck6_cfg_t *cfg );

Example key functions :

Examples Description

BUCK 6 click is an advanced synchronous DC-DC step down (buck) converter, with a very wide input voltage range and reasonably high output current.

The demo application is composed of two sections :

Application Init

Initialization Driver init and settings chip on ACTIVE mode and setting the maximum range to 5V.

void application_init ( void )
{
log_cfg_t log_cfg;
LOG_MAP_USB_UART( log_cfg );
log_init( &logger, &log_cfg );
log_info( &logger, "---- Application Init ----" );
// Click initialization.
buck6_cfg_setup( &cfg );
BUCK6_MAP_MIKROBUS( cfg, MIKROBUS_1 );
buck6_init( &buck6, &cfg );
}

Application Task

Sets the different ranges of the maximum voltage.

void application_task ( void )
{
Delay_ms( 3000 );
Delay_ms( 3000 );
Delay_ms( 3000 );
Delay_ms( 3000 );
Delay_ms( 3000 );
Delay_ms( 3000 );
}

The full application code, and ready to use projects can be installed directly form compilers IDE(recommneded) or found on LibStock page or mikroE GitHub accaunt.

Other mikroE Libraries used in the example:

  • MikroSDK.Board
  • MikroSDK.Log
  • Click.BUCK6

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.


BUCK6_MAX_RANGE_10000mV
#define BUCK6_MAX_RANGE_10000mV
Definition: buck6.h:95
buck6_init
BUCK6_RETVAL buck6_init(buck6_t *ctx, buck6_cfg_t *cfg)
Initialization function.
application_task
void application_task(void)
Definition: main.c:61
BUCK6_MAP_MIKROBUS
#define BUCK6_MAP_MIKROBUS(cfg, mikrobus)
Definition: buck6.h:53
buck6_cfg_setup
void buck6_cfg_setup(buck6_cfg_t *cfg)
Config Object Initialization function.
BUCK6_MAX_RANGE_2500mV
#define BUCK6_MAX_RANGE_2500mV
Definition: buck6.h:79
application_init
void application_init(void)
Definition: main.c:32
BUCK6_MAX_RANGE_5000mV
#define BUCK6_MAX_RANGE_5000mV
Definition: buck6.h:84
BUCK6_MAX_RANGE_7500mV
#define BUCK6_MAX_RANGE_7500mV
Definition: buck6.h:90
buck6_set_max_voltage
void buck6_set_max_voltage(buck6_t *ctx, uint8_t voltage)
Set maximum voltage.
buck6_cfg_t
Click configuration structure definition.
Definition: buck6.h:168