Test, please delete

Committer:
seanwilson10
Date:
Tue Jul 24 11:49:57 2018 +0000
Revision:
32:262fc8aeb486
Parent:
28:4eb837cd71df
Child:
33:ea9e60457591
v2.1 imported

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kevin1990 15:78f3f517417f 1 /*
kevin1990 28:4eb837cd71df 2 CONFIDENTIAL AND PROPRIETARY INFORMATION
kevin1990 28:4eb837cd71df 3
kevin1990 28:4eb837cd71df 4 Copyright (c) 2018 Emutex Ltd. All rights reserved.
kevin1990 28:4eb837cd71df 5 This software and documentation contain confidential and
kevin1990 28:4eb837cd71df 6 proprietary information that is the property of
kevin1990 28:4eb837cd71df 7 Emutex Ltd. The software and documentation are
kevin1990 28:4eb837cd71df 8 furnished under a license agreement and may be used
kevin1990 28:4eb837cd71df 9 or copied only in accordance with the terms of the license
kevin1990 28:4eb837cd71df 10 agreement. No part of the software and documentation
kevin1990 28:4eb837cd71df 11 may be reproduced, transmitted, or translated, in any
kevin1990 28:4eb837cd71df 12 form or by any means, electronic, mechanical, manual,
kevin1990 28:4eb837cd71df 13 optical, or otherwise, without prior written permission
kevin1990 28:4eb837cd71df 14 of Emutex Ltd., or as expressly provided by the license agreement.
kevin1990 28:4eb837cd71df 15 Reverse engineering is prohibited, and reproduction,
kevin1990 28:4eb837cd71df 16 disclosure or use without specific written authorization
kevin1990 28:4eb837cd71df 17 of Emutex Ltd. is strictly forbidden.
kevin1990 15:78f3f517417f 18 *
danodonovan 23:2adb6216b001 19 Copyright 2017 (c) Analog Devices, Inc.
kevin1990 15:78f3f517417f 20
kevin1990 15:78f3f517417f 21 All rights reserved.
kevin1990 15:78f3f517417f 22
danodonovan 23:2adb6216b001 23 Redistribution and use in source and binary forms, with or without
danodonovan 23:2adb6216b001 24 modification, are permitted provided that the following conditions are met:
danodonovan 23:2adb6216b001 25 - Redistributions of source code must retain the above copyright
danodonovan 23:2adb6216b001 26 notice, this list of conditions and the following disclaimer.
danodonovan 23:2adb6216b001 27 - Redistributions in binary form must reproduce the above copyright
danodonovan 23:2adb6216b001 28 notice, this list of conditions and the following disclaimer in
danodonovan 23:2adb6216b001 29 the documentation and/or other materials provided with the
danodonovan 23:2adb6216b001 30 distribution.
kevin1990 15:78f3f517417f 31 - Neither the name of Analog Devices, Inc. nor the names of its
kevin1990 15:78f3f517417f 32 contributors may be used to endorse or promote products derived
kevin1990 15:78f3f517417f 33 from this software without specific prior written permission.
danodonovan 23:2adb6216b001 34 - The use of this software may or may not infringe the patent rights
danodonovan 23:2adb6216b001 35 of one or more patent holders. This license does not release you
danodonovan 23:2adb6216b001 36 from the requirement that you obtain separate licenses from these
danodonovan 23:2adb6216b001 37 patent holders to use this software.
danodonovan 23:2adb6216b001 38 - Use of the software either in source or binary form, must be run
danodonovan 23:2adb6216b001 39 on or directly connected to an Analog Devices Inc. component.
kevin1990 15:78f3f517417f 40
danodonovan 23:2adb6216b001 41 THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR
danodonovan 23:2adb6216b001 42 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT,
danodonovan 23:2adb6216b001 43 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
danodonovan 23:2adb6216b001 44 IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT,
danodonovan 23:2adb6216b001 45 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
danodonovan 23:2adb6216b001 46 LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, PROCUREMENT OF SUBSTITUTE GOODS OR
danodonovan 23:2adb6216b001 47 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
danodonovan 23:2adb6216b001 48 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
danodonovan 23:2adb6216b001 49 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
danodonovan 23:2adb6216b001 50 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
kevin1990 15:78f3f517417f 51 *
kevin1990 15:78f3f517417f 52 *****************************************************************************/
kevin1990 28:4eb837cd71df 53 /*!
kevin1990 28:4eb837cd71df 54 ******************************************************************************
kevin1990 28:4eb837cd71df 55 * @file:
kevin1990 28:4eb837cd71df 56 *-----------------------------------------------------------------------------
kevin1990 28:4eb837cd71df 57 *
kevin1990 28:4eb837cd71df 58 */
kevin1990 15:78f3f517417f 59 #include "mbed.h"
kevin1990 15:78f3f517417f 60 #include "inc/adi_sense_api.h"
kevin1990 15:78f3f517417f 61 #include "inc/adi_sense_1000/adi_sense_1000_api.h"
kevin1990 15:78f3f517417f 62 #include "inc/adi_sense_log.h"
kevin1990 15:78f3f517417f 63 #include "common/utils.h"
kevin1990 15:78f3f517417f 64
seanwilson10 32:262fc8aeb486 65 extern ADI_SENSE_CONFIG config;
kevin1990 15:78f3f517417f 66
kevin1990 15:78f3f517417f 67 /* Change the following pointer to select any of the configurations above */
seanwilson10 32:262fc8aeb486 68 static ADI_SENSE_CONFIG *pSelectedConfig = &config;
kevin1990 15:78f3f517417f 69
kevin1990 15:78f3f517417f 70 static ADI_SENSE_CONNECTION connectionInfo = {
kevin1990 15:78f3f517417f 71 .type = ADI_SENSE_CONNECTION_TYPE_SPI,
kevin1990 15:78f3f517417f 72 .spi = {
kevin1990 15:78f3f517417f 73 .mosiPin = SPI_MOSI,
kevin1990 15:78f3f517417f 74 .misoPin = SPI_MISO,
kevin1990 15:78f3f517417f 75 .sckPin = SPI_SCK,
kevin1990 15:78f3f517417f 76 .csPin = D10,
kevin1990 15:78f3f517417f 77 .maxSpeedHz = 2000000,
kevin1990 15:78f3f517417f 78 },
kevin1990 15:78f3f517417f 79 .gpio = {
kevin1990 15:78f3f517417f 80 .resetPin = D6,
kevin1990 15:78f3f517417f 81 .errorPin = D3,
kevin1990 15:78f3f517417f 82 .alertPin = D4,
kevin1990 15:78f3f517417f 83 .datareadyPin = D5,
kevin1990 15:78f3f517417f 84 },
kevin1990 28:4eb837cd71df 85 .log = {
seanwilson10 32:262fc8aeb486 86 .txPin = D1,
seanwilson10 32:262fc8aeb486 87 .rxPin = D0,
kevin1990 28:4eb837cd71df 88 .baudRate = 115200,
kevin1990 28:4eb837cd71df 89 .disableLogs = false,
kevin1990 28:4eb837cd71df 90 },
kevin1990 15:78f3f517417f 91 };
kevin1990 15:78f3f517417f 92
kevin1990 15:78f3f517417f 93 int main()
kevin1990 15:78f3f517417f 94 {
kevin1990 15:78f3f517417f 95 ADI_SENSE_RESULT res;
kevin1990 28:4eb837cd71df 96 ADI_SENSE_STATUS status;
kevin1990 15:78f3f517417f 97 ADI_SENSE_DEVICE_HANDLE hDevice;
kevin1990 15:78f3f517417f 98 ADI_SENSE_MEASUREMENT_MODE eMeasurementMode = ADI_SENSE_MEASUREMENT_MODE_NORMAL;
kevin1990 15:78f3f517417f 99 bool_t bDeviceReady;
kevin1990 15:78f3f517417f 100
kevin1990 15:78f3f517417f 101 /*
kevin1990 15:78f3f517417f 102 * Open an ADI Sense device instance.
kevin1990 15:78f3f517417f 103 */
kevin1990 15:78f3f517417f 104 res = adi_sense_Open(0, &connectionInfo, &hDevice);
kevin1990 15:78f3f517417f 105 if (res != ADI_SENSE_SUCCESS)
kevin1990 15:78f3f517417f 106 {
kevin1990 15:78f3f517417f 107 ADI_SENSE_LOG_ERROR("Failed to open device instance");
kevin1990 15:78f3f517417f 108 return res;
kevin1990 15:78f3f517417f 109 }
kevin1990 15:78f3f517417f 110
kevin1990 15:78f3f517417f 111 /*
kevin1990 15:78f3f517417f 112 * Reset the given ADI Sense device....
kevin1990 15:78f3f517417f 113 */
kevin1990 15:78f3f517417f 114 ADI_SENSE_LOG_INFO("Resetting ADI Sense device, please wait...");
kevin1990 15:78f3f517417f 115 res = adi_sense_Reset(hDevice);
kevin1990 15:78f3f517417f 116 if (res != ADI_SENSE_SUCCESS)
kevin1990 15:78f3f517417f 117 {
kevin1990 15:78f3f517417f 118 ADI_SENSE_LOG_ERROR("Failed to reset device");
kevin1990 15:78f3f517417f 119 return res;
kevin1990 15:78f3f517417f 120 }
kevin1990 15:78f3f517417f 121 /*
kevin1990 15:78f3f517417f 122 * ...and wait until the device is ready.
kevin1990 15:78f3f517417f 123 */
kevin1990 15:78f3f517417f 124 do {
kevin1990 15:78f3f517417f 125 wait_ms(100);
kevin1990 15:78f3f517417f 126 res = adi_sense_GetDeviceReadyState(hDevice, &bDeviceReady);
kevin1990 15:78f3f517417f 127 if (res != ADI_SENSE_SUCCESS)
kevin1990 15:78f3f517417f 128 {
kevin1990 15:78f3f517417f 129 ADI_SENSE_LOG_ERROR("Failed to get device ready-state");
kevin1990 15:78f3f517417f 130 return res;
kevin1990 15:78f3f517417f 131 }
kevin1990 15:78f3f517417f 132 } while (! bDeviceReady);
kevin1990 15:78f3f517417f 133 ADI_SENSE_LOG_INFO("ADI Sense device ready");
kevin1990 15:78f3f517417f 134
kevin1990 15:78f3f517417f 135 /*
kevin1990 15:78f3f517417f 136 * Write configuration settings to the device registers.
kevin1990 15:78f3f517417f 137 * Settings are not applied until adi_sense_ApplyConfigUpdates() is called.
kevin1990 15:78f3f517417f 138 */
kevin1990 15:78f3f517417f 139 ADI_SENSE_LOG_INFO("Setting device configuration");
kevin1990 15:78f3f517417f 140 res = adi_sense_SetConfig(hDevice, pSelectedConfig);
kevin1990 15:78f3f517417f 141 if (res != ADI_SENSE_SUCCESS)
kevin1990 15:78f3f517417f 142 {
kevin1990 15:78f3f517417f 143 ADI_SENSE_LOG_ERROR("Failed to set device configuration");
kevin1990 15:78f3f517417f 144 return res;
kevin1990 15:78f3f517417f 145 }
kevin1990 15:78f3f517417f 146 res = adi_sense_ApplyConfigUpdates(hDevice);
kevin1990 15:78f3f517417f 147 if (res != ADI_SENSE_SUCCESS)
kevin1990 15:78f3f517417f 148 {
kevin1990 15:78f3f517417f 149 ADI_SENSE_LOG_ERROR("Failed to apply device configuration");
kevin1990 15:78f3f517417f 150 return res;
kevin1990 15:78f3f517417f 151 }
kevin1990 28:4eb837cd71df 152 /*
kevin1990 28:4eb837cd71df 153 * Check device status after updating the configuration
kevin1990 28:4eb837cd71df 154 */
kevin1990 28:4eb837cd71df 155 res = adi_sense_GetStatus(hDevice, &status);
kevin1990 28:4eb837cd71df 156 if (res != ADI_SENSE_SUCCESS)
kevin1990 28:4eb837cd71df 157 {
kevin1990 28:4eb837cd71df 158 ADI_SENSE_LOG_ERROR("Failed to retrieve device status");
kevin1990 28:4eb837cd71df 159 return res;
kevin1990 28:4eb837cd71df 160 }
kevin1990 28:4eb837cd71df 161 if (status.deviceStatus &
kevin1990 28:4eb837cd71df 162 (ADI_SENSE_DEVICE_STATUS_ERROR | ADI_SENSE_DEVICE_STATUS_ALERT))
kevin1990 28:4eb837cd71df 163 {
kevin1990 28:4eb837cd71df 164 utils_printStatus(&status);
kevin1990 28:4eb837cd71df 165 }
kevin1990 15:78f3f517417f 166
kevin1990 15:78f3f517417f 167 /*
kevin1990 15:78f3f517417f 168 * Kick off the measurement cycle here
kevin1990 15:78f3f517417f 169 */
kevin1990 15:78f3f517417f 170 ADI_SENSE_LOG_INFO("Configuration completed, starting measurement cycles");
kevin1990 15:78f3f517417f 171 utils_runMeasurement(hDevice, eMeasurementMode);
kevin1990 15:78f3f517417f 172
kevin1990 15:78f3f517417f 173 /*
kevin1990 15:78f3f517417f 174 * Clean up and exit
kevin1990 15:78f3f517417f 175 */
kevin1990 15:78f3f517417f 176 res = adi_sense_Close(hDevice);
kevin1990 15:78f3f517417f 177 if (res != ADI_SENSE_SUCCESS)
kevin1990 15:78f3f517417f 178 {
kevin1990 15:78f3f517417f 179 ADI_SENSE_LOG_ERROR("Failed to close device instance");
kevin1990 15:78f3f517417f 180 return res;
kevin1990 15:78f3f517417f 181 }
kevin1990 15:78f3f517417f 182
kevin1990 15:78f3f517417f 183 return 0;
kevin1990 15:78f3f517417f 184 }