Test program running on MAX32625MBED. Control through USB Serial commands using a terminal emulator such as teraterm or putty.

Dependencies:   MaximTinyTester CmdLine MAX541 USBDevice

Revision:
89:20fd6ce5e4dd
Parent:
83:29bb86cc45bc
Child:
90:d6ed8a8c5f26
--- a/MAX11043/MAX11043.h	Fri Feb 28 00:59:24 2020 +0000
+++ b/MAX11043/MAX11043.h	Fri Feb 28 07:59:58 2020 +0000
@@ -671,6 +671,12 @@
 //
     void CONVRUNoutputValue(int isLogicHigh);
 
+// CODE GENERATOR: extern function declaration CONVRUNoutputGetValue
+//----------------------------------------
+// Return the state being driven onto the MAX11043 CONVRUN pin.
+//
+    int CONVRUNoutputGetValue();
+
 // CODE GENERATOR: extern function declaration DACSTEPoutputValue
 //----------------------------------------
 // Assert MAX11043 DACSTEP pin : High = Active, Low = Idle.
@@ -891,6 +897,15 @@
     uint8_t Write_AGain(uint32_t gain);
 
     //----------------------------------------
+    /// Menu item 'XD'
+    /// Example configuration.
+    /// Slowest conversion rate 1:6 = 9us,
+    /// Bypass PGA and filters, Gain=1V/V,
+    /// AOUT = 2.0V
+    ///
+    void Configure_Demo(void);
+
+    //----------------------------------------
     /// Menu item 'XX'
     ///
     /// @return 1 on success; 0 on failure