-
Notifications
You must be signed in to change notification settings - Fork 2
/
Release_Notes.html
801 lines (801 loc) · 35.8 KB
/
Release_Notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Release Notes for STM32CubeH7RS Firmware Package</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<link rel="stylesheet" href="_htmresc/mini-st_2020.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<link rel="icon" type="image/x-icon" href="_htmresc/favicon.png" />
</head>
<body>
<div class="row">
<div class="col-sm-12 col-lg-4">
<center>
<h1 id="release-notes-for">Release Notes for</h1>
<h1 id="stm32cubeh7rs-firmware-package"><mark>STM32CubeH7RS Firmware Package</mark></h1>
<p>Copyright © 2024 STMicroelectronics<br />
</p>
<a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo_2020.png" alt="ST logo" /></a>
</center>
<h1 id="purpose">Purpose</h1>
<p><strong>STM32Cube is an STMicroelectronics original initiative to ease developers life by reducing development efforts, time and cost.</mark></strong></p>
<p>STM32Cube covers STM32 portfolio.</p>
<p>STM32Cube Version 1.x includes:</p>
<ul>
<li>The STM32CubeMX, a graphical software configuration tool that allows to generate C initialization code using graphical wizards.</li>
<li>A comprehensive embedded software platform, delivered per series
<ul>
<li>The STM32Cube HAL, an STM32 abstraction layer embedded software, ensuring maximized portability across STM32 portfolio.</li>
<li>Low-layer APIs (LL) offering a fast light-weight expert-oriented layer which is closer to the hardware than the HAL.</li>
<li>A consistent set of middleware components such as FAT file system, RTOS, USB and USB PD.</li>
</ul></li>
</ul>
<p>All embedded software utilities, delivered with a full set of examples.</p>
<p>The STM32Cube firmware solution offers a straightforward API with a modular architecture, making it simple to fine tune custom applications and scalable to fit most requirements.</p>
<figure>
<img src="_htmresc/STM32Cube_2020.bmp" alt="STM32Cube" /><figcaption>STM32Cube</figcaption>
</figure>
<p><br />
</p>
<p>The HAL (Hardware Abstraction Layer) & LL (Low Layers) drivers provided within this package support the STM32H7R7xx/H7S7xx/H7R3xx/H7S3xx products.</p>
<p>The HAL and LL drivers provided within this package are compliant with MISRA-C:2012 guidelines, and have been reviewed with a static analysis tool to eliminate possible run-time errors. Reports are available on demand.</p>
<p>For quick getting started with the STM32CubeH7RS firmware package, you can refer to UM3294 and download firmware updates and all the latest documentation from <a href="https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-mcu-mpu-packages/stm32cubeh7rs.html">www.st.com/stm32cubeH7RS</a></p>
<p>Here is the list of references to user documents:</p>
<ul>
<li><a href="https://www.st.com/resource/en/user_manual/DM01040137.pdf">UM3294:</a> Getting started with STM32CubeH7RS for STM32H7Rx/Sx Series</li>
<li><a href="https://www.st.com/resource/en/user_manual/DM01054249.pdf">UM3309:</a> Description of STM32H7Rx/7Sx HAL and low-layer drivers</li>
<li><a href="https://www.st.com/resource/en/application_note/DM01056813.pdf">AN6077:</a> STM32Cube MCU Package examples for STM32H7Rx/Sx series</li>
<li><a href="https://wiki.st.com/stm32mcu/wiki/Category:STM32H7RS">Security with STM32H7Sx</a></li>
<li><a href="https://wiki.st.com/stm32mcu/wiki/Getting_started_with_External_memory_Manager_and_External_memory_loader">Getting started with External memory Manager and External memory loader</a></li>
</ul>
</div>
<div class="col-sm-12 col-lg-8">
<h1 id="update-history">Update History</h1>
<div class="collapse">
<input type="checkbox" id="collapse-section2" checked aria-hidden="true"> <label for="collapse-section2" aria-hidden="true"><strong>V1.1.0 / 05-June-2024</strong></label>
<div>
<h2 id="maintenance-release">Maintenance release</h2>
<p>Maintenance Release of STM32CubeH7RS Firmware package supporting <strong>STM32H7R7xx/H7R3xx/H7S3xx/H7S7xx</strong> devices.</p>
<h2 id="contents">Contents</h2>
<h3 id="features"><strong>Features</strong></h3>
<p>STM32CubeH7RS gathers in one single package all the generic embedded software components required to develop an application on STM32H7Rx/7Sx microcontrollers.</p>
<ul>
<li>Production–ready HAL and LL API drivers, checked with CodeSonar® static analysis tool, and developed in compliance with MISRA C® guidelines.</li>
<li>CMSIS CORE, DSP and RTOS software components.</li>
<li>Consistent set of middleware components (RTOS, USB Host, USB Device, USB Power Delivery, FAT file system, TCP/IP and Ethernet, OpenBootloader and mcuboot).</li>
<li>Up to 250 examples and applications for easy understanding, compatible with STM32CubeMX to facilitate the configuration through a graphical tool.</li>
<li>New Templates_Board project for NUCLEO-H7S3L8 demonstrating the STM32CubeMX “Start my project from ST Board” providing an easy access to ST boards’ features.</li>
<li>New <strong>STM32_ExtMem_Manager</strong> and <strong>STM32_ExtMem_Loader</strong> components provide software implementation that facilitates external memories integration.</li>
</ul>
<p>The STM32CubeH7RS reference firmware supports all the different configurations of the SMT32H7Sx, it implements Secure Boot and Secure Firmware Update functions demonstrated thru OEMiRoT example.</p>
<h3 id="projects"><strong>Projects</strong></h3>
<p>The STM32CubeH7RS Firmware package contains project templates running on STMicroelectronics boards with preconfigured projects for the main supported toolchains.</p>
<p>Six template projects are provided in this release:</p>
<ul>
<li>Projects\STM32H7S7S8-DK\<strong>Templates_LL</strong>
<ul>
<li>Execution only in the internal Flash based on Low Layer drivers</li>
</ul></li>
<li>Projects\STM32H7S7S8-DK\Templates\<strong>Template</strong>
<ul>
<li>Execution only in the internal Flash based on HAL drivers</li>
</ul></li>
<li>Projects\STM32H7S7S8-DK\Templates\<strong>Template_XIP</strong>
<ul>
<li>Boot from internal Flash and eXecution In Place from external NOR flash</li>
<li>The Template_XIP project is composed of three sub-projects:
<ul>
<li><strong>Boot</strong>: boot execution from the internal Flash with jump to application in external memory</li>
<li><strong>Appli</strong>: application code that executes in the external NOR flash memory</li>
<li><strong>ExtMemLoader</strong>: build the external Flash loader for DK</li>
</ul></li>
<li>Warning: User options bytes configuration is required to run at the highest frequency on the external memory (<a href="Projects/STM32H7S78-DK/Templates/Template_XIP/readme.html">readme.html</a>)</li>
</ul></li>
<li>Projects\STM32H7S7S8-DK\Templates\<strong>Template_LRUN</strong>
<ul>
<li>It boots from internal Flash, copies the application from external Flash to internal RAM and jumps to the application code in internal RAM (Sub-project Boot)</li>
<li>The Template_LRUN project is composed of two sub-projects:
<ul>
<li><strong>Boot</strong>: copies the application from the external Flash to internal RAM and jumps to the application code in internal RAM</li>
<li><strong>Appli</strong>: application code that will be executed in internal RAM</li>
</ul></li>
</ul></li>
<li>Projects\STM32H7S7S8-DK\Templates\<strong>Template_ROT</strong>
<ul>
<li>This project provides two Root Of Trust boot path reference templates:
<ul>
<li><strong>OEMiROT</strong> boot path reference template: boot is performed through OEMiROT / OEMuROT bootpath after authenticity and integrity checks of the project firmware image.</li>
<li><strong>STiROT</strong> boot path reference template: boot is performed through STiROT boot path after authenticity and integrity checks of the project firmware image.</li>
</ul></li>
</ul></li>
<li>Projects\NUCLEO-H7S3L8\<strong>Templates_Board</strong>
<ul>
<li>Boot from internal Flash and eXecution In Place from external NOR flash</li>
<li>STM32CubeMX “Start my project from ST Board” providing an easy access to ST boards’ features with demonstration code based on HAL and BSP drivers</li>
</ul></li>
<li>Same template projects are provided on both boards (except Template_ROT only provided on STM32H7S7S8-DK and Templates_Board only provided on NUCLEO-H7S3L8)</li>
</ul>
<p><br />
</p>
<p>The exhaustive list of projects is provided in this table (<a href="Projects/STM32CubeProjectsList.html">STM32CubeProjectsList.html</a>).</p>
<table>
<thead>
<tr class="header">
<th>Name</th>
<th>Version</th>
<th>Release notes</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Projects</td>
<td>V1.1.0 <span class="icon-st-update"></span></td>
<td><a href="Projects/Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<p><br />
</p>
<h2 id="components">Components</h2>
<p><small>The components flagged by “<span class="icon-st-update"></span>” have changed since the previous release. “<span class="icon-st-add"></span>” are new.</small></p>
<p><strong>Drivers</strong></p>
<table>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th>Release notes</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">CMSIS</td>
<td style="text-align: left;">V5.9.0</td>
<td><a href="Drivers/CMSIS/Documentation/index.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32H7RSxx CMSIS</td>
<td style="text-align: left;">V1.1.0 <span class="icon-st-update"></span></td>
<td><a href="Drivers/CMSIS/Device/ST/STM32H7RSxx/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">STM32H7RSxx HAL</td>
<td style="text-align: left;">V1.1.0 <span class="icon-st-update"></span></td>
<td><a href="Drivers/STM32H7RSxx_HAL_Driver/Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<p><strong>BSP Drivers</strong></p>
<table>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th>Release notes</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">STM32H7RSxx_Nucleo</td>
<td style="text-align: left;">V1.0.0</td>
<td><a href="Drivers/BSP/STM32H7RSxx_Nucleo/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32H7S78-DK</td>
<td style="text-align: left;">V1.0.0</td>
<td><a href="Drivers/BSP/STM32H7S78-DK/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">aps256xx</td>
<td style="text-align: left;">V1.0.6</td>
<td><a href="Drivers/BSP/Components/aps256xx/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">Common</td>
<td style="text-align: left;">V7.3.0</td>
<td><a href="Drivers/BSP/Components/Common/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">wm8904</td>
<td style="text-align: left;">V1.0.0</td>
<td><a href="Drivers/BSP/Components/wm8904/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">gt911</td>
<td style="text-align: left;">V1.0.1</td>
<td><a href="Drivers/BSP/Components/gt911/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">lan8742</td>
<td style="text-align: left;">V1.0.3</td>
<td><a href="Drivers/BSP/Components/lan8742/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">mx25uw25645g</td>
<td style="text-align: left;">V1.0.1 <span class="icon-st-update"></span></td>
<td><a href="Drivers/BSP/Components/mx25uw25645g/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">mx66uw1g45g</td>
<td style="text-align: left;">V1.1.0</td>
<td><a href="Drivers/BSP/Components/mx66uw1g45g/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">ov5640</td>
<td style="text-align: left;">V4.0.2</td>
<td><a href="Drivers/BSP/Components/ov5640/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">rk050hr18</td>
<td style="text-align: left;">V1.0.0</td>
<td><a href="Drivers/BSP/Components/rk050hr18/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">tcpp0203</td>
<td style="text-align: left;">V1.2.3</td>
<td><a href="Drivers/BSP/Components/tcpp0203/Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<p><br />
</p>
<p><strong>Middlewares</strong></p>
<table>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Release notes</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">FatFS</td>
<td style="text-align: left;">R0.15</td>
<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/documents/updates.html">release notes</a> ST modified 230818 <a href="Middlewares/Third_Party/FatFs/source/st_readme.txt">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">FreeRTOS</td>
<td style="text-align: left;">v10.5.1</td>
<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/readme.txt">release notes</a> ST modified 231117 <a href="Middlewares/Third_Party/FreeRTOS/Source/st_readme.txt">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">LwIP</td>
<td style="text-align: left;">v2.1.3</td>
<td style="text-align: left;"><a href="Middlewares/Third_Party/LwIP/CHANGELOG">release notes</a> ST modified 230818 <a href="Middlewares/Third_Party/LwIP/st_readme.txt">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">mbed-crypto</td>
<td style="text-align: left;">v2.28.8_20240527 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Middlewares/Third_Party/mbed-crypto/st_readme.txt">ST release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">mcuboot</td>
<td style="text-align: left;">v1.7.2.23</td>
<td style="text-align: left;"><a href="Middlewares/Third_Party/mcuboot/docs/release-notes.md">release notes</a> ST modified 240214 <a href="Middlewares/Third_Party/mcuboot/st_readme.txt">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">OpenBootloader</td>
<td style="text-align: left;">v6.1.1</td>
<td style="text-align: left;"><a href="Middlewares/ST/OpenBootloader/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">STM32_ExtMem_Loader</td>
<td style="text-align: left;">v1.1.0 <span class="icon-st-update"></span></td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_ExtMem_Loader/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32_ExtMem_Manager</td>
<td style="text-align: left;">v1.1.0 <span class="icon-st-update"></span></td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_ExtMem_Manager/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">STM32 USB Device Library</td>
<td style="text-align: left;">v2.11.3</td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_USB_Device_Library/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32 USB Host Library</td>
<td style="text-align: left;">v3.5.2</td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_USB_Host_Library/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">STM32_USBPD_Library - Core</td>
<td style="text-align: left;">v5.1.0</td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Core/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32_USBPD_Library - Devices</td>
<td style="text-align: left;">v1.2.1</td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Devices/STM32H7RSXX/Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<p><br />
</p>
<p><strong>Utilities</strong></p>
<table>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Release notes</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">Common</td>
<td style="text-align: left;">v1.6.1</td>
<td style="text-align: left;"><a href="Utilities/Common/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">CPU</td>
<td style="text-align: left;">v1.1.4</td>
<td style="text-align: left;"><a href="Utilities/CPU/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">Fonts</td>
<td style="text-align: left;">v2.0.4</td>
<td style="text-align: left;"><a href="Utilities/Fonts/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">GUI_INTERFACE</td>
<td style="text-align: left;">v3.0.1</td>
<td style="text-align: left;"><a href="Utilities/GUI_INTERFACE/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">JPEG</td>
<td style="text-align: left;">v2.0.3</td>
<td style="text-align: left;"><a href="Utilities/JPEG/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">lcd</td>
<td style="text-align: left;">v2.0.3</td>
<td style="text-align: left;"><a href="Utilities/lcd/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">lcd_trace</td>
<td style="text-align: left;">v2.0.2</td>
<td style="text-align: left;"><a href="Utilities/lcd_trace/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">log</td>
<td style="text-align: left;">v1.0.4</td>
<td style="text-align: left;"><a href="Utilities/Log/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">ROT_AppliConfig</td>
<td style="text-align: left;">v1.1.2</td>
<td style="text-align: left;"><a href="Utilities/PC_Software/ROT_AppliConfig/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">TRACER_EMB</td>
<td style="text-align: left;">v1.11.0</td>
<td style="text-align: left;"><a href="Utilities/TRACER_EMB/Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<p><br />
</p>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>IAR Embedded Workbench for ARM (EWARM) toolchain V9.20.1 + ST-Link</li>
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain <strong>V5.39</strong> + ST-Link
<ul>
<li>Support of ARM Compiler 6 (AC-5 like warnings) for HAL/LL/BSP drivers and STMicroelectronics Middleware components</li>
</ul></li>
<li>STM32CubeIDE <strong>V1.16.0</strong> (GCC12)</li>
</ul>
<p><br />
</p>
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
<ul>
<li>ROT applications are compatible with SFSP V1.0.0 (or higher).</li>
<li>STM32H7R7xx/H7S7xx/H7R3xx/H7S3xx</li>
<li>STM32H7S78-DK</li>
<li>NUCLEO-H7S3L8</li>
</ul>
<p><br />
</p>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>Some examples and/or applications not supported by CubeMX</li>
<li>All projects not yet available on MDK-ARM & CubeIDE</li>
</ul>
<h2 id="dependencies">Dependencies</h2>
<h2 id="backward-compatibility">Backward Compatibility</h2>
<ul>
<li>Not applicable</li>
</ul>
<p><br />
</p>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true"><strong>V1.0.0 / 28-February-2024</strong></label>
<div>
<h2 id="first-release">First release</h2>
<p>First Official Release of STM32CubeH7RS Firmware package supporting <strong>STM32H7R7xx/H7R3xx/H7S3xx/H7S7xx</strong> devices.</p>
<h2 id="contents-1">Contents</h2>
<h3 id="features-1"><strong>Features</strong></h3>
<p>STM32CubeH7RS gathers in one single package all the generic embedded software components required to develop an application on STM32H7Rx/7Sx microcontrollers.</p>
<ul>
<li>Production–ready HAL and LL API drivers, checked with CodeSonar® static analysis tool, and developed in compliance with MISRA C® guidelines.</li>
<li>CMSIS CORE, DSP and RTOS software components.</li>
<li>Consistent set of middleware components (RTOS, USB Host, USB Device, USB Power Delivery, FAT file system, TCP/IP and Ethernet, OpenBootloader and mcuboot).</li>
<li>Up to 250 examples and applications for easy understanding, compatible with STM32CubeMX to facilitate the configuration through a graphical tool.</li>
<li>New Templates_Board project for NUCLEO-H7S3L8 demonstrating the STM32CubeMX “Start my project from ST Board” providing an easy access to ST boards’ features.</li>
<li>New <strong>STM32_ExtMem_Manager</strong> and <strong>STM32_ExtMem_Loader</strong> components provide software implementation that facilitates external memories integration.</li>
</ul>
<p>The STM32CubeH7RS reference firmware supports all the different configurations of the SMT32H7Sx, it implements Secure Boot and Secure Firmware Update functions demonstrated thru OEMiRoT example.</p>
<h3 id="projects-1"><strong>Projects</strong></h3>
<p>The STM32CubeH7RS Firmware package contains project templates running on STMicroelectronics boards with preconfigured projects for the main supported toolchains.</p>
<p>SIx template projects are provided in this release:</p>
<ul>
<li>Projects\STM32H7S7S8-DK\<strong>Templates_LL</strong>
<ul>
<li>Execution only in the internal Flash based on Low Layer drivers</li>
</ul></li>
<li>Projects\STM32H7S7S8-DK\Templates\<strong>Template</strong>
<ul>
<li>Execution only in the internal Flash based on HAL drivers</li>
</ul></li>
<li>Projects\STM32H7S7S8-DK\Templates\<strong>Template_XIP</strong>
<ul>
<li>Boot from internal Flash and eXecution In Place from external NOR flash</li>
<li>The Template_XIP project is composed of three sub-projects:
<ul>
<li><strong>Boot</strong>: boot execution from the internal Flash with jump to application in external memory</li>
<li><strong>Appli</strong>: application code that executes in the external NOR flash memory</li>
<li><strong>ExtMemLoader</strong>: build the external Flash loader for DK</li>
</ul></li>
<li>Warning: User options bytes configuration is required to run at the highest frequency on the external memory (<a href="Projects/STM32H7S78-DK/Templates/Template_XIP/readme.html">readme.html</a>)</li>
</ul></li>
<li>Projects\STM32H7S7S8-DK\Templates\<strong>Template_LRUN</strong>
<ul>
<li>It boots from internal Flash, copies the application from external Flash to internal RAM and jumps to the application code in internal RAM (Sub-project Boot)</li>
<li>The Template_LRUN project is composed of two sub-projects:
<ul>
<li><strong>Boot</strong>: copies the application from the external Flash to internal RAM and jumps to the application code in internal RAM</li>
<li><strong>Appli</strong>: application code that will be executed in internal RAM</li>
</ul></li>
</ul></li>
<li>Projects\STM32H7S7S8-DK\Templates\<strong>Template_ROT</strong>
<ul>
<li>This project provides two Root Of Trust boot path reference templates:
<ul>
<li><strong>OEMiROT</strong> boot path reference template: boot is performed through OEMiROT / OEMuROT bootpath after authenticity and integrity checks of the project firmware image.</li>
<li><strong>STiROT</strong> boot path reference template: boot is performed through STiROT boot path after authenticity and integrity checks of the project firmware image.</li>
</ul></li>
</ul></li>
<li>Projects\NUCLEO-H7S3L8\<strong>Templates_Board</strong>
<ul>
<li>Boot from internal Flash and eXecution In Place from external NOR flash</li>
<li>STM32CubeMX “Start my project from ST Board” providing an easy access to ST boards’ features with demonstration code based on HAL and BSP drivers</li>
</ul></li>
<li>Same template projects are provided on both boards (except Template_ROT only provided on STM32H7S7S8-DK and Templates_Board only provided on NUCLEO-H7S3L8)</li>
</ul>
<p><br />
</p>
<p>The exhaustive list of projects is provided in this table (<a href="Projects/STM32CubeProjectsList.html">STM32CubeProjectsList.html</a>).</p>
<table>
<thead>
<tr class="header">
<th>Name</th>
<th>Version</th>
<th>Release notes</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Projects</td>
<td>V1.0.0</td>
<td><a href="Projects/Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<p><br />
</p>
<h2 id="components-1">Components</h2>
<p><small>The components flagged by “<span class="icon-st-update"></span>” have changed since the previous release. “<span class="icon-st-add"></span>” are new.</small></p>
<p><strong>Drivers</strong></p>
<table>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th>Release notes</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">CMSIS</td>
<td style="text-align: left;">V5.9.0</td>
<td><a href="Drivers/CMSIS/Documentation/index.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32H7RSxx CMSIS</td>
<td style="text-align: left;">V1.0.0</td>
<td><a href="Drivers/CMSIS/Device/ST/STM32H7RSxx/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">STM32H7RSxx HAL</td>
<td style="text-align: left;">V1.0.0</td>
<td><a href="Drivers/STM32H7RSxx_HAL_Driver/Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<p><strong>BSP Drivers</strong></p>
<table>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th>Release notes</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">STM32H7RSxx_Nucleo</td>
<td style="text-align: left;">V1.0.0</td>
<td><a href="Drivers/BSP/STM32H7RSxx_Nucleo/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32H7S78-DK</td>
<td style="text-align: left;">V1.0.0</td>
<td><a href="Drivers/BSP/STM32H7S78-DK/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">aps256xx</td>
<td style="text-align: left;">V1.0.6</td>
<td><a href="Drivers/BSP/Components/aps256xx/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">Common</td>
<td style="text-align: left;">V7.3.0</td>
<td><a href="Drivers/BSP/Components/Common/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">wm8904</td>
<td style="text-align: left;">V1.0.0</td>
<td><a href="Drivers/BSP/Components/wm8904/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">gt911</td>
<td style="text-align: left;">V1.0.1</td>
<td><a href="Drivers/BSP/Components/gt911/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">lan8742</td>
<td style="text-align: left;">V1.0.3</td>
<td><a href="Drivers/BSP/Components/lan8742/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">mx25uw25645g</td>
<td style="text-align: left;">V1.0.0</td>
<td><a href="Drivers/BSP/Components/mx25uw25645g/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">mx66uw1g45g</td>
<td style="text-align: left;">V1.1.0</td>
<td><a href="Drivers/BSP/Components/mx66uw1g45g/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">ov5640</td>
<td style="text-align: left;">V4.0.2</td>
<td><a href="Drivers/BSP/Components/ov5640/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">rk050hr18</td>
<td style="text-align: left;">V1.0.0</td>
<td><a href="Drivers/BSP/Components/rk050hr18/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">tcpp0203</td>
<td style="text-align: left;">V1.2.3</td>
<td><a href="Drivers/BSP/Components/tcpp0203/Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<p><br />
</p>
<p><strong>Middlewares</strong></p>
<table>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Release notes</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">FatFS</td>
<td style="text-align: left;">R0.15</td>
<td style="text-align: left;"><a href="Middlewares/Third_Party/FatFs/documents/updates.html">release notes</a> ST modified 230818 <a href="Middlewares/Third_Party/FatFs/source/st_readme.txt">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">FreeRTOS</td>
<td style="text-align: left;">v10.5.1</td>
<td style="text-align: left;"><a href="Middlewares/Third_Party/FreeRTOS/Source/readme.txt">release notes</a> ST modified 231117 <a href="Middlewares/Third_Party/FreeRTOS/Source/st_readme.txt">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">LwIP</td>
<td style="text-align: left;">v2.1.3</td>
<td style="text-align: left;"><a href="Middlewares/Third_Party/LwIP/CHANGELOG">release notes</a> ST modified 230818 <a href="Middlewares/Third_Party/LwIP/st_readme.txt">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">mcuboot</td>
<td style="text-align: left;">v1.7.2.23</td>
<td style="text-align: left;"><a href="Middlewares/Third_Party/mcuboot/docs/release-notes.md">release notes</a> ST modified 240214 <a href="Middlewares/Third_Party/mcuboot/st_readme.txt">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">OpenBootloader</td>
<td style="text-align: left;">v6.1.1</td>
<td style="text-align: left;"><a href="Middlewares/ST/OpenBootloader/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32_ExtMem_Loader</td>
<td style="text-align: left;">v1.0.0</td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_ExtMem_Loader/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">STM32_ExtMem_Manager</td>
<td style="text-align: left;">v1.0.0</td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_ExtMem_Manager/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32 USB Device Library</td>
<td style="text-align: left;">v2.11.3</td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_USB_Device_Library/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">STM32 USB Host Library</td>
<td style="text-align: left;">v3.5.2</td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_USB_Host_Library/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32_USBPD_Library - Core</td>
<td style="text-align: left;">v5.1.0</td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Core/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">STM32_USBPD_Library - Devices</td>
<td style="text-align: left;">v1.2.1</td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Devices/STM32H7RSXX/Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<p><br />
</p>
<p><strong>Utilities</strong></p>
<table>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Release notes</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">Common</td>
<td style="text-align: left;">v1.6.1</td>
<td style="text-align: left;"><a href="Utilities/Common/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">CPU</td>
<td style="text-align: left;">v1.1.4</td>
<td style="text-align: left;"><a href="Utilities/CPU/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">Fonts</td>
<td style="text-align: left;">v2.0.4</td>
<td style="text-align: left;"><a href="Utilities/Fonts/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">GUI_INTERFACE</td>
<td style="text-align: left;">v3.0.1</td>
<td style="text-align: left;"><a href="Utilities/GUI_INTERFACE/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">JPEG</td>
<td style="text-align: left;">v2.0.3</td>
<td style="text-align: left;"><a href="Utilities/JPEG/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">lcd</td>
<td style="text-align: left;">v2.0.3</td>
<td style="text-align: left;"><a href="Utilities/lcd/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">lcd_trace</td>
<td style="text-align: left;">v2.0.2</td>
<td style="text-align: left;"><a href="Utilities/lcd_trace/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">log</td>
<td style="text-align: left;">v1.0.4</td>
<td style="text-align: left;"><a href="Utilities/Log/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">ROT_AppliConfig</td>
<td style="text-align: left;">v1.1.2</td>
<td style="text-align: left;"><a href="Utilities/PC_Software/ROT_AppliConfig/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">TRACER_EMB</td>
<td style="text-align: left;">v1.11.0</td>
<td style="text-align: left;"><a href="Utilities/TRACER_EMB/Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<p><br />
</p>
<h2 id="development-toolchains-and-compilers-1">Development Toolchains and Compilers</h2>
<ul>
<li>IAR Embedded Workbench for ARM (EWARM) toolchain V9.20.1 + ST-Link</li>
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.38a + ST-Link
<ul>
<li>Support of ARM Compiler 6 (AC-5 like warnings) for HAL/LL/BSP drivers and STMicroelectronics Middleware components</li>
</ul></li>
<li>STM32CubeIDE V1.15.0 (GCC12)</li>
</ul>
<p><br />
</p>
<h2 id="supported-devices-and-boards-1">Supported Devices and boards</h2>
<ul>
<li>ROT applications are compatible with SFSP V1.0.0 (or higher).</li>
<li>STM32H7R7xx/H7S7xx/H7R3xx/H7S3xx</li>
<li>STM32H7S78-DK</li>
<li>NUCLEO-H7S3L8</li>
</ul>
<p><br />
</p>
<h2 id="known-limitations-1">Known Limitations</h2>
<ul>
<li>Some examples and/or applications not supported by CubeMX</li>
<li>All projects not yet available on MDK-ARM & CubeIDE</li>
</ul>
<p>Those limitations will be corrected in maintenance release V1.1.0 planned in June 2024.</p>
<h2 id="dependencies-1">Dependencies</h2>
<ul>
<li>STM32CubeMX V6.11.0
<ul>
<li>Projects (Applications and Examples) are generated using STM32CubeMX version V6.11.0.</li>
</ul></li>
</ul>
<h2 id="backward-compatibility-1">Backward Compatibility</h2>
<ul>
<li>Not applicable</li>
</ul>
<p><br />
</p>
</div>
</div>
</div>
</div>
<footer class="sticky">
<div class="columns">
<div class="column" style="width:95%;">
<p>For complete documentation on STM32H7Rx/Sx,</p>
<p>visit: <span style="font-color: blue;"><a href="https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/stm32h7-series/stm32h7r3-7s3.html">stm32h7-series/stm32h7r3-7s3</a></span></p>
<p>visit: <span style="font-color: blue;"><a href="https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/stm32h7-series/stm32h7r7-7s7.html">stm32h7-series/stm32h7r7-7s7</a></span></p>
<p><em>This release note uses up to date web standards and, for this reason, should not be opened with Internet Explorer but preferably with popular browsers such as Google Chrome, Mozilla Firefox, Opera or Microsoft Edge.</em></p>
</div><div class="column" style="width:5%;">
<p><abbr title="Based on template cx566953 version 2.0">Info</abbr></p>
</div>
</div>
</footer>
</body>
</html>