Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MaximTinyTester MAX11410 CmdLine USBDevice
Diff: Test_Main_MAX11410.cpp
- 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...