@@ -69,19 +69,75 @@ <h1 id="purpose">Purpose</h1>
69
69
< section id ="update-history " class ="col-sm-12 col-lg-8 ">
70
70
< h1 > Update History</ h1 >
71
71
< div class ="collapse ">
72
- < input type ="checkbox " id ="collapse-section5 " checked aria-hidden ="true ">
73
- < label for ="collapse-section5 " checked aria-hidden ="true "> V1.3 .0 /
74
- 30-October-2024 </ label >
72
+ < input type ="checkbox " id ="collapse-section6 " checked aria-hidden ="true ">
73
+ < label for ="collapse-section6 " checked aria-hidden ="true "> V1.4 .0 /
74
+ 05-February-2025 </ label >
75
75
< div >
76
76
< h2 id ="main-changes "> Main Changes</ h2 >
77
77
< ul >
78
+ < li > Maintenance Release of STM32CubeC0 HAL/LL Drivers supporting
79
+ < strong > STM32C011xx/C031xx/C051xx/C071xx/C091xx/C092xx</ strong >
80
+ devices</ li >
81
+ < li > General updates to fix known defects and implementation
82
+ enhancements</ li >
83
+ </ ul >
84
+ < h3 id ="hal-drivers-updates "> < strong > HAL Drivers updates</ strong > </ h3 >
85
+ < ul >
86
+ < li > HAL ADC driver:
87
+ < ul >
88
+ < li > Change ADC calibration procedure</ li >
89
+ </ ul > </ li >
90
+ < li > HAL RCC driver:
91
+ < ul >
92
+ < li > Add notes to highlight HSI48 clock division factor update limitation
93
+ when HSI48 oscillator is selected as system clock</ li >
94
+ </ ul > </ li >
95
+ < li > HAL TIM driver:
96
+ < ul >
97
+ < li > Fix update flag (UIF) clearing in TIM_Base_SetConfig</ li >
98
+ </ ul > </ li >
99
+ < li > HAL UART driver:
100
+ < ul >
101
+ < li > Correct references to HAL_UARTEx_WakeupCallback and to
102
+ HAL_UART_WAKEUP_CB_ID define, according to serie capabilities</ li >
103
+ < li > Provide accurate position in RxEventCallback when ReceptionToIdle
104
+ mode is used with DMA, when UART and DMA interrupts process is
105
+ delayed</ li >
106
+ </ ul > </ li >
107
+ </ ul >
108
+ < h3 id ="ll-drivers-updates "> < strong > LL Drivers updates</ strong > </ h3 >
109
+ < ul >
110
+ < li > LL USART driver:
111
+ < ul >
112
+ < li > Solve Coverity out-of-bound memory access warning in use of
113
+ USART_PRESCALER_TAB array</ li >
114
+ </ ul > </ li >
115
+ </ ul >
116
+ < p > Note: HAL/LL Backward compatibility ensured by legacy defines.</ p >
117
+ < h2 id ="known-limitations "> Known Limitations</ h2 >
118
+ < ul >
119
+ < li > None</ li >
120
+ </ ul >
121
+ < h2 id ="backward-compatibility "> Backward Compatibility</ h2 >
122
+ < ul >
123
+ < li > Not applicable</ li >
124
+ </ ul >
125
+ </ div >
126
+ </ div >
127
+ < div class ="collapse ">
128
+ < input type ="checkbox " id ="collapse-section5 " aria-hidden ="true ">
129
+ < label for ="collapse-section5 " aria-hidden ="true "> V1.3.0 /
130
+ 30-October-2024</ label >
131
+ < div >
132
+ < h2 id ="main-changes-1 "> Main Changes</ h2 >
133
+ < ul >
78
134
< li > Official Release of STM32CubeC0 Firmware package supporting
79
135
< strong > STM32C051xx</ strong > and < strong > STM32C091/92xx</ strong >
80
136
devices</ li >
81
137
< li > General updates to fix known defects and implementation
82
138
enhancements</ li >
83
139
</ ul >
84
- < h3 id ="hal-drivers-updates "> < strong > HAL Drivers updates</ strong > </ h3 >
140
+ < h3 id ="hal-drivers-updates-1 "> < strong > HAL Drivers updates</ strong > </ h3 >
85
141
< ul >
86
142
< li > HAL generic driver:
87
143
< ul >
@@ -125,7 +181,7 @@ <h3 id="hal-drivers-updates"><strong>HAL Drivers updates</strong></h3>
125
181
polling mode</ li >
126
182
</ ul > </ li >
127
183
</ ul >
128
- < h3 id ="ll-drivers-updates "> < strong > LL Drivers updates</ strong > </ h3 >
184
+ < h3 id ="ll-drivers-updates-1 "> < strong > LL Drivers updates</ strong > </ h3 >
129
185
< ul >
130
186
< li > LL ADC driver:
131
187
< ul >
@@ -141,11 +197,11 @@ <h3 id="ll-drivers-updates"><strong>LL Drivers updates</strong></h3>
141
197
</ ul > </ li >
142
198
</ ul >
143
199
< p > Note: HAL/LL Backward compatibility ensured by legacy defines.</ p >
144
- < h2 id ="known-limitations "> Known Limitations</ h2 >
200
+ < h2 id ="known-limitations-1 "> Known Limitations</ h2 >
145
201
< ul >
146
202
< li > None</ li >
147
203
</ ul >
148
- < h2 id ="backward-compatibility "> Backward Compatibility</ h2 >
204
+ < h2 id ="backward-compatibility-1 "> Backward Compatibility</ h2 >
149
205
< ul >
150
206
< li > Not applicable</ li >
151
207
</ ul >
@@ -156,14 +212,14 @@ <h2 id="backward-compatibility">Backward Compatibility</h2>
156
212
< label for ="collapse-section4 " aria-hidden ="true "> V1.2.0 /
157
213
05-June-2024</ label >
158
214
< div >
159
- < h2 id ="main-changes-1 "> Main Changes</ h2 >
215
+ < h2 id ="main-changes-2 "> Main Changes</ h2 >
160
216
< ul >
161
217
< li > Official Release of STM32CubeC0 Firmware package supporting
162
218
< strong > STM32C071xx</ strong > devices</ li >
163
219
< li > General updates to fix known defects and implementation
164
220
enhancements</ li >
165
221
</ ul >
166
- < h3 id ="hal-drivers-updates-1 "> < strong > HAL Drivers updates</ strong > </ h3 >
222
+ < h3 id ="hal-drivers-updates-2 "> < strong > HAL Drivers updates</ strong > </ h3 >
167
223
< ul >
168
224
< li > HAL generic driver:
169
225
< ul >
@@ -282,7 +338,7 @@ <h3 id="hal-drivers-updates-1"><strong>HAL Drivers updates</strong></h3>
282
338
FIFO reception in Interrupt mode</ li >
283
339
</ ul > </ li >
284
340
</ ul >
285
- < h3 id ="ll-drivers-updates-1 "> < strong > LL Drivers updates</ strong > </ h3 >
341
+ < h3 id ="ll-drivers-updates-2 "> < strong > LL Drivers updates</ strong > </ h3 >
286
342
< ul >
287
343
< li > LL ADC driver:
288
344
< ul >
@@ -336,11 +392,11 @@ <h3 id="ll-drivers-updates-1"><strong>LL Drivers updates</strong></h3>
336
392
</ ul > </ li >
337
393
</ ul >
338
394
< p > Note: HAL/LL Backward compatibility ensured by legacy defines.</ p >
339
- < h2 id ="known-limitations-1 "> Known Limitations</ h2 >
395
+ < h2 id ="known-limitations-2 "> Known Limitations</ h2 >
340
396
< ul >
341
397
< li > None</ li >
342
398
</ ul >
343
- < h2 id ="backward-compatibility-1 "> Backward Compatibility</ h2 >
399
+ < h2 id ="backward-compatibility-2 "> Backward Compatibility</ h2 >
344
400
< ul >
345
401
< li > Not applicable</ li >
346
402
</ ul >
@@ -351,7 +407,7 @@ <h2 id="backward-compatibility-1">Backward Compatibility</h2>
351
407
< label for ="collapse-section3 " aria-hidden ="true "> V1.1.0 /
352
408
07-June-2023</ label >
353
409
< div >
354
- < h2 id ="main-changes-2 "> Main Changes</ h2 >
410
+ < h2 id ="main-changes-3 "> Main Changes</ h2 >
355
411
< ul >
356
412
< li > Maintenance Release of STM32CubeC0 Firmware Package</ li >
357
413
</ ul >
@@ -422,9 +478,9 @@ <h2 id="main-changes-2">Main Changes</h2>
422
478
setting.</ li >
423
479
</ ul > </ li >
424
480
</ ul >
425
- < h2 id ="known-limitations-2 "> Known Limitations</ h2 >
481
+ < h2 id ="known-limitations-3 "> Known Limitations</ h2 >
426
482
< p > N/A</ p >
427
- < h2 id ="backward-compatibility-2 "> Backward Compatibility</ h2 >
483
+ < h2 id ="backward-compatibility-3 "> Backward Compatibility</ h2 >
428
484
< ul >
429
485
< li > HAL_SYSCFG_GetPinBinding() and LL_SYSCFG_GetConfigPinMux() are
430
486
updated.</ li >
@@ -436,7 +492,7 @@ <h2 id="backward-compatibility-2">Backward Compatibility</h2>
436
492
< label for ="collapse-section2 " checked aria-hidden ="true "> V1.0.1 /
437
493
12-January-2023</ label >
438
494
< div >
439
- < h2 id ="main-changes-3 "> Main Changes</ h2 >
495
+ < h2 id ="main-changes-4 "> Main Changes</ h2 >
440
496
< ul >
441
497
< li > < p > Patch Release of STM32CubeC0 Firmware Package</ p > </ li >
442
498
< li > < p > Update ADC HAL driver with proper internal sensor calibration
@@ -447,7 +503,7 @@ <h2 id="main-changes-3">Main Changes</h2>
447
503
</ ul > </ li >
448
504
< li > < p > Update RCC LL driver by adding missing AHB Prescaler.</ p > </ li >
449
505
</ ul >
450
- < h2 id ="known-limitations-3 "> Known Limitations</ h2 >
506
+ < h2 id ="known-limitations-4 "> Known Limitations</ h2 >
451
507
< p > N/A</ p >
452
508
</ div >
453
509
</ div >
@@ -456,10 +512,10 @@ <h2 id="known-limitations-3">Known Limitations</h2>
456
512
< label for ="collapse-section1 " checked aria-hidden ="true "> V1.0.0 /
457
513
09-February-2022</ label >
458
514
< div >
459
- < h2 id ="main-changes-4 "> Main Changes</ h2 >
515
+ < h2 id ="main-changes-5 "> Main Changes</ h2 >
460
516
< p > First official release of HAL and LL drivers for STM32C031xx /
461
517
STM32C011xx devices</ p >
462
- < h2 id ="known-limitations-4 "> Known Limitations</ h2 >
518
+ < h2 id ="known-limitations-5 "> Known Limitations</ h2 >
463
519
< p > N/A</ p >
464
520
</ div >
465
521
</ div >
0 commit comments