LTC4296 no-OS Example Project

Contents

Overview

The evaluation board allows the LTC4296-1 to be exercised without the need for external components.

Full performance details are provided in the LTC4296 data sheet, which should be consulted in conjunction with user guide.

No-OS Build Setup

Please see: https://wiki.analog.com/resources/no-os/build

No-OS Supported Examples

The initialization data used in the examples is taken out from: Project Common Data Path

The macros used in Common Data are defined in platform specific files found in: Project Platform Configuration Path

Basic example

This is a simple example that initializes the LTC4296, unlock the chip and enables power on all avaliable ports.

In order to build the basic example make sure you have the following configuration in the Makefile Makefile

# Select the example you want to enable by choosing y for enabling and n for disabling
BASIC_EXAMPLE = y

No-OS Supported Platforms

Maxim Platform

Build Command

# to delete current build
make reset
# to build the project
make PLATFORM=maxim TARGET=max32690
# to flash the code
make run