@@ -33,10 +33,19 @@ <h1 id="purpose">Purpose</h1>
33
33
< div class ="col-sm-12 col-lg-8 ">
34
34
< h1 id ="update-history "> Update History</ h1 >
35
35
< div class ="collapse ">
36
- < input type ="checkbox " id ="collapse-section31 " checked aria-hidden ="true "> < label for ="collapse-section3 " aria-hidden ="true "> V2.6.9 / 22-September-2022 </ label >
36
+ < input type ="checkbox " id ="collapse-section32 " checked aria-hidden ="true "> < label for ="collapse-section32 " aria-hidden ="true "> V2.6.10 / 31-May-2024 </ label >
37
37
< div >
38
38
< h2 id ="main-changes "> Main Changes</ h2 >
39
39
< ul >
40
+ < li > Add MCO2PRE[2:0] and MCO2[1:0] bits definition within CMSIS files.</ li >
41
+ </ ul >
42
+ </ div >
43
+ </ div >
44
+ < div class ="collapse ">
45
+ < input type ="checkbox " id ="collapse-section31 " aria-hidden ="true "> < label for ="collapse-section31 " aria-hidden ="true "> V2.6.9 / 22-September-2022</ label >
46
+ < div >
47
+ < h2 id ="main-changes-1 "> Main Changes</ h2 >
48
+ < ul >
40
49
< li > Added new atomic register access macros in stm32f4xx.h file.</ li >
41
50
< li > Update FLASH_SCALE2_LATENCY4_FREQ value to 120MHz instead of 12MHz.</ li >
42
51
< li > Update the GCC startup file to be aligned to IAR/Keil IDE.</ li >
@@ -50,7 +59,7 @@ <h2 id="main-changes">Main Changes</h2>
50
59
< div class ="collapse ">
51
60
< input type ="checkbox " id ="collapse-section30 " aria-hidden ="true "> < label for ="collapse-section30 " aria-hidden ="true "> V2.6.8 / 11-Fabruary-2022</ label >
52
61
< div >
53
- < h2 id ="main-changes-1 "> Main Changes</ h2 >
62
+ < h2 id ="main-changes-2 "> Main Changes</ h2 >
54
63
< ul >
55
64
< li > All source files: update disclaimer to add reference to the new license agreement.</ li >
56
65
< li > Correct ETH bits definitions to be in line with naming used in the STM32F4 reference manual documents.</ li >
@@ -60,7 +69,7 @@ <h2 id="main-changes-1">Main Changes</h2>
60
69
< div class ="collapse ">
61
70
< input type ="checkbox " id ="collapse-section29 " aria-hidden ="true "> < label for ="collapse-section29 " aria-hidden ="true "> V2.6.7 / 16-July-2021</ label >
62
71
< div >
63
- < h2 id ="main-changes-2 "> Main Changes</ h2 >
72
+ < h2 id ="main-changes-3 "> Main Changes</ h2 >
64
73
< ul >
65
74
< li > Add missing definition FLASH_CR_ERRIE to the CMSIS header file.</ li >
66
75
< li > Remove unsupported “GPIOF_BASE” and “GPIOG_BASE” defines from STM32F412Vx device.</ li >
@@ -73,7 +82,7 @@ <h2 id="main-changes-2">Main Changes</h2>
73
82
< div class ="collapse ">
74
83
< input type ="checkbox " id ="collapse-section28 " aria-hidden ="true "> < label for ="collapse-section28 " aria-hidden ="true "> V2.6.6 / 12-Fabruary-2021</ label >
75
84
< div >
76
- < h2 id ="main-changes-3 "> Main Changes</ h2 >
85
+ < h2 id ="main-changes-4 "> Main Changes</ h2 >
77
86
< ul >
78
87
< li > system_stm32f4xx.c:
79
88
< ul >
@@ -94,7 +103,7 @@ <h2 id="main-changes-3">Main Changes</h2>
94
103
< div class ="collapse ">
95
104
< input type ="checkbox " id ="collapse-section27 " aria-hidden ="true "> < label for ="collapse-section27 " aria-hidden ="true "> V2.6.5 / 10-Fabruary-2020</ label >
96
105
< div >
97
- < h2 id ="main-changes-4 "> Main Changes</ h2 >
106
+ < h2 id ="main-changes-5 "> Main Changes</ h2 >
98
107
< ul >
99
108
< li > All header files
100
109
< ul >
@@ -110,7 +119,7 @@ <h2 id="main-changes-4">Main Changes</h2>
110
119
< div class ="collapse ">
111
120
< input type ="checkbox " id ="collapse-section26 " aria-hidden ="true "> < label for ="collapse-section26 " aria-hidden ="true "> V2.6.4 / 06-December-2019</ label >
112
121
< div >
113
- < h2 id ="main-changes-5 "> Main Changes</ h2 >
122
+ < h2 id ="main-changes-6 "> Main Changes</ h2 >
114
123
< ul >
115
124
< li > stm32f446xx.h file
116
125
< ul >
@@ -134,7 +143,7 @@ <h2 id="main-changes-5">Main Changes</h2>
134
143
< div class ="collapse ">
135
144
< input type ="checkbox " id ="collapse-section25 " aria-hidden ="true "> < label for ="collapse-section25 " aria-hidden ="true "> V2.6.3 / 08-Fabruary-2019</ label >
136
145
< div >
137
- < h2 id ="main-changes-6 "> Main Changes</ h2 >
146
+ < h2 id ="main-changes-7 "> Main Changes</ h2 >
138
147
< ul >
139
148
< li > CRYP:
140
149
< ul >
@@ -204,7 +213,7 @@ <h2 id="main-changes-6">Main Changes</h2>
204
213
< div class ="collapse ">
205
214
< input type ="checkbox " id ="collapse-section24 " aria-hidden ="true "> < label for ="collapse-section24 " aria-hidden ="true "> V2.6.2 / 06-October-2017</ label >
206
215
< div >
207
- < h2 id ="main-changes-7 "> Main Changes</ h2 >
216
+ < h2 id ="main-changes-8 "> Main Changes</ h2 >
208
217
< ul >
209
218
< li > Remove Date and Version from all header files</ li >
210
219
< li > USB_OTG register clean up: remove duplicated bits definitions</ li >
@@ -230,7 +239,7 @@ <h2 id="main-changes-7">Main Changes</h2>
230
239
< div class ="collapse ">
231
240
< input type ="checkbox " id ="collapse-section23 " aria-hidden ="true "> < label for ="collapse-section23 " aria-hidden ="true "> V2.6.1 / 14-Fabruary-2017</ label >
232
241
< div >
233
- < h2 id ="main-changes-8 "> Main Changes</ h2 >
242
+ < h2 id ="main-changes-9 "> Main Changes</ h2 >
234
243
< ul >
235
244
< li > General updates in header files to support LL drivers
236
245
< ul >
@@ -286,7 +295,7 @@ <h2 id="main-changes-8">Main Changes</h2>
286
295
< div class ="collapse ">
287
296
< input type ="checkbox " id ="collapse-section22 " aria-hidden ="true "> < label for ="collapse-section22 " aria-hidden ="true "> V2.6.0 / 04-November-2016</ label >
288
297
< div >
289
- < h2 id ="main-changes-9 "> Main Changes</ h2 >
298
+ < h2 id ="main-changes-10 "> Main Changes</ h2 >
290
299
< ul >
291
300
< li > Add support of STM32F413xx and STM32F423xx devices
292
301
< ul >
@@ -334,7 +343,7 @@ <h2 id="main-changes-9">Main Changes</h2>
334
343
< div class ="collapse ">
335
344
< input type ="checkbox " id ="collapse-section21 " aria-hidden ="true "> < label for ="collapse-section21 " aria-hidden ="true "> V2.5.1 / 28-June-2016</ label >
336
345
< div >
337
- < h2 id ="main-changes-10 "> Main Changes</ h2 >
346
+ < h2 id ="main-changes-11 "> Main Changes</ h2 >
338
347
< ul >
339
348
< li > stm32f412rx.h, stm32f412vx.h and stm32f412zx.h files:
340
349
< ul >
@@ -346,7 +355,7 @@ <h2 id="main-changes-10">Main Changes</h2>
346
355
< div class ="collapse ">
347
356
< input type ="checkbox " id ="collapse-section20 " aria-hidden ="true "> < label for ="collapse-section20 " aria-hidden ="true "> V2.5.0 / 22-April-2016</ label >
348
357
< div >
349
- < h2 id ="main-changes-11 "> Main Changes</ h2 >
358
+ < h2 id ="main-changes-12 "> Main Changes</ h2 >
350
359
< ul >
351
360
< li > Add support of STM32F412Cx, STM32F412Rx, STM32F412Vx and STM32F412Zx devices
352
361
< ul >
@@ -402,7 +411,7 @@ <h2 id="main-changes-11">Main Changes</h2>
402
411
< div class ="collapse ">
403
412
< input type ="checkbox " id ="collapse-section19 " aria-hidden ="true "> < label for ="collapse-section19 " aria-hidden ="true "> V2.4.3 / 29-January-2016</ label >
404
413
< div >
405
- < h2 id ="main-changes-12 "> Main Changes</ h2 >
414
+ < h2 id ="main-changes-13 "> Main Changes</ h2 >
406
415
< ul >
407
416
< li > Header file for all STM32 devices
408
417
< ul >
@@ -446,7 +455,7 @@ <h2 id="main-changes-12">Main Changes</h2>
446
455
< div class ="collapse ">
447
456
< input type ="checkbox " id ="collapse-section18 " aria-hidden ="true "> < label for ="collapse-section18 " aria-hidden ="true "> V2.4.2 / 13-November-2015</ label >
448
457
< div >
449
- < h2 id ="main-changes-13 "> Main Changes</ h2 >
458
+ < h2 id ="main-changes-14 "> Main Changes</ h2 >
450
459
< ul >
451
460
< li > system_stm32f4xx.c file
452
461
< ul >
@@ -479,7 +488,7 @@ <h2 id="main-changes-13">Main Changes</h2>
479
488
< div class ="collapse ">
480
489
< input type ="checkbox " id ="collapse-section17 " aria-hidden ="true "> < label for ="collapse-section17 " aria-hidden ="true "> V2.4.1 / 09-October-2015</ label >
481
490
< div >
482
- < h2 id ="main-changes-14 "> Main Changes</ h2 >
491
+ < h2 id ="main-changes-15 "> Main Changes</ h2 >
483
492
< ul >
484
493
< li > “stm32f469xx.h”, “stm32f479xx.h”
485
494
< ul >
@@ -491,7 +500,7 @@ <h2 id="main-changes-14">Main Changes</h2>
491
500
< div class ="collapse ">
492
501
< input type ="checkbox " id ="collapse-section16 " aria-hidden ="true "> < label for ="collapse-section16 " aria-hidden ="true "> V2.4.0 / 14-August-2015</ label >
493
502
< div >
494
- < h2 id ="main-changes-15 "> Main Changes</ h2 >
503
+ < h2 id ="main-changes-16 "> Main Changes</ h2 >
495
504
< ul >
496
505
< li > Add support of STM32F469xx and STM32F479xx devices
497
506
< ul >
@@ -511,7 +520,7 @@ <h2 id="main-changes-15">Main Changes</h2>
511
520
< div class ="collapse ">
512
521
< input type ="checkbox " id ="collapse-section15 " aria-hidden ="true "> < label for ="collapse-section15 " aria-hidden ="true "> V2.3.2 / 26-June-2015</ label >
513
522
< div >
514
- < h2 id ="main-changes-16 "> Main Changes</ h2 >
523
+ < h2 id ="main-changes-17 "> Main Changes</ h2 >
515
524
< ul >
516
525
< li > “stm32f405xx.h”, “stm32f407xx.h”, “stm32f415xx.h” and “stm32f417xx.h”
517
526
< ul >
@@ -540,7 +549,7 @@ <h2 id="main-changes-16">Main Changes</h2>
540
549
< div class ="collapse ">
541
550
< input type ="checkbox " id ="collapse-section14 " aria-hidden ="true "> < label for ="collapse-section14 " aria-hidden ="true "> V2.3.1 / 03-April-2015</ label >
542
551
< div >
543
- < h2 id ="main-changes-17 "> Main Changes</ h2 >
552
+ < h2 id ="main-changes-18 "> Main Changes</ h2 >
544
553
< ul >
545
554
< li > Header file for all STM32 devices
546
555
< ul >
@@ -555,7 +564,7 @@ <h2 id="main-changes-17">Main Changes</h2>
555
564
< div class ="collapse ">
556
565
< input type ="checkbox " id ="collapse-section13 " aria-hidden ="true "> < label for ="collapse-section13 " aria-hidden ="true "> V2.3.0 / 02-March-2015</ label >
557
566
< div >
558
- < h2 id ="main-changes-18 "> Main Changes</ h2 >
567
+ < h2 id ="main-changes-19 "> Main Changes</ h2 >
559
568
< ul >
560
569
< li > Add support of STM32F446xx devices
561
570
< ul >
@@ -576,7 +585,7 @@ <h2 id="main-changes-18">Main Changes</h2>
576
585
< div class ="collapse ">
577
586
< input type ="checkbox " id ="collapse-section12 " aria-hidden ="true "> < label for ="collapse-section12 " aria-hidden ="true "> V2.2.0 / 15-December-2014</ label >
578
587
< div >
579
- < h2 id ="main-changes-19 "> Main Changes</ h2 >
588
+ < h2 id ="main-changes-20 "> Main Changes</ h2 >
580
589
< ul >
581
590
< li > stm32f4xx.h
582
591
< ul >
@@ -597,7 +606,7 @@ <h2 id="main-changes-19">Main Changes</h2>
597
606
< div class ="collapse ">
598
607
< input type ="checkbox " id ="collapse-section11 " aria-hidden ="true "> < label for ="collapse-section11 " aria-hidden ="true "> V2.1.0 / 19-June-2014</ label >
599
608
< div >
600
- < h2 id ="main-changes-20 "> Main Changes</ h2 >
609
+ < h2 id ="main-changes-21 "> Main Changes</ h2 >
601
610
< ul >
602
611
< li > Add support of STM32F411xExx devices
603
612
< ul >
@@ -651,7 +660,7 @@ <h2 id="main-changes-20">Main Changes</h2>
651
660
< div class ="collapse ">
652
661
< input type ="checkbox " id ="collapse-section10 " aria-hidden ="true "> < label for ="collapse-section10 " aria-hidden ="true "> V2.0.0 / 18-Fabruary-2014</ label >
653
662
< div >
654
- < h2 id ="main-changes-21 "> Main Changes</ h2 >
663
+ < h2 id ="main-changes-22 "> Main Changes</ h2 >
655
664
< ul >
656
665
< li > Update based on STM32Cube specification</ li >
657
666
< li > This version and later has to be used only with STM32CubeF4 based development</ li >
@@ -661,7 +670,7 @@ <h2 id="main-changes-21">Main Changes</h2>
661
670
< div class ="collapse ">
662
671
< input type ="checkbox " id ="collapse-section9 " aria-hidden ="true "> < label for ="collapse-section9 " aria-hidden ="true "> V1.3.0 / 08-November-2013</ label >
663
672
< div >
664
- < h2 id ="main-changes-22 "> Main Changes</ h2 >
673
+ < h2 id ="main-changes-23 "> Main Changes</ h2 >
665
674
< ul >
666
675
< li > Add support of STM32F401xExx devices</ li >
667
676
< li > Update startup files “startup_stm32f401xx.s” for EWARM, MDK-ARM, TrueSTUDIO and Ride toolchains: Add SPI4 interrupt handler entry in the vector table</ li >
@@ -671,7 +680,7 @@ <h2 id="main-changes-22">Main Changes</h2>
671
680
< div class ="collapse ">
672
681
< input type ="checkbox " id ="collapse-section8 " aria-hidden ="true "> < label for ="collapse-section8 " aria-hidden ="true "> V1.2.1 / 19-September-2013</ label >
673
682
< div >
674
- < h2 id ="main-changes-23 "> Main Changes</ h2 >
683
+ < h2 id ="main-changes-24 "> Main Changes</ h2 >
675
684
< ul >
676
685
< li > system_stm32f4xx.c : Update FMC SDRAM configuration (RBURST mode activation)</ li >
677
686
< li > Update startup files “startup_stm32f427_437xx.s” and “startup_stm32f429_439xx.s” for TrueSTUDIO and Ride toolchains and maintain the old name of startup files for legacy purpose</ li >
@@ -681,7 +690,7 @@ <h2 id="main-changes-23">Main Changes</h2>
681
690
< div class ="collapse ">
682
691
< input type ="checkbox " id ="collapse-section7 " aria-hidden ="true "> < label for ="collapse-section7 " aria-hidden ="true "> V1.2.0 / 11-September-2013</ label >
683
692
< div >
684
- < h2 id ="main-changes-24 "> Main Changes</ h2 >
693
+ < h2 id ="main-changes-25 "> Main Changes</ h2 >
685
694
< ul >
686
695
< li > Add support of STM32F429/439xx and STM32F401xCxx devices</ li >
687
696
< li > Update definition of STM32F427/437xx devices : extension of the features to include system clock up to 180MHz, dual bank Flash, reduced STOP Mode current, SAI, PCROP, SDRAM and DMA2D</ li >
@@ -708,7 +717,7 @@ <h2 id="main-changes-24">Main Changes</h2>
708
717
< div class ="collapse ">
709
718
< input type ="checkbox " id ="collapse-section6 " aria-hidden ="true "> < label for ="collapse-section6 " aria-hidden ="true "> V1.1.0 / 11-January-2013</ label >
710
719
< div >
711
- < h2 id ="main-changes-25 "> Main Changes</ h2 >
720
+ < h2 id ="main-changes-26 "> Main Changes</ h2 >
712
721
< ul >
713
722
< li > Official release for STM32F427x/437x devices.</ li >
714
723
< li > stm32f4xx.h
@@ -734,7 +743,7 @@ <h2 id="main-changes-25">Main Changes</h2>
734
743
< div class ="collapse ">
735
744
< input type ="checkbox " id ="collapse-section5 " aria-hidden ="true "> < label for ="collapse-section5 " aria-hidden ="true "> V1.0.2 / 05-March-2012</ label >
736
745
< div >
737
- < h2 id ="main-changes-26 "> Main Changes</ h2 >
746
+ < h2 id ="main-changes-27 "> Main Changes</ h2 >
738
747
< ul >
739
748
< li > All source files: license disclaimer text update and add link to the License file on ST Internet.</ li >
740
749
</ ul >
@@ -743,7 +752,7 @@ <h2 id="main-changes-26">Main Changes</h2>
743
752
< div class ="collapse ">
744
753
< input type ="checkbox " id ="collapse-section4 " aria-hidden ="true "> < label for ="collapse-section4 " aria-hidden ="true "> V1.0.1 / 28-December-2011</ label >
745
754
< div >
746
- < h2 id ="main-changes-27 "> Main Changes</ h2 >
755
+ < h2 id ="main-changes-28 "> Main Changes</ h2 >
747
756
< ul >
748
757
< li > All source files: update disclaimer to add reference to the new license agreement</ li >
749
758
< li > stm32f4xx.h
@@ -756,7 +765,7 @@ <h2 id="main-changes-27">Main Changes</h2>
756
765
< div class ="collapse ">
757
766
< input type ="checkbox " id ="collapse-section3 " aria-hidden ="true "> < label for ="collapse-section3 " aria-hidden ="true "> V1.0.0 / 30-September-2011</ label >
758
767
< div >
759
- < h2 id ="main-changes-28 "> Main Changes</ h2 >
768
+ < h2 id ="main-changes-29 "> Main Changes</ h2 >
760
769
< ul >
761
770
< li > First official release for STM32F40x/41x devices</ li >
762
771
< li > Add startup file for TASKING toolchain</ li >
@@ -767,7 +776,7 @@ <h2 id="main-changes-28">Main Changes</h2>
767
776
< div class ="collapse ">
768
777
< input type ="checkbox " id ="collapse-section2 " aria-hidden ="true "> < label for ="collapse-section2 " aria-hidden ="true "> V1.0.0RC2 / 26-September-2011</ label >
769
778
< div >
770
- < h2 id ="main-changes-29 "> Main Changes</ h2 >
779
+ < h2 id ="main-changes-30 "> Main Changes</ h2 >
771
780
< ul >
772
781
< li > Official version (V1.0.0) Release Candidate2 for STM32F40x/41x devices</ li >
773
782
< li > stm32f4xx.h
@@ -805,7 +814,7 @@ <h2 id="main-changes-29">Main Changes</h2>
805
814
< div class ="collapse ">
806
815
< input type ="checkbox " id ="collapse-section1 " aria-hidden ="true "> < label for ="collapse-section1 " aria-hidden ="true "> V1.0.0RC1 / 25-August-2011</ label >
807
816
< div >
808
- < h2 id ="main-changes-30 "> Main Changes</ h2 >
817
+ < h2 id ="main-changes-31 "> Main Changes</ h2 >
809
818
< ul >
810
819
< li > Official version (V1.0.0) Release Candidate1 for STM32F4xx devices</ li >
811
820
</ ul >
0 commit comments