Maxim Integrated / Mbed OS MAX11410BOB_Serial_Tester

Dependencies:   MaximTinyTester MAX11410 CmdLine USBDevice

Revision:
53:bf2793cd194b
Parent:
52:d3fb6f1722bf
Child:
54:ba810c1d6264
--- a/Test_Main_MAX11410.cpp	Fri Feb 14 03:36:13 2020 +0000
+++ b/Test_Main_MAX11410.cpp	Tue Feb 18 09:37:17 2020 +0000
@@ -475,7 +475,7 @@
 # endif
 #endif
 //
-uint32_t g_SPI_SCLK_Hz = 6000000; // TODO: missing definition of SPI_SCLK_Hz;
+uint32_t g_SPI_SCLK_Hz = 24000000; // platform limit 24MHz intSPI_SCLK_Platform_Max_MHz * 1000000
 // TODO1: validate g_SPI_SCLK_Hz against system clock frequency SystemCoreClock F_CPU
 #if defined(TARGET_NUCLEO_F446RE) || defined(TARGET_NUCLEO_F401RE)
 // Nucleo SPI frequency isn't working quite as expected...