Generic example for any board with IDMW0xM1 shield

Revision:
52:0dd6b2df9805
Parent:
51:a450d65d99ed
--- 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
         }
     },