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:
71:62bcd01ea87f
Parent:
70:f44a577c9e59
Child:
83:29bb86cc45bc
--- a/Test_Main_MAX11043.cpp	Fri Feb 21 10:40:45 2020 +0000
+++ b/Test_Main_MAX11043.cpp	Fri Feb 21 23:41:47 2020 +0000
@@ -1724,7 +1724,7 @@
 // EOC# asserts low when new data is available.
 // Initiate a data read prior to the next rising edge of EOC# or the result is overwritten.
 #ifndef MAX11043_EOC_INTERRUPT_POLLING
-#define MAX11043_EOC_INTERRUPT_POLLING 1
+#define MAX11043_EOC_INTERRUPT_POLLING 0
 #endif // MAX11043_EOC_INTERRUPT_POLLING
 //--------------------------------------------------
 // MAX11043 ADC Read operations must be synchronized to EOC End Of Conversion