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:
82:9ea067fad5c3
Parent:
70:f44a577c9e59
Child:
83:29bb86cc45bc
--- a/MAX11043/MAX11043.h	Tue Feb 25 02:14:54 2020 +0000
+++ b/MAX11043/MAX11043.h	Tue Feb 25 12:37:29 2020 +0000
@@ -69,7 +69,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 0
+#define MAX11043_EOC_INTERRUPT_POLLING 1
 #endif // MAX11043_EOC_INTERRUPT_POLLING
 //--------------------------------------------------
 // MAX11043 ADC Read operations must be synchronized to EOC End Of Conversion