Experience stable and reliable voltage output with this embedded solution!
A
A
Hardware Overview
How does it work?
Buck 8 Click is based on the MAX17536, a high-efficiency, synchronous step-down DC-DC converter with internal compensation from Analog Devices. The MAX17536 is an advanced integrated step-down converter that can deliver a reasonably high current up to 4A. The input voltage can range between 5V and 45V. It should stay about 10% above the desired output voltage. This means that the output voltage ranges from 0.9V to 0.9 x Vin, where Vin is the input voltage. A precise multi-turn potentiometer can adjust the output voltage. This potentiometer allows adjustment of the output voltage level by changing the resistance value of the voltage divider that feeds part of the output voltage back to the FB pin of the MAX17536. Since the potentiometer is a mechanical component, it will allow the output voltage to remain the same, even after the power cycle. Although it can deliver up to 4A, the output current is limited by the maximum power dissipation of the converter. Although the percentage of the power lost on dissipation varies with both input voltage and output current, it can be assumed that this power loss is 10%. According to the datasheet, the maximum advisable power dissipation is 2.67W. To allow for some overhead, assuming that the maximum power dissipation is 2W is safe. This means that the maximum output power is about 20W. The MAX17536 features robust overload and short-circuit protection. When the internally set current limit of 6.5A is exceeded, the high-side MOSFET is turned off, and the hiccup mode is triggered. This mode suspends the
operation for 32,768 duty cycles, after which the soft start sequence is reattempted. If the fault condition is present at the startup and the output voltage remains under 68% of the nominal value, the hiccup mode is also activated. The thermal protection ensures that the junction temperature of the IC stays below 165˚C. The device shuts down when this temperature is exceeded, allowing it to cool down. When the junction temperature drops to about 10˚C, the device is restarted. The output voltage condition can be monitored via the #RESET pin of the MAX17536. This pin is an open drain output, and it is pulled to a HIGH logic level by the onboard resistor. It is routed to the RST pin of the mikroBUS™ and can be used as the power good indication. This pin is driven to a LOW logic level when the output voltage drops below 92.2% of the nominal regulated output voltage. The #RESET pin also reports a thermal shutdown event. The soft start feature prevents the inrush current. The soft start capacitor determines this feature. The soft start is set to about 18ms by the 100nF capacitor. The SYNC/MODE pin is pulled to a high logic level, allowing the device to work in the DCM light load mode, allowing more efficient operation when the light load is connected to the output. By driving the MODE/SYNC pin to a LOW logic level, the device is forced into the PWM mode, which allows the least noise and ripple on the output, but it is not that efficient when working with light loads. The MODE/SYNC pin is routed to the PWM pin of the mikroBUS™ and pulled to a HIGH logic level by the
onboard pull-up resistor. The device latches the state of this pin at the startup, ignoring pin state changes after the startup sequence is finished. One of the distinctive features of this buck converter is the ability to synchronize the switching clock frequency with an external clock signal. It is possible to synchronize the switching frequency within a range of about 1.1 to 1.4 higher than the value set on the Buck 8 Click, which is 450kHz. This feature primarily synchronizes switching frequencies when more than one buck converter is used. When the valid synchronization signal is applied to the MODE/SYNC pin, the device will switch to the PWM mode, with the switching frequency synchronized with the input signal. In this case, after the synchronization signal is disconnected, the device will remain working in the PWM mode. The EN pin of the MAX17572 is routed to the CS pin of the mikroBUS™. This pin enables the buck converter when driven to a HIGH logic level, but it can also be used to set the Undervoltage lockout threshold. If the input voltage falls under this threshold, the internal low drop output regulators (LDOs) will not power on the internal logic, and the buck converter will stay disabled. The Buck 8 Click features an SMD jumper, which sets the logical voltage levels for the pins, allowing both 3.3V and 5V MCUs to be used with the Click board™. The board is also equipped with input and output screw terminals, which allow a secure connection between the input voltage source and the load.
Features overview
Development board
EasyPIC Fusion v7 is the seventh generation of PIC development boards specially designed to develop embedded applications rapidly. It supports a wide range of 16/32-bit PIC microcontrollers from Microchip and a broad set of unique functions, such as a powerful onboard mikroProg programmer and In-Circuit debugger over USB-B. The development board is well organized and designed so that the end-user has all the necessary elements, such as switches, buttons, indicators, connectors, and others, in one place. With two different connectors for each port, EasyPIC Fusion v7 allows you to connect accessory boards, sensors, and custom electronics more efficiently than ever. Each part of
the EasyPIC Fusion v7 development board contains the components necessary for the most efficient operation of the same board. An integrated mikroProg, a fast USB 2.0 programmer with mikroICD hardware In-Circuit Debugger, offers many valuable programming/debugging options and seamless integration with the Mikroe software environment. Besides it also includes a clean and regulated power supply block for the development board. It can use a wide range of external power sources, including an external 12V power supply, 7-12V AC or 9-15V DC via DC connector/screw terminals, and a power source via the USB Type-B (USB-B) connector. Communication options such
as USB-UART, USB-HOST, CAN, and Ethernet are also included, including the well-established mikroBUS™ standard, one display option for the TFT board line of products, and a standard TQFP socket for the seventh-generation MCU cards. This socket covers a wide range of 16-bit dsPIC/PIC24 and 32-bit PIC32 MCUs. EasyPIC Fusion v7 is an integral part of the Mikroe ecosystem for rapid development. Natively supported by Mikroe software tools, it covers many aspects of prototyping and development thanks to a considerable number of different Click boards™ (over a thousand boards), the number of which is growing every day.
Microcontroller Overview
MCU Card / MCU

Type
7th Generation
Architecture
dsPIC
MCU Memory (KB)
512
Silicon Vendor
Microchip
Pin count
100
RAM (Bytes)
53248
Used MCU Pins
mikroBUS™ mapper
Take a closer look
Click board™ Schematic

Step by step
Project assembly
Track your results in real time
Application Output
1. Application Output - In Debug mode, the 'Application Output' window enables real-time data monitoring, offering direct insight into execution results. Ensure proper data display by configuring the environment correctly using the provided tutorial.

2. UART Terminal - Use the UART Terminal to monitor data transmission via a USB to UART converter, allowing direct communication between the Click board™ and your development system. Configure the baud rate and other serial settings according to your project's requirements to ensure proper functionality. For step-by-step setup instructions, refer to the provided tutorial.

3. Plot Output - The Plot feature offers a powerful way to visualize real-time sensor data, enabling trend analysis, debugging, and comparison of multiple data points. To set it up correctly, follow the provided tutorial, which includes a step-by-step example of using the Plot feature to display Click board™ readings. To use the Plot feature in your code, use the function: plot(*insert_graph_name*, variable_name);. This is a general format, and it is up to the user to replace 'insert_graph_name' with the actual graph name and 'variable_name' with the parameter to be displayed.

Software Support
Library Description
This library contains API for Buck 8 Click driver.
Key functions:
buck8_get_state
- Get state of pinbuck8_set_power_mode
- Function settings mode
Open Source
Code example
The complete application code and a ready-to-use project are available through the NECTO Studio Package Manager for direct installation in the NECTO Studio. The application code can also be found on the MIKROE GitHub account.
/*!
* \file
* \brief Buck 8 Click example
*
* # Description
* Demo application shows basic usage of BUCK 8 clicks.
*
* The demo application is composed of two sections :
*
* ## Application Init
* Configures the driver and enables the click board.
*
* ## Application Task
* Reads the VOUT state and parses it on USB UART.
*
* \author Katarina Perendic
*
*/
// ------------------------------------------------------------------- INCLUDES
#include "board.h"
#include "log.h"
#include "buck8.h"
// ------------------------------------------------------------------ VARIABLES
static buck8_t buck8;
static log_t logger;
// ------------------------------------------------------ APPLICATION FUNCTIONS
void application_init ( void )
{
log_cfg_t log_cfg;
buck8_cfg_t cfg;
/**
* Logger initialization.
* Default baud rate: 115200
* Default log level: LOG_LEVEL_DEBUG
* @note If USB_UART_RX and USB_UART_TX
* are defined as HAL_PIN_NC, you will
* need to define them manually for log to work.
* See @b LOG_MAP_USB_UART macro definition for detailed explanation.
*/
LOG_MAP_USB_UART( log_cfg );
log_init( &logger, &log_cfg );
log_info( &logger, "---- Application Init ----" );
// Click initialization.
buck8_cfg_setup( &cfg );
BUCK8_MAP_MIKROBUS( cfg, MIKROBUS_1 );
buck8_init( &buck8, &cfg );
buck8_default_cfg( &buck8 );
}
void application_task ( void )
{
uint8_t pg_state;
pg_state = buck8_get_state( &buck8 );
if ( pg_state == 1 )
{
log_info( &logger, "VOUT is below 92.2%% of VIN" );
}
else
{
log_info( &logger, "VOUT is above 92.2%% of VIN" );
}
Delay_1sec();
}
void main ( void )
{
application_init( );
for ( ; ; )
{
application_task( );
}
}
// ------------------------------------------------------------------------ END