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.
Diff: common/platform.h
- Revision:
- 29:713c24b07795
- Parent:
- 25:b278a215cf3b
- Child:
- 45:f5f553b8c0d5
--- a/common/platform.h	Thu Oct 03 05:55:23 2019 +0000
+++ b/common/platform.h	Thu Oct 03 09:36:16 2019 +0000
@@ -50,9 +50,9 @@
 #  include <mbed.h>
 
 #  if defined(TARGET_NUCLEO_F411RE)
-#    define PLATFORM_SPI_MOSI           SPI_MOSI
-#    define PLATFORM_SPI_MISO           SPI_MISO
-#    define PLATFORM_SPI_SCK            SPI_SCK
+#    define PLATFORM_SPI_MOSI           D11
+#    define PLATFORM_SPI_MISO           D12
+#    define PLATFORM_SPI_SCK            D13
 #    define PLATFORM_SPI_CS             D10
 #    define PLATFORM_GPIO_RESET         D6
 #    define PLATFORM_GPIO_ALERT_ERROR   D3
@@ -60,9 +60,9 @@
 #    define PLATFORM_LOG_TX             D1
 #    define PLATFORM_LOG_RX             D0
 #  elif defined(TARGET_ADUCM4050)
-#    define PLATFORM_SPI_MOSI           SPI0_MOSI
-#    define PLATFORM_SPI_MISO           SPI0_MISO
-#    define PLATFORM_SPI_SCK            SPI0_SCLK
+#    define PLATFORM_SPI_MOSI           D11
+#    define PLATFORM_SPI_MISO           D12
+#    define PLATFORM_SPI_SCK            D13
 #    define PLATFORM_SPI_CS             D10
 #    define PLATFORM_GPIO_RESET         D6
 #    define PLATFORM_GPIO_ALERT_ERROR   D3
@@ -85,7 +85,7 @@
         },                                          \
         .gpio = {                                   \
             .resetPin     = PLATFORM_GPIO_RESET,    \
-            .alertErrorPin     = PLATFORM_GPIO_ALERT_ERROR,\
+            .alertErrorPin= PLATFORM_GPIO_ALERT_ERROR,\
             .datareadyPin = PLATFORM_GPIO_DATAREADY,\
         },                                          \
         .log = {                                    \