|
82 | 82 | },
|
83 | 83 | "NUCLEO_L476RG": {
|
84 | 84 | "sotp-section-1-address" : "(0x08000000+32*1024)",
|
85 |
| - "sotp-section-1-size" : "(0x08000000+ 2*1024)", |
| 85 | + "sotp-section-1-size" : "(2*1024)", |
86 | 86 | "sotp-section-2-address" : "(0x08000000+34*1024)",
|
87 |
| - "sotp-section-2-size" : "(0x08000000+ 2*1024)", |
| 87 | + "sotp-section-2-size" : "(2*1024)", |
88 | 88 | "update-client.application-details": "(0x08000000+36*1024)",
|
89 | 89 | "application-start-address" : "(0x08000000+38*1024)",
|
90 | 90 | "max-application-size" : "(1024*1024-MBED_CONF_APP_APPLICATION_START_ADDRESS)"
|
91 | 91 | },
|
92 | 92 | "DISCO_L476VG": {
|
93 | 93 | "sotp-section-1-address" : "(0x08000000+32*1024)",
|
94 |
| - "sotp-section-1-size" : "(0x08000000+ 2*1024)", |
| 94 | + "sotp-section-1-size" : "(2*1024)", |
95 | 95 | "sotp-section-2-address" : "(0x08000000+34*1024)",
|
96 |
| - "sotp-section-2-size" : "(0x08000000+ 2*1024)", |
| 96 | + "sotp-section-2-size" : "(2*1024)", |
97 | 97 | "update-client.application-details": "(0x08000000+36*1024)",
|
98 | 98 | "application-start-address" : "(0x08000000+38*1024)",
|
99 | 99 | "max-application-size" : "(1024*1024-MBED_CONF_APP_APPLICATION_START_ADDRESS)"
|
100 | 100 | },
|
101 | 101 | "NUCLEO_F429ZI": {
|
102 | 102 | "sotp-section-1-address" : "(0x08000000+32*1024)",
|
103 |
| - "sotp-section-1-size" : "(0x08000000+16*1024)", |
| 103 | + "sotp-section-1-size" : "(16*1024)", |
104 | 104 | "sotp-section-2-address" : "(0x08000000+48*1024)",
|
105 |
| - "sotp-section-2-size" : "(0x08000000+16*1024)", |
| 105 | + "sotp-section-2-size" : "(16*1024)", |
106 | 106 | "update-client.application-details": "(0x08000000+64*1024)",
|
107 | 107 | "application-start-address" : "(0x08000000+65*1024)",
|
108 | 108 | "max-application-size" : "(2048*1024-MBED_CONF_APP_APPLICATION_START_ADDRESS)"
|
109 | 109 | },
|
110 | 110 | "UBLOX_EVK_ODIN_W2": {
|
111 | 111 | "target.device_has_remove": ["EMAC"],
|
112 | 112 | "sotp-section-1-address" : "(0x08000000+32*1024)",
|
113 |
| - "sotp-section-1-size" : "(0x08000000+16*1024)", |
| 113 | + "sotp-section-1-size" : "(16*1024)", |
114 | 114 | "sotp-section-2-address" : "(0x08000000+48*1024)",
|
115 |
| - "sotp-section-2-size" : "(0x08000000+16*1024)", |
| 115 | + "sotp-section-2-size" : "(16*1024)", |
116 | 116 | "update-client.application-details": "(0x08000000+64*1024)",
|
117 | 117 | "application-start-address" : "(0x08000000+65*1024)",
|
118 | 118 | "max-application-size" : "(2048*1024-MBED_CONF_APP_APPLICATION_START_ADDRESS)"
|
119 | 119 | },
|
120 | 120 | "UBLOX_C030_U201": {
|
121 | 121 | "sotp-section-1-address" : "(0x08000000+32*1024)",
|
122 |
| - "sotp-section-1-size" : "(0x08000000+16*1024)", |
| 122 | + "sotp-section-1-size" : "(16*1024)", |
123 | 123 | "sotp-section-2-address" : "(0x08000000+48*1024)",
|
124 |
| - "sotp-section-2-size" : "(0x08000000+16*1024)", |
| 124 | + "sotp-section-2-size" : "(16*1024)", |
125 | 125 | "update-client.application-details": "(0x08000000+64*1024)",
|
126 | 126 | "application-start-address" : "(0x08000000+65*1024)",
|
127 | 127 | "max-application-size" : "(1024*1024-MBED_CONF_APP_APPLICATION_START_ADDRESS)"
|
|
0 commit comments