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:
61:b4f3051578ef
Parent:
60:d1d1eaa90fb7
Child:
62:8223a7253c90
--- a/MAX11043/MAX11043.cpp	Tue Feb 18 00:22:13 2020 +0000
+++ b/MAX11043/MAX11043.cpp	Tue Feb 18 00:49:19 2020 +0000
@@ -160,7 +160,7 @@
     //#define SPI_SCLK_Hz 4000000 // 4MHz
     //#define SPI_SCLK_Hz 2000000 // 2MHz
     //#define SPI_SCLK_Hz 1000000 // 1MHz
-    m_SPI_SCLK_Hz = 12000000; // 12MHz; MAX11043 limit is 40MHz
+    m_SPI_SCLK_Hz = 24000000; // platform limit 24MHz; MAX11043 limit is 40MHz
     m_spi.frequency(m_SPI_SCLK_Hz);
 
     //