How does it work?
Step Down 7 is based on the MAX17624, a synchronous step-down converter with integrated MOSFETs from Analog Devices. The converter uses soft start ramp technology, allowing a smooth output voltage increase. The output voltage is monitored through a resistor divider as feedback. On this Click board™, the resistor divider consists of a resistor, and the MCP4661T, an 8-bit dual digital POT with volatile memory from Microchip. This 50K digital potentiometer has a resistor ladder with ends connected to the analog switches and terminals A and B. The 256 resistors give 257 wiper positions. The potentiometer features high-speed read/write to the wiper and increment/decrement of wiper serial protocols.
The MAX17624 has two selectable modes of operation, the PWM and the PFM modes. The PWM mode is used in fixed-frequency operations with a fixed 4MHz switching frequency. This mode allows the device’s output current to go negative and is useful in frequency-sensitive applications as it provides fixed switching frequency operations at all loads. The PWM mode gives lower efficiency at light loads compared to a PFM mode of operation. The PFM mode disables the negative output current from the device, and skips pulses at light loads for better efficiency. Another feature of the step-down converter is Power Good, which indicates the output voltage status.
Step Down 7 Click uses I/O pins to communicate with the host MCU. To change to the desired mode, you can set a logic state of the MD pin LOW for the PWM mode of operation; otherwise, the PFM mode is selected. Power Good output can be monitored over the PG pin. With the enabled EN pin, the MAX17624 will first go into soft start mode and, after 1ms, will smoothly increase the voltage. The feedback is provided over the resistor divider and the digital potentiometer, which uses a standard 2-Wire I2C interface to communicate with the host MCU, supporting frequencies of 100KHz, 400KHz, and 3.4MHz. The I2C address can be selected over the combination of the three jumpers, with all of them set to 0 by default.
This Click board™ can operate with either 3.3V or 5V logic voltage levels selected via the VCC SEL jumper. This way, both 3.3V and 5V capable MCUs can 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 for the development of power conversion solutions in automation and control applications, industrial sensors, test and measurement equipment, portable low-power devices, and more
On-board modules
MAX17624 – synchronous step-down converter with integrated MOSFETs from Analog Devices
Key Features
Internal soft start and pre-bias startup, overtemperature protection, overcurrent protection, 100% duty cycle operation, fixed 4MHz operation, PWM and PFM mode of operation, adjustable output, up to 1A of output current, digital potentiometer for feedback of the converter, and more
Interface
GPIO,I2C
Feature
ClickID
Compatibility
mikroBUS™
Click board size
M (42.9 x 25.4 mm)
Input Voltage
3.3V or 5V
Pinout diagram
This table shows how the pinout on Step Down 7 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-JP4 | ADDR SEL | Right | I2C Address Selection 0/1: Left position 0, Right position 1 |
Step Down 7 Click electrical specifications
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage | 3.3 | – | 5 | V |
Input Voltage | 2.9 | – | 5.5 | V |
Output Voltage | 1.5 | – | 3.3 | V |
Output Current | – | – | 1 | A |
Software Support
We provide a library for the Step Down 7 Click as well as a demo application (example), developed using MIKROE compilers. The demo can run on all the main MIKROE development boards.
Package can be downloaded/installed directly from NECTO Studio Package Manager (recommended), downloaded from our LibStock™ or found on Mikroe github account.
Library Description
This library contains API for Step Down 7 Click driver.
Key functions
-
stepdown7_set_mode
Step Down 5 mode selection function. -
stepdown7_get_pg_state
Step Down 5 get PG pin state function. -
stepdown7_set_output
Step Down 7 set output voltage.
Example Description
This library contains API for the Step Down 7 Click driver. This driver provides the functions to set the output voltage treshold.
void application_task ( void )
{
for ( uint8_t n_cnt = STEPDOWN7_OUTPUT_1V5; n_cnt <= STEPDOWN7_OUTPUT_3V3; n_cnt++ )
{
stepdown7_set_output( &stepdown7, n_cnt );
log_printf( &logger, " Selected output is:" );
print_selected_output_level ( n_cnt );
Delay_ms( 5000 );
}
}
The full application code, and ready to use projects can be installed directly from NECTO Studio 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.StepDown7
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. UART terminal is available in all MIKROE compilers.
mikroSDK
This Click board™ is supported with mikroSDK – MIKROE 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.