Skip to content

Commit bd2ec20

Browse files
GHORTESSTMGitHub Enterprise
authored andcommitted
Update to v2.0.0
- upgraded to - Cube Firmware N6 V 1.1 - STEdge AI V 2.1 - STM32CUBEIDE V 1.18.1
1 parent b71be66 commit bd2ec20

File tree

282 files changed

+27657
-14033
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+27657
-14033
lines changed

Binaries/aed_bm.bin

2.16 KB
Binary file not shown.

Binaries/aed_bm_lp.bin

2.13 KB
Binary file not shown.

Binaries/aed_tx.bin

1.81 KB
Binary file not shown.

Binaries/aed_tx_lp.bin

1.81 KB
Binary file not shown.

Binaries/flash-bin.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!\bin\bash
22

3-
pathCubeIde="C:/ST/STM32CubeIDE_1.17.0.24B1/STM32CubeIDE"
4-
pathProg="/plugins/com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32_2.2.0.202409170845/tools/bin"
3+
pathCubeIde="<Path_to_cube ide>"
4+
pathProg="<Path_to_cube_programmer_plug_in>/tools/bin"
55
el=$pathCubeIde$pathProg"/ExternalLoader/MX66UW1G45G_STM32N6570-DK.stldr"
66
prog=$pathCubeIde$pathProg"/STM32_Programmer_CLI.exe"
77

Binaries/se_bm.bin

54.5 KB
Binary file not shown.

Binaries/se_bm_lp.bin

54.4 KB
Binary file not shown.

Binaries/se_tx.bin

54.1 KB
Binary file not shown.

Binaries/se_tx_lp.bin

54.1 KB
Binary file not shown.

Drivers/BSP/STM32N6570-DK/Release_Notes.html

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,51 @@ <h1 id="purpose">Purpose</h1>
3636
<div class="col-sm-12 col-lg-8">
3737
<h1 id="update-history">Update History</h1>
3838
<div class="collapse">
39-
<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>
39+
<input type="checkbox" id="collapse-section2" checked aria-hidden="true"> <label for="collapse-section2" checked aria-hidden="true"><strong>V1.1.0 / 05-February-2025</strong></label>
40+
<div>
41+
<h2 id="main-changes">Main Changes</h2>
42+
<h3 id="first-maintenance-release-of-board-drivers-supporting-stm32n6570-dk-board-mb1939c">First maintenance release of board drivers supporting <strong>STM32N6570-DK board</strong> (MB1939C)</h3>
43+
<h2 id="contents">Contents</h2>
44+
<ul>
45+
<li>Set NOR FLASH XSPI IO speed from GPIO_SPEED_FREQ_HIGH to GPIO_SPEED_FREQ_VERY_HIGH</li>
46+
<li>Optimize PSRAM access parameters in MX_XSPI_RAM_Init()</li>
47+
<li>Increase SD_WRITE_TIMEOUT and SD_READ_TIMEOUT</li>
48+
<li>Correct time-out management in BSP_SD_WriteBlocks()</li>
49+
<li>Correct BSP_SD_Init() to fix initialization issue in forcing then releasing SDMMC instances reset</li>
50+
<li>Align HAL_DCMIPP_PIPE_VsyncEventCallback() with latest ISP library tag</li>
51+
<li>Add BSP camera APIs BSP_CAMERA_FullPlanarStart(), BSP_CAMERA_SemiPlanarStart(), BSP_CAMERA_FullPlanarDoubleBufferStart() and BSP_CAMERA_SemiPlanarDoubleBufferStart()</li>
52+
</ul>
53+
<h2 id="known-limitations">Known Limitations</h2>
54+
<ul>
55+
<li>None</li>
56+
</ul>
57+
<h2 id="dependencies">Dependencies</h2>
58+
<ul>
59+
<li>ISP library v1.0.2</li>
60+
</ul>
61+
<h2 id="notes">Notes</h2>
62+
<p><em>stm32n6570_discovery_conf_template.h</em> file must be copied in user application as <em>stm32n6570_discovery_conf.h</em> with optional configuration update</p>
63+
<p><br />
64+
</p>
65+
</div>
66+
</div>
67+
<div class="collapse">
68+
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" checked aria-hidden="true"><strong>V1.0.0 / 30-October-2024</strong></label>
4069
<div>
4170
<h2 id="first-release">First Release</h2>
4271
<h3 id="first-official-release-of-stm32cuben6-firmware-package-supporting-stm32n6xx-devices">First official release of <strong>STM32CubeN6</strong> firmware package supporting <strong>STM32N6xx</strong> devices</h3>
43-
<h2 id="contents">Contents</h2>
72+
<h2 id="contents-1">Contents</h2>
4473
<ul>
4574
<li>First official release of board drivers for <strong>STM32N6570-DK board</strong> (MB1939C)
4675
<ul>
4776
<li>in line with STM32Cube BSP drivers development guidelines (UM2298 - revision 2)</li>
4877
</ul></li>
4978
</ul>
50-
<h2 id="known-limitations">Known Limitations</h2>
79+
<h2 id="known-limitations-1">Known Limitations</h2>
5180
<p>None</p>
52-
<h2 id="dependencies">Dependencies</h2>
81+
<h2 id="dependencies-1">Dependencies</h2>
5382
<p>None</p>
54-
<h2 id="notes">Notes</h2>
83+
<h2 id="notes-1">Notes</h2>
5584
<p><em>stm32n6570_discovery_conf_template.h</em> file must be copied in user application as <em>stm32n6570_discovery_conf.h</em> with optional configuration update</p>
5685
</div>
5786
</div>

0 commit comments

Comments
 (0)