TOP Contributors

  1. MIKROE (2663 codes)
  2. Alcides Ramos (358 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (137083 times)
  2. FAT32 Library (70223 times)
  3. Network Ethernet Library (56095 times)
  4. USB Device Library (46422 times)
  5. Network WiFi Library (42034 times)
  6. FT800 Library (41378 times)
  7. GSM click (29109 times)
  8. mikroSDK (26558 times)
  9. PID Library (26487 times)
  10. microSD click (25486 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
mikroSDK Library

Boost 6 click

Rating:

5

Author: MIKROE

Last Updated: 2019-10-30

Package Version: 1.0.0.0

mikroSDK Library: 1.0.0.0

Category: Boost

Downloaded: 2260 times

Not followed.

License: MIT license  

The Boost 6 Click is a Click board which features the TPS55332-Q1, a monolithic high-voltage switching regulator with integrated 3-A, 60-V power MOSFET.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Boost 6 click" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Boost 6 click" changes.

Do you want to report abuse regarding "Boost 6 click".

  • mikroSDK Library 2.0.0.0
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

mikroSDK Library Blog

Boost 6 click

Boost 6 click

Native view of the Boost 6 click board.

View full image
Boost 6 click

Boost 6 click

Front and back view of the Boost 6 click board.

View full image

Library Description

The library covers all the necessary functions to control Boost 6 click board.

Key functions:

  • void boost6_hw_reset( void ) - Hardware reset function.
  • void boost6_power_off( void ) - Power OFF function.
  • void boost6_power_on( void ) - Power ON function.

Examples description

The application is composed of three sections :

  • System Initialization - Initializes GPIO and LOG structures, sets RST, CS and PWM pins as output and start to write log.
  • Application Initialization - Initialization driver enables - GPIO, hardware reset and disable regulator, also write log.
  • Application Task - (code snippet) This is an example which demonstrates the use of Boost 6 click board. Waits for valid user input and executes functions based on set of valid commands. Results are being sent to the Usart Terminal where you can track their changes.
  • Commands :'E' - Enable regulator 'D' - Disable regulator
void application_task ( )
{
    char receivedData;

    if ( UART_Rdy_Ptr( ) )
    {
        receivedData = UART_Rd_Ptr( );

        switch ( receivedData )
        {
            case 'E' :
            {
                if ( enable_flag == BOOST6_DISABLE )
                {
                    enable_flag = BOOST6_ENABLE;
                    boost6_power_on( );

                    mikrobus_logWrite( "     Enable     ", _LOG_LINE );
                    mikrobus_logWrite( "-----------------", _LOG_LINE );
                }
                break;
            }
            case 'D' :
            {
                if ( enable_flag == BOOST6_ENABLE )
                {
                    enable_flag = BOOST6_DISABLE;
                    boost6_power_off( );

                    mikrobus_logWrite( "     Disable     ", _LOG_LINE );
                    mikrobus_logWrite( "-----------------", _LOG_LINE );
                }
                break;
            }
        }
    }
}

Other mikroE Libraries used in the example:

  • GPIO
  • UART

Additional notes and informations

Depending on the development board you are using, you may need USB UART clickUSB 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.

ALSO FROM THIS AUTHOR

LTE Cat.1 2 click

0

LTE Cat.1 2 Click (EU) is a compact add-on board that provides your application with complete LTE and VoLTE with CSFB functionalities. This board features the ELS62-E, a single antenna LTE cat.1bis module from Telit.

[Learn More]

Magnetic Rotary 3 click

0

Magnetic Rotary 3 Click is a compact add-on board for accurate magnet-position sensing. This board features the AS5147, an SPI-configurable high-resolution rotary position sensor for fast absolute angle measurement over a full 360-degree range from ams AG.

[Learn More]

Charger 5 click

0

Charger 5 click is designed to charge Lithium-Ion and Lithium-Polymer batteries.

[Learn More]