Generic example for any board with IDMW0xM1 shield

Files at this revision

API Documentation at this revision

Comitter:
Wolfgang Betz
Date:
Thu May 10 09:50:02 2018 +0200
Parent:
50:988d333e7c44
Parent:
51:a450d65d99ed
Commit message:
Merge branch 'betzw_wb' into arm_deliv_wb

Changed in this revision

--- a/mbed_app.json	Thu May 10 07:15:52 2018 +0200
+++ b/mbed_app.json	Thu May 10 09:50:02 2018 +0200
@@ -22,10 +22,10 @@
             "drivers.uart-serial-rxbuf-size": 1024
         },
         "NUCLEO_L476RG": {
-            "sotp-section-1-address"           : "(0x08000000+((1024-32)*1024))",
-            "sotp-section-1-size"              : "(16*1024)",
-            "sotp-section-2-address"           : "(0x08000000+((1024-16)*1024))",
-            "sotp-section-2-size"              : "(16*1024)",
+            "sotp-section-1-address"           : "(0x08000000+((1024-(2*2))*1024))",
+            "sotp-section-1-size"              : "(2*1024)",
+            "sotp-section-2-address"           : "(0x08000000+((1024-(2*1))*1024))",
+            "sotp-section-2-size"              : "(2*1024)",
             "sotp-num-sections"                : 2
         }
     },