LTC4296 no-OS Example Project
See projects/ltc4296 (doxygen) for the Doxygen documentation.
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.
This is the only example in this project, so it builds by default:
make
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