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

Dependencies:   MaximTinyTester MAX11410 CmdLine USBDevice

Revision:
42:236e108d8a88
Parent:
41:6f7c8adf9baf
Child:
43:fc6c2817c8dd
--- a/Test_Menu_MAX11410.cpp	Sat Dec 21 01:34:06 2019 +0000
+++ b/Test_Menu_MAX11410.cpp	Mon Dec 23 03:50:51 2019 +0000
@@ -676,6 +676,7 @@
                         cmdLine.serial().printf(" RegRead");
                         g_MAX11410_device.RegRead((MAX11410::MAX11410_CMD_enum_t)regAddress, &regData);
                         cmdLine.serial().printf("regData=0x%6.6x\r\n", (regData & 0x00FFFFFF));
+                        return true; // command handled by MAX11410
                     }
                     // accept regName "=0x123456" as "RegWrite" by name
                     if (is_regname_assignment)