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:
81:167dee56c45b
Parent:
80:96bc693e0f79
Child:
82:9ea067fad5c3
--- a/MAX11043/MAX11043.cpp	Tue Feb 25 00:31:07 2020 +0000
+++ b/MAX11043/MAX11043.cpp	Tue Feb 25 02:14:54 2020 +0000
@@ -45,7 +45,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
 //--------------------------------------------------
 // SPI is not interrupt-safe, so use EventQueue to defer execution to user context.