Example program for EVAL-AD568x and EVAL-AD569x.

Dependencies:   adi_console_menu platform_drivers

EVAL-AD568x-AD569x

User Guide

This nanoDAC+ Mbed support software can be used as a starting point for developing your own firmware that targets Analog Devices nanoDAC+ products in your own environment. The software is configurable for your exact product within the nanoDAC+ family. See the user-guide for full instructions.

mbed_app.json

Committer:
Kjansen
Date:
2021-07-21
Revision:
9:cce35eca2ab0

File content as of revision 9:cce35eca2ab0:

{
    "requires": ["bare-metal"],
    "target_overrides": {
        "*": {
            "platform.default-serial-baud-rate": 230400,
            "target.printf_lib": "std",
			"target.device_has_remove": ["CAN"]
        }
    }
}