@@ -51,12 +51,11 @@ <h1 id="purpose">Purpose</h1>
51
51
< div class ="col-sm-12 col-lg-8 ">
52
52
< h1 id ="update-history "> Update History</ h1 >
53
53
< div class ="collapse ">
54
- < input type ="checkbox " id ="collapse-section4 " checked aria-hidden ="true "> < label for ="collapse-section4 " aria-hidden ="true "> V1.2.0 / 26-June-2020 </ label >
54
+ < input type ="checkbox " id ="collapse-section1_2_1 " aria-hidden ="true "> < label for ="collapse-section1_2_1 " aria-hidden ="true "> V1.2.1 / 11-January-2021 </ label >
55
55
< div >
56
56
< h2 id ="main-changes "> Main Changes</ h2 >
57
57
< h3 id ="maintenance-release "> Maintenance release</ h3 >
58
58
< ul >
59
- < li > Add support for STM32G491xx and STM32G4A1 devices</ li >
60
59
< li > General updates to fix known defects and enhancements implementation</ li >
61
60
</ ul >
62
61
< h2 id ="contents "> Contents</ h2 >
@@ -70,35 +69,76 @@ <h2 id="contents">Contents</h2>
70
69
</ thead >
71
70
< tbody >
72
71
< tr class ="odd ">
73
- < td > - Add startup files for STM32G491xx/4A1xx devices </ td >
72
+ < td > - General updates to fix known defects and enhancements implementation. </ td >
74
73
</ tr >
75
74
< tr class ="even ">
76
- < td > - Rename < strong > “TIM7_DAC_IRQHandler” </ strong > to < strong > “TIM7_IRQHandler” </ strong > in MDK-ARM startup file for STM32G431xx/441xx/bk1cb devices </ td >
75
+ < td > - Protect Vector table modification following SRAM or FLASH preprocessor directive by a generic preprocessor directive: USER_VECT_TAB_ADDRESS. </ td >
77
76
</ tr >
77
+ </ tbody >
78
+ </ table >
79
+ < p > : Fixed bugs list< br />
80
+ </ p >
81
+ < h2 id ="known-limitations "> Known Limitations</ h2 >
82
+ < h2 id ="development-toolchains-and-compilers "> Development Toolchains and Compilers</ h2 >
83
+ < ul >
84
+ < li > IAR Embedded Workbench for ARM (EWARM) toolchain < strong > V8.50.4</ strong > + ST-Link</ li >
85
+ < li > RealView Microcontroller Development Kit (MDK-ARM) toolchain < strong > V5.31</ strong > + ST-Link</ li >
86
+ < li > CubeIDE toolchain < strong > V1.6.0</ strong > </ li >
87
+ </ ul >
88
+ < h2 id ="supported-devices-and-boards "> Supported Devices and boards</ h2 >
89
+ < ul >
90
+ < li > STM32G431xx, STM32G441xx devices</ li >
91
+ < li > STM32G471xx devices</ li >
92
+ < li > STM32G473xx, STM32G483xx devices</ li >
93
+ < li > STM32G474xx, STM32G484xx devices</ li >
94
+ < li > STM32G491xx, STM32G4A1xx devices</ li >
95
+ </ ul >
96
+ < p > Note: in the section above, main changes are highlighted in < strong > bold</ strong > since previous release.</ p >
97
+ </ div >
98
+ </ div >
99
+ < div class ="collapse ">
100
+ < input type ="checkbox " id ="collapse-section1_2_0 " aria-hidden ="true "> < label for ="collapse-section1_2_0 " aria-hidden ="true "> V1.2.0 / 26-June-2020</ label >
101
+ < div >
102
+ < h2 id ="main-changes-1 "> Main Changes</ h2 >
103
+ < h3 id ="maintenance-release-1 "> Maintenance release</ h3 >
104
+ < ul >
105
+ < li > Add support for STM32G491xx and STM32G4A1 devices</ li >
106
+ < li > General updates to fix known defects and enhancements implementation</ li >
107
+ </ ul >
108
+ < h2 id ="contents-1 "> Contents</ h2 >
109
+ < table >
110
+ < caption > Additional features< br />
111
+ </ caption >
112
+ < thead >
113
+ < tr class ="header ">
114
+ < th > Headline</ th >
115
+ </ tr >
116
+ </ thead >
117
+ < tbody >
78
118
< tr class ="odd ">
79
- < td > - Remove HRTIM_BMTRGR useless constant definitions </ td >
119
+ < td > - Add startup files for STM32G491xx/4A1xx devices </ td >
80
120
</ tr >
81
121
< tr class ="even ">
82
- < td > - Remove ADC_CFGR2_LFTRIG useless constant definitions </ td >
122
+ < td > - Rename < strong > “TIM7_DAC_IRQHandler” </ strong > to < strong > “TIM7_IRQHandler” </ strong > in MDK-ARM startup file for STM32G431xx/441xx/bk1cb devices </ td >
83
123
</ tr >
84
124
< tr class ="odd ">
85
- < td > - Update HSE default value in system_stm32g4xx.c: 24MHz instead of 8MHz </ td >
125
+ < td > - Remove HRTIM_BMTRGR useless constant definitions </ td >
86
126
</ tr >
87
127
< tr class ="even ">
88
- < td > - Add License.md and Readme.md files required for GitHub publication </ td >
128
+ < td > - Remove ADC_CFGR2_LFTRIG useless constant definitions </ td >
89
129
</ tr >
90
130
</ tbody >
91
131
</ table >
92
132
< p > : Fixed bugs list< br />
93
133
</ p >
94
- < h2 id ="known-limitations "> Known Limitations</ h2 >
95
- < h2 id ="development-toolchains-and-compilers "> Development Toolchains and Compilers</ h2 >
134
+ < h2 id ="known-limitations-1 "> Known Limitations</ h2 >
135
+ < h2 id ="development-toolchains-and-compilers-1 "> Development Toolchains and Compilers</ h2 >
96
136
< ul >
97
137
< li > IAR Embedded Workbench for ARM (EWARM) toolchain < strong > V8.40.1</ strong > </ li >
98
- < li > RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.29 </ li >
99
- < li > STM32CubeIDE toolchain V1.4 .0</ li >
138
+ < li > RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.27.1 </ li >
139
+ < li > STM32CubeIDE toolchain V1.3 .0</ li >
100
140
</ ul >
101
- < h2 id ="supported-devices-and-boards "> Supported Devices and boards</ h2 >
141
+ < h2 id ="supported-devices-and-boards-1 "> Supported Devices and boards</ h2 >
102
142
< ul >
103
143
< li > STM32G431xx, STM32G441xx devices</ li >
104
144
< li > STM32G471xx devices</ li >
@@ -110,12 +150,12 @@ <h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
110
150
</ div >
111
151
</ div >
112
152
< div class ="collapse ">
113
- < input type ="checkbox " id ="collapse-section3 " checked aria-hidden ="true "> < label for ="collapse-section3 " aria-hidden ="true "> V1.1.1 / 14-February-2020</ label >
153
+ < input type ="checkbox " id ="collapse-section1_1_1 " aria-hidden ="true "> < label for ="collapse-section1_1_1 " aria-hidden ="true "> V1.1.1 / 14-February-2020</ label >
114
154
< div >
115
- < h2 id ="main-changes-1 "> Main Changes</ h2 >
116
- < h3 id ="maintenance-release-1 "> Maintenance release</ h3 >
155
+ < h2 id ="main-changes-2 "> Main Changes</ h2 >
156
+ < h3 id ="maintenance-release-2 "> Maintenance release</ h3 >
117
157
< p > General updates to fix known defects and enhancements implementation</ p >
118
- < h2 id ="contents-1 "> Contents</ h2 >
158
+ < h2 id ="contents-2 "> Contents</ h2 >
119
159
< table >
120
160
< caption > Additional features< br />
121
161
</ caption >
@@ -140,21 +180,21 @@ <h2 id="contents-1">Contents</h2>
140
180
</ thead >
141
181
< tbody >
142
182
< tr class ="odd ">
143
- < td > Update STM32G473/483 startup files to support FDCAN2/3 instances </ td >
183
+ < td > Update STM32G473/483 startup files to support FDCAN2/3 intances </ td >
144
184
</ tr >
145
185
< tr class ="even ">
146
186
< td > Remove IS_TIM_SYNCHRO_INSTANCE macro from device header files</ td >
147
187
</ tr >
148
188
</ tbody >
149
189
</ table >
150
- < h2 id ="known-limitations-1 "> Known Limitations</ h2 >
151
- < h2 id ="development-toolchains-and-compilers-1 "> Development Toolchains and Compilers</ h2 >
190
+ < h2 id ="known-limitations-2 "> Known Limitations</ h2 >
191
+ < h2 id ="development-toolchains-and-compilers-2 "> Development Toolchains and Compilers</ h2 >
152
192
< ul >
153
193
< li > IAR Embedded Workbench for ARM (EWARM) toolchain V8.32.3</ li >
154
194
< li > RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.27.1</ li >
155
195
< li > STM32CubeIDE toolchain V1.3.0</ li >
156
196
</ ul >
157
- < h2 id ="supported-devices-and-boards-1 "> Supported Devices and boards</ h2 >
197
+ < h2 id ="supported-devices-and-boards-2 "> Supported Devices and boards</ h2 >
158
198
< ul >
159
199
< li > STM32G431xx, STM32G441xx devices</ li >
160
200
< li > STM32G471xx devices</ li >
@@ -165,12 +205,12 @@ <h2 id="supported-devices-and-boards-1">Supported Devices and boards</h2>
165
205
</ div >
166
206
</ div >
167
207
< div class ="collapse ">
168
- < input type ="checkbox " id ="collapse-section2 " checked aria-hidden ="true "> < label for ="collapse-section2 " aria-hidden ="true "> V1.1.0 / 28-June-2019</ label >
208
+ < input type ="checkbox " id ="collapse-section1_1_0 " aria-hidden ="true "> < label for ="collapse-section1_1_0 " aria-hidden ="true "> V1.1.0 / 28-June-2019</ label >
169
209
< div >
170
- < h2 id ="main-changes-2 "> Main Changes</ h2 >
171
- < h3 id ="maintenance-release-2 "> Maintenance release</ h3 >
210
+ < h2 id ="main-changes-3 "> Main Changes</ h2 >
211
+ < h3 id ="maintenance-release-3 "> Maintenance release</ h3 >
172
212
< p > Maintenance release of CMSIS Devices drivers supporting STM32G431xx, STM32G441xx, STM32G471xx, STM32G473xx, < strong > STM32G483xx</ strong > , STM32G474xx and STM32G484xx devices</ p >
173
- < h2 id ="contents-2 "> Contents</ h2 >
213
+ < h2 id ="contents-3 "> Contents</ h2 >
174
214
< table >
175
215
< caption > Additional features< br />
176
216
</ caption >
@@ -211,14 +251,14 @@ <h2 id="contents-2">Contents</h2>
211
251
</ tr >
212
252
</ tbody >
213
253
</ table >
214
- < h2 id ="known-limitations-2 "> Known Limitations</ h2 >
215
- < h2 id ="development-toolchains-and-compilers-2 "> Development Toolchains and Compilers</ h2 >
254
+ < h2 id ="known-limitations-3 "> Known Limitations</ h2 >
255
+ < h2 id ="development-toolchains-and-compilers-3 "> Development Toolchains and Compilers</ h2 >
216
256
< ul >
217
257
< li > IAR Embedded Workbench for ARM (EWARM) toolchain V8.20.2</ li >
218
258
< li > RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</ li >
219
259
< li > System Workbench STM32 (SW4STM32) toolchain V2.7.2</ li >
220
260
</ ul >
221
- < h2 id ="supported-devices-and-boards-2 "> Supported Devices and boards</ h2 >
261
+ < h2 id ="supported-devices-and-boards-3 "> Supported Devices and boards</ h2 >
222
262
< ul >
223
263
< li > STM32G431xx, STM32G441xx devices</ li >
224
264
< li > STM32G471xx devices</ li >
@@ -229,14 +269,14 @@ <h2 id="supported-devices-and-boards-2">Supported Devices and boards</h2>
229
269
</ div >
230
270
</ div >
231
271
< div class ="collapse ">
232
- < input type ="checkbox " id ="collapse-section1 " aria-hidden ="true "> < label for ="collapse-section4 " aria-hidden ="true "> V1.0.0 / 12-April-2019</ label >
272
+ < input type ="checkbox " id ="collapse-section1_0_0 " aria-hidden ="true "> < label for ="collapse-section1_0_0 " aria-hidden ="true "> V1.0.0 / 12-April-2019</ label >
233
273
< div >
234
- < h2 id ="main-changes-3 "> Main Changes</ h2 >
274
+ < h2 id ="main-changes-4 "> Main Changes</ h2 >
235
275
< h3 id ="first-release "> First release</ h3 >
236
276
< p > First official release for STM32G4xx devices</ p >
237
- < h2 id ="contents-3 "> Contents</ h2 >
277
+ < h2 id ="contents-4 "> Contents</ h2 >
238
278
< p > CMSIS devices files for STM32G431xx, STM32G441xx, STM32G471xx, STM32G473xx, STM32G474xx and STM32G484xx.</ p >
239
- < h2 id ="known-limitations-3 "> Known Limitations</ h2 >
279
+ < h2 id ="known-limitations-4 "> Known Limitations</ h2 >
240
280
< table >
241
281
< thead >
242
282
< tr class ="header ">
@@ -249,13 +289,13 @@ <h2 id="known-limitations-3">Known Limitations</h2>
249
289
</ tr >
250
290
</ tbody >
251
291
</ table >
252
- < h2 id ="development-toolchains-and-compilers-3 "> Development Toolchains and Compilers</ h2 >
292
+ < h2 id ="development-toolchains-and-compilers-4 "> Development Toolchains and Compilers</ h2 >
253
293
< ul >
254
294
< li > IAR Embedded Workbench for ARM (EWARM) toolchain V8.20.2</ li >
255
295
< li > RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</ li >
256
296
< li > System Workbench STM32 (SW4STM32) toolchain V2.7.2</ li >
257
297
</ ul >
258
- < h2 id ="supported-devices-and-boards-3 "> Supported Devices and boards</ h2 >
298
+ < h2 id ="supported-devices-and-boards-4 "> Supported Devices and boards</ h2 >
259
299
< ul >
260
300
< li > STM32G431xx, STM32G441xx devices</ li >
261
301
< li > STM32G471xx devices</ li >
0 commit comments