buck3  2.0.0.0
Functions
main.c File Reference

Buck 3 Click example. More...

#include "board.h"
#include "log.h"
#include "buck3.h"

Functions

void application_init (void)
 
void application_task (void)
 
void main (void)
 

Detailed Description

Buck 3 Click example.

Description

Demo application checks the status of the device and the voltage.

The demo application is composed of two sections :

Application Init

Configuring clicks and log objects. Settings the click in the default configuration.

Application Task

Sequentialy, each one second, checks the status of the Buck 3 Click and if the overvoltage detected or device is under thermal shutdown it logs a message on the USBUART.

note: Open Drain Power Good Indicator, it is asserted low if output voltage is out of PGOOD threshold, Overvoltage or if the device is under thermal shutdown, EN shutdown or during soft start. Once the FB pin voltage is between 93% and 107% of the internal reference voltage (VREF) the PGOOD is pulled high.

Author
Katarina Perendic

Function Documentation

◆ application_init()

void application_init ( void  )

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )