-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRelease_Notes.html
518 lines (518 loc) · 22 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
<!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 STM32CubeN6 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="stm32cuben6-firmware-package"><mark>STM32CubeN6 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 libraries such as ThreadX, USBX…</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 STM32N6xx lines.</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 STM32CubeN6 firmware package, here is the list of references to user documents:</p>
<ul>
<li><a href="https://www.st.com/resource/en/user_manual/DM01015568.pdf">UM3249:</a> Getting started with STM32CubeN6 for STM32N6 Series</li>
<li><a href="https://www.st.com/resource/en/user_manual/DM01124910.pdf">UM3425:</a> Description of STM32N6 HAL and low-layer drivers</li>
<li><a href="https://www.st.com/resource/en/application_note/DM01124906.pdf">AN6197:</a> STM32Cube MCU Package examples for STM32N6 series</li>
<li><a href="https://wiki.st.com/stm32mcu/wiki/Category:STM32N6">Security with STM32N6</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-section1" checked aria-hidden="true"> <label for="collapse-section1" checked aria-hidden="true"><strong>V1.0.0 / 30-October-2024</strong></label>
<div>
<h2 id="first-release">First Release</h2>
<h3 id="first-official-release-of-stm32cuben6-stm32cube-for-stm32n6-series-supporting-stm32n657xx-stm32n655xx-stm32n647xx-and-stm32n645xx-devices">First official release of <strong>STM32CubeN6</strong> (STM32Cube for STM32N6 Series) supporting <strong>STM32N657xx</strong>, <strong>STM32N655xx</strong>, <strong>STM32N647xx</strong> and <strong>STM32N645xx</strong> devices</h3>
<h2 id="contents">Contents</h2>
<p>STM32CubeN6 gathers in one single package generic embedded software components to develop an application on STM32N6 microcontrollers.</p>
<ul>
<li>HAL and LL API drivers, checked with CodeSonar® static analysis tool, and developed in compliance with MISRA C® guidelines,</li>
<li>CMSIS CORE, BSP and RTOS software components,</li>
<li>Consistent set of middleware components (Azure® RTOS USBX, FileX/LevelX, ThreadX, NetX Duo, USB Power Delivery, mcu-boot, mbed-TLS, external memory manager and loader, Image Signal Processing (ISP) and OpenBootloader),</li>
<li>A rich set of examples and applications for easy understanding, compatible with STM32CubeMX to facilitate the configuration through a graphical tool.</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>
<p>Template projects for each board (MB1939 STM32N6570-DK revC and MB1940 NUCLEO-N657X0-Q revC) are provided with this release.</p>
<ul>
<li>Projects\NUCLEO-N657X0-Q\<strong>Templates_LL</strong></li>
<li>Projects\STM32N6570-DK\<strong>Templates_LL</strong>
<ul>
<li>After bootROM execution, template runs from internal SRAM based on Low Layer drivers</li>
</ul></li>
<li>Projects\NUCLEO-N657X0-Q\Templates\<strong>Template</strong></li>
<li>Projects\STM32N6570-DK\Templates\<strong>Template</strong>
<ul>
<li>After bootROM execution, template runs from internal SRAM based on HAL drivers</li>
</ul></li>
<li>Projects\NUCLEO-N657X0-Q\Templates\<strong>Template_FSBL_LRUN</strong></li>
<li>Projects\STM32N6570-DK\Templates\<strong>Template_FSBL_LRUN</strong>
<ul>
<li>After bootROM execution, FSBL (First Stage Boot Loader) then application run from internal SRAM
<ul>
<li>Template_FSBL_LRUN project is composed of two sub-projects:</li>
<li><strong>FSBL</strong>: FSBL execution from internal RAM with jump to application in internal RAM</li>
<li><strong>Appli</strong>: application execution from internal RAM</li>
</ul></li>
</ul></li>
<li>Projects\NUCLEO-N657X0-Q\Templates\<strong>Template_Isolation_LRUN</strong></li>
<li>Projects\STM32N6570-DK\Templates\<strong>Template_Isolation_LRUN</strong>
<ul>
<li>After bootROM execution, FSBL (First Stage Boot Loader) followed by secure application then non-secure application run from internal SRAM
<ul>
<li>Template_Isolation_LRUN project is composed of three sub-projects:</li>
<li><strong>FSBL</strong>: FSBL execution from internal RAM with jump to secure application in internal RAM</li>
<li><strong>AppliSecure</strong>: secure application execution from internal RAM with jump to non-secure application in internal RAM</li>
<li><strong>AppliNonSecure</strong>: non-secure application execution from internal RAM</li>
</ul></li>
</ul></li>
<li>Projects\NUCLEO-N657X0-Q\Templates\<strong>Template_FSBL_XIP</strong></li>
<li>Projects\STM32N6570-DK\Templates\<strong>Template_FSBL_XIP</strong>
<ul>
<li>After bootROM execution, FSBL (First Stage Boot Loader) runs from internal SRAM, followed by application running from external Flash
<ul>
<li>Template_FSBL_XIP project is composed of three sub-projects:</li>
<li><strong>FSBL</strong>: FSBL execution from internal RAM with jump to application in external Flash</li>
<li><strong>Appli</strong>: application execution from external Flash</li>
<li><strong>ExtMemLoader</strong>: build the external Flash loader for the board</li>
</ul></li>
</ul></li>
<li>Projects\NUCLEO-N657X0-Q\Templates\<strong>Template_Isolation_XIP</strong></li>
<li>Projects\STM32N6570-DK\Templates\<strong>Template_Isolation_XIP</strong>
<ul>
<li>After bootROM execution, FSBL (First Stage Boot Loader) runs from internal SRAM, followed by secure application then non-secure application both running from external Flash
<ul>
<li>Template_Isolation_XIP project is composed of four sub-projects:</li>
<li><strong>FSBL</strong>: FSBL execution from internal RAM with jump to secure application in external Flash</li>
<li><strong>AppliSecure</strong>: secure application execution from external Flash with jump to non-secure application in external Flash</li>
<li><strong>AppliNonSecure</strong>: non-secure application execution from external Flash</li>
<li><strong>ExtMemLoader</strong>: build the external Flash loader for the board</li>
</ul></li>
</ul></li>
<li>Projects\STM32N6570-DK\Templates\<strong>Template_ROT</strong>
<ul>
<li>OEMuROT boot path after authenticity and integrity checks of the project firmware and project data images</li>
</ul></li>
<li>Projects\STM32N6570-DK\<strong>Templates_Board</strong>
<ul>
<li>After bootROM execution, template runs from internal SRAM</li>
<li>STM32CubeMX “Start my project from ST Board” provides an easy access to ST boards’ features with demonstration code based on HAL and BSP drivers</li>
</ul></li>
</ul>
<p><br />
</p>
<h2 id="components">Components</h2>
<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 style="text-align: left;">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 style="text-align: left;"><a href="Drivers/CMSIS/Documentation/index.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32N6xx CMSIS</td>
<td style="text-align: left;">V1.0.0</td>
<td style="text-align: left;"><a href="Drivers/CMSIS/Device/ST/STM32N6xx/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">STM32N6xx_HAL_Driver</td>
<td style="text-align: left;">V1.0.0</td>
<td style="text-align: left;"><a href="Drivers/STM32N6xx_HAL_Driver/Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<p><br />
</p>
<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;">STM32N6xx_Nucleo</td>
<td style="text-align: left;">V1.0.0</td>
<td><a href="Drivers/BSP/STM32N6xx_Nucleo/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32N6570-DK</td>
<td style="text-align: left;">V1.0.0</td>
<td><a href="Drivers/BSP/STM32N6570-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;">lan8742</td>
<td style="text-align: left;">V1.0.4</td>
<td><a href="Drivers/BSP/Components/lan8742/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<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="odd">
<td style="text-align: left;">mx25um51245g</td>
<td style="text-align: left;">V1.0.1</td>
<td><a href="Drivers/BSP/Components/mx25um51245g/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<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="odd">
<td style="text-align: left;">rtl8211</td>
<td style="text-align: left;">V2.0.3</td>
<td><a href="Drivers/BSP/Components/rtl8211/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.2</td>
<td><a href="Drivers/BSP/Components/tcpp0203/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<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="even">
<td style="text-align: left;">cs42l51</td>
<td style="text-align: left;">V2.0.6</td>
<td><a href="Drivers/BSP/Components/cs42l51/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">imx335</td>
<td style="text-align: left;">V1.3.1</td>
<td><a href="Drivers/BSP/Components/imx335/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">wm8904</td>
<td style="text-align: left;">V1.1.0</td>
<td><a href="Drivers/BSP/Components/wm8904/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;">STM32_ExtMem_Manager</td>
<td style="text-align: left;">V1.2.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_ExtMem_Loader</td>
<td style="text-align: left;">V1.1.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;">Filex</td>
<td style="text-align: left;">V6.4.0</td>
<td style="text-align: left;"><a href="Middlewares/ST/filex/README.md">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;"></td>
<td style="text-align: left;">ST modified 240906</td>
<td style="text-align: left;"><a href="Middlewares/ST/filex/st_readme.txt">ST release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">Levelx</td>
<td style="text-align: left;">V6.4.0</td>
<td style="text-align: left;"><a href="Middlewares/ST/levelx/README.md">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;"></td>
<td style="text-align: left;">ST modified 240906</td>
<td style="text-align: left;"><a href="Middlewares/ST/levelx/st_readme.txt">ST release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">Netxduo</td>
<td style="text-align: left;">V6.4.0</td>
<td style="text-align: left;"><a href="Middlewares/ST/netxduo/README.md">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;"></td>
<td style="text-align: left;">ST modified 240906</td>
<td style="text-align: left;"><a href="Middlewares/ST/netxduo/st_readme.txt">ST release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">ThreadX</td>
<td style="text-align: left;">V6.4.0</td>
<td style="text-align: left;"><a href="Middlewares/ST/threadx/README.md">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;"></td>
<td style="text-align: left;">ST modified 240906</td>
<td style="text-align: left;"><a href="Middlewares/ST/threadx/st_readme.txt">ST release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">USBX</td>
<td style="text-align: left;">V6.4.0</td>
<td style="text-align: left;"><a href="Middlewares/ST/usbx/README.md">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;"></td>
<td style="text-align: left;">ST modified 240906</td>
<td style="text-align: left;"><a href="Middlewares/ST/usbx/st_readme.txt">ST release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">STM32 USBPD Core Library</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 Device Library</td>
<td style="text-align: left;">V1.0.0</td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_USBPD_Library/Devices/STM32N6XX/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">STM32 ISP Library</td>
<td style="text-align: left;">V1.0.0</td>
<td style="text-align: left;"><a href="Middlewares/ST/STM32_ISP_Library/README.md">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">VideoEncoder</td>
<td style="text-align: left;">V9.22.3.7 / ST modified 221024</td>
<td style="text-align: left;"><a href="Middlewares/Third_Party/VideoEncoder/st_readme.txt">ST release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">VideoEncoder_EWL</td>
<td style="text-align: left;">V1.0.0</td>
<td style="text-align: left;"><a href="Middlewares/ST/VideoEncoder_EWL/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">OpenBootLoader</td>
<td style="text-align: left;">V1.0.0</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;">mbed-TLS</td>
<td style="text-align: left;">V3.6.1 / ST modified 100924</td>
<td style="text-align: left;"><a href="Middlewares/Third_Party/mbedtls/st_readme.txt">ST release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">mcuboot</td>
<td style="text-align: left;">V1.7.2.28</td>
<td style="text-align: left;"><a href="Middlewares/Third_Party/mcuboot/docs/release-notes.md">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;"></td>
<td style="text-align: left;">ST modified 181024</td>
<td style="text-align: left;"><a href="Middlewares/Third_Party/mcuboot/st_readme.txt">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;">Fonts</td>
<td style="text-align: left;">V2.0.3</td>
<td style="text-align: left;"><a href="Utilities/Fonts/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">lcd</td>
<td style="text-align: left;">V2.1.0</td>
<td style="text-align: left;"><a href="Utilities/lcd/Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">lcd_trace</td>
<td style="text-align: left;">V2.0.1</td>
<td style="text-align: left;"><a href="Utilities/lcd_trace/Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<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="even">
<td style="text-align: left;">TRACER_EMB</td>
<td style="text-align: left;">V1.12.0</td>
<td style="text-align: left;"><a href="Utilities/TRACER_EMB/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;">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>
</tbody>
</table>
<p><br />
</p>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<table>
<thead>
<tr class="header">
<th style="text-align: left;">Toolchain + ST-Link</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Patch</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">IAR Embedded Workbench for ARM (EWARM)</td>
<td style="text-align: left;">V9.40.1</td>
<td style="text-align: left;"><a href="Utilities/PC_Software/EWARMv9_STM32N6xx_V1.0.0.zip">Patch EWARM</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">RealView Microcontroller Development Kit (MDK-ARM)</td>
<td style="text-align: left;">V5.39</td>
<td style="text-align: left;"><a href="Utilities\PC_Software\Keil.STM32N6xx_DFP.1.0.0.zip">Patch MDK-ARM</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">STM32CubeIDE</td>
<td style="text-align: left;">V1.17.0</td>
<td style="text-align: left;"></td>
</tr>
</tbody>
</table>
<p><br />
</p>
<h2 id="supported-devices-and-boards">Supported Devices and Boards</h2>
<ul>
<li>STM32N6xx devices</li>
<li>MB1939 STM32N6570-DK revC</li>
<li>MB1940 NUCLEO-N657X0-Q revC</li>
</ul>
<h2 id="dependencies">Dependencies</h2>
<ul>
<li>STM32CubeMX V6.13.0
<ul>
<li>Examples are generated using STM32CubeMX version V6.13.0.</li>
</ul></li>
<li>STM32CubeProgrammer V2.18</li>
</ul>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>None</li>
</ul>
<h2 id="backward-compatibility">Backward Compatibility</h2>
<ul>
<li>NA</li>
</ul>
</div>
</div>
</div>
</div>
<footer class="sticky">
<div class="columns">
<div class="column" style="width:95%;">
<p>For complete documentation on STM32 Microcontrollers</mark>, visit: <span style="font-color: blue;"><a href="http://www.st.com/stm32">www.st.com/stm32</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>