Skip to content

Commit 1c4475e

Browse files
committed
Initial commit v1.0.0
0 parents  commit 1c4475e

File tree

2,904 files changed

+1601918
-0
lines changed

Some content is hidden

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

2,904 files changed

+1601918
-0
lines changed

Binaries/aed_bm.bin

218 KB
Binary file not shown.

Binaries/aed_bm_lp.bin

220 KB
Binary file not shown.

Binaries/aed_tx.bin

232 KB
Binary file not shown.

Binaries/aed_tx_lp.bin

232 KB
Binary file not shown.

Binaries/aed_weights.bin

3.42 MB
Binary file not shown.

Binaries/flash-bin.sh

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#!\bin\bash
2+
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"
5+
el=$pathCubeIde$pathProg"/ExternalLoader/MX66UW1G45G_STM32N6570-DK.stldr"
6+
prog=$pathCubeIde$pathProg"/STM32_Programmer_CLI.exe"
7+
8+
bin=$1"_"$2".bin"
9+
fsbl="fsbl_fw_lrun_v1.2.0.bin"
10+
weight=$1"_weights.bin"
11+
12+
echo "please connect the board and switch BOOT1 to Rigth position"
13+
echo "when done, press a key to continue ..."
14+
read -n 1 -s
15+
echo "flashing the application "$bin" with weigth "$weight
16+
17+
$prog -c port=swd mode=HOTPLUG ap=1 --extload $el -w $fsbl 0x70000000
18+
$prog -c port=swd mode=HOTPLUG ap=1 --extload $el -w $bin 0x70100000
19+
$prog -c port=swd mode=HOTPLUG ap=1 --extload $el -w $weight 0x70180000
20+
21+
echo "please power cycle the board after switching BOOT1 to Left position"

Binaries/fsbl_fw_lrun_v1.2.0.bin

59.6 KB
Binary file not shown.

Binaries/se_bm.bin

321 KB
Binary file not shown.

Binaries/se_bm_lp.bin

323 KB
Binary file not shown.

Binaries/se_tx.bin

335 KB
Binary file not shown.

Binaries/se_tx_lp.bin

335 KB
Binary file not shown.

Binaries/se_weights.bin

1.59 MB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This software component is provided to you as part of a software package and
2+
applicable license terms are in the Package_license file. If you received this
3+
software component outside of a package or without applicable license terms,
4+
the terms of the BSD-3-Clause license shall apply.
5+
You may obtain a copy of the BSD-3-Clause at:
6+
https://opensource.org/licenses/BSD-3-Clause
Lines changed: 252 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,252 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="generator" content="pandoc" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
7+
<title>Release Notes for BSP Common Components Drivers</title>
8+
<style type="text/css">
9+
code{white-space: pre-wrap;}
10+
span.smallcaps{font-variant: small-caps;}
11+
span.underline{text-decoration: underline;}
12+
div.column{display: inline-block; vertical-align: top; width: 50%;}
13+
</style>
14+
<link rel="stylesheet" href="_htmresc/mini-st.css" />
15+
<!--[if lt IE 9]>
16+
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
17+
<![endif]-->
18+
<link rel="icon" type="image/x-icon" href="_htmresc/favicon.png" />
19+
</head>
20+
<body>
21+
<div class="row">
22+
<div class="col-sm-12 col-lg-4">
23+
<center>
24+
<h1 id="release-notes-for-bsp-common-components-drivers"><small>Release Notes for</small> <mark>BSP Common Components Drivers</mark></h1>
25+
<p>Copyright © 2014-2023 STMicroelectronics<br />
26+
</p>
27+
<a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo.png" alt="ST logo" /></a>
28+
</center>
29+
<h1 id="purpose">Purpose</h1>
30+
<p>This directory contains the BSP Common components drivers.</p>
31+
</div>
32+
<div class="col-sm-12 col-lg-8">
33+
<h1 id="update-history">Update History</h1>
34+
<div class="collapse">
35+
<input type="checkbox" id="collapse-section20" checked aria-hidden="true"> <label for="collapse-section20" aria-hidden="true">V7.3.0 / 28-September-2023</label>
36+
<div>
37+
<h2 id="main-changes">Main Changes</h2>
38+
<h3 id="component-release">Component release</h3>
39+
<ul>
40+
<li>Add Frequency, Exposure and Gain configuration function pointers in camera.h</li>
41+
</ul>
42+
</div>
43+
</div>
44+
<div class="collapse">
45+
<input type="checkbox" id="collapse-section19" aria-hidden="true"> <label for="collapse-section19" aria-hidden="true">V7.2.1 / 16-November-2021</label>
46+
<div>
47+
<h2 id="main-changes-1">Main Changes</h2>
48+
<h3 id="component-release-1">Component release</h3>
49+
<ul>
50+
<li>Update licensing</li>
51+
</ul>
52+
</div>
53+
</div>
54+
<div class="collapse">
55+
<input type="checkbox" id="collapse-section18" aria-hidden="true"> <label for="collapse-section18" aria-hidden="true">V7.2.0 / 11-October-2021</label>
56+
<div>
57+
<h2 id="main-changes-2">Main Changes</h2>
58+
<h3 id="component-release-2">Component release</h3>
59+
<ul>
60+
<li>Add hybrid_sensor.h to support hybrid (env and motion) sensors</li>
61+
</ul>
62+
</div>
63+
</div>
64+
<div class="collapse">
65+
<input type="checkbox" id="collapse-section17" aria-hidden="true"> <label for="collapse-section17" aria-hidden="true">V7.1.0 / 18-Juin-2021</label>
66+
<div>
67+
<h2 id="main-changes-3">Main Changes</h2>
68+
<h3 id="component-release-3">Component release</h3>
69+
<ul>
70+
<li>Add ranging_sensor.h to support ranging sensors</li>
71+
<li>Add light_sensor.h to support ambient light sensors</li>
72+
<li>Rename UTILS_LCD_Drv_t structure into LCD_UTILS_Drv_t</li>
73+
<li>Code spelling and formatting</li>
74+
</ul>
75+
<h2 id="backward-compatibility">Backward Compatibility</h2>
76+
<ul>
77+
<li>This release breaks compatibility with previous versions.</li>
78+
</ul>
79+
</div>
80+
</div>
81+
<div class="collapse">
82+
<input type="checkbox" id="collapse-section16" aria-hidden="true"> <label for="collapse-section16" aria-hidden="true">V7.0.0 / 25-February-2020</label>
83+
<div>
84+
<h2 id="main-changes-4">Main Changes</h2>
85+
<h3 id="component-release-4">Component release</h3>
86+
<ul>
87+
<li>Rename GUI_Drv_t structure into UTILS_LCD_Drv_t</li>
88+
</ul>
89+
<h2 id="backward-compatibility-1">Backward Compatibility</h2>
90+
<ul>
91+
<li>This release breaks compatibility with previous versions.</li>
92+
</ul>
93+
</div>
94+
</div>
95+
<div class="collapse">
96+
<input type="checkbox" id="collapse-section15" aria-hidden="true"> <label for="collapse-section15" aria-hidden="true">V6.0.1 / 15-October-2019</label>
97+
<div>
98+
<h2 id="main-changes-5">Main Changes</h2>
99+
<h3 id="component-release-5">Component release</h3>
100+
<ul>
101+
<li>Update st_logo.png inclusion path in Release notes.</li>
102+
</ul>
103+
</div>
104+
</div>
105+
<div class="collapse">
106+
<input type="checkbox" id="collapse-section14" aria-hidden="true"> <label for="collapse-section14" aria-hidden="true">V6.0.0 / 12-April-2019</label>
107+
<div>
108+
<h2 id="main-changes-6">Main Changes</h2>
109+
<h3 id="component-release-6">Component release</h3>
110+
<p>Official release of BSP Common components drivers in line with STM32Cube BSP drivers development guidelines (UM2298).</p>
111+
<h2 id="backward-compatibility-2">Backward Compatibility</h2>
112+
<p>This release breaks compatibility with previous versions.</p>
113+
</div>
114+
</div>
115+
<div class="collapse">
116+
<input type="checkbox" id="collapse-section13" aria-hidden="true"> <label for="collapse-section13" aria-hidden="true">V5.1.1 / 31-August-2018</label>
117+
<div>
118+
<h2 id="main-changes-7">Main Changes</h2>
119+
<p>Reformat the BSD 3-Clause license declaration in the files header (replace license terms by a web reference to OSI website where those terms lie)<br />
120+
Correct sensor names in headers files hsensor.h and psensor.h</p>
121+
</div>
122+
</div>
123+
<div class="collapse">
124+
<input type="checkbox" id="collapse-section12" aria-hidden="true"> <label for="collapse-section12" aria-hidden="true">V5.1.0 / 21-November-2017</label>
125+
<div>
126+
<h2 id="main-changes-8">Main Changes</h2>
127+
<p>Add dpredriver.h: support of DP redriver class<br />
128+
Add pwrmon.h: support of power monitor class<br />
129+
Add usbtypecswitch.h: support of USB type C switch class</p>
130+
</div>
131+
</div>
132+
<div class="collapse">
133+
<input type="checkbox" id="collapse-section11" aria-hidden="true"> <label for="collapse-section11" aria-hidden="true">V5.0.0 / 01-March-2017</label>
134+
<div>
135+
<h2 id="main-changes-9">Main Changes</h2>
136+
<p>Add hsensor.h: support of humidity class<br />
137+
Add psensor.h: support of pressure class<br />
138+
Update tsensor.h: Temperature can be negative<br />
139+
Update accelero.h: LowPower API can enable or disable the low power mode<br />
140+
Update magneto.h: LowPower API can enable or disable the low power mode</p>
141+
<h2 id="backward-compatibility-3">Backward Compatibility</h2>
142+
<p>This release breaks compatibility with previous versions.</p>
143+
</div>
144+
</div>
145+
<div class="collapse">
146+
<input type="checkbox" id="collapse-section10" aria-hidden="true"> <label for="collapse-section10" aria-hidden="true">V4.0.1 / 21-July-2015</label>
147+
<div>
148+
<h2 id="main-changes-10">Main Changes</h2>
149+
<p>tsensor.h: Fix compilation issue on <em>TSENSOR_InitTypeDef</em></p>
150+
</div>
151+
</div>
152+
<div class="collapse">
153+
<input type="checkbox" id="collapse-section9" aria-hidden="true"> <label for="collapse-section9" aria-hidden="true">V4.0.0 / 22-June-2015</label>
154+
<div>
155+
<h2 id="main-changes-11">Main Changes</h2>
156+
<p>accelero.h: add <em>DeInit</em> field in <em>ACCELERO_DrvTypeDef</em> structure<br />
157+
audio.h: add <em>DeInit</em> field in <em>AUDIO_DrvTypeDef</em> structure<br />
158+
idd.h:</p>
159+
<ul>
160+
<li>add <em>Shunt0StabDelay</em>, <em>Shunt1StabDelay</em>, <em>Shunt2StabDelay</em>, <em>Shunt3StabDelay</em>, <em>Shunt4StabDelay</em> and <em>ShuntNbOnBoard</em> fields in <em>IDD_ConfigTypeDef</em> structure<br />
161+
</li>
162+
<li>rename <em>ShuntNumber</em> field to <em>ShuntNbUsed</em> in <em>IDD_ConfigTypeDef</em> structure</li>
163+
</ul>
164+
<p>magneto.h: add <em>DeInit</em> field in <em>MAGNETO_DrvTypeDef</em> structure</p>
165+
<h2 id="backward-compatibility-4">Backward Compatibility</h2>
166+
<p>This release breaks compatibility with previous versions.</p>
167+
</div>
168+
</div>
169+
<div class="collapse">
170+
<input type="checkbox" id="collapse-section8" aria-hidden="true"> <label for="collapse-section8" aria-hidden="true">V3.0.0 / 28-April-2015</label>
171+
<div>
172+
<h2 id="main-changes-12">Main Changes</h2>
173+
<p>accelero.h: add <em>LowPower</em> field in <em>ACCELERO_DrvTypeDef</em> structure<br />
174+
magneto.h: add <em>LowPower</em> field in <em>MAGNETO_DrvTypeDef</em> structure<br />
175+
gyro.h: add <em>DeInit</em> and <em>LowPower</em> fields in <em>GYRO_DrvTypeDef</em> structure<br />
176+
camera.h: add CAMERA_COLOR_EFFECT_NONE define<br />
177+
idd.h:</p>
178+
<ul>
179+
<li>add <em>MeasureNb</em>, <em>DeltaDelayUnit</em> and <em>DeltaDelayValue</em> fields in <em>IDD_ConfigTypeDef</em> structure<br />
180+
</li>
181+
<li>rename <em>PreDelay</em> field to <em>PreDelayUnit</em> in <em>IDD_ConfigTypeDef</em> structure</li>
182+
</ul>
183+
<h2 id="backward-compatibility-5">Backward Compatibility</h2>
184+
<p>This release breaks compatibility with previous versions.</p>
185+
</div>
186+
</div>
187+
<div class="collapse">
188+
<input type="checkbox" id="collapse-section7" aria-hidden="true"> <label for="collapse-section7" aria-hidden="true">V2.2.0 / 09-February-2015</label>
189+
<div>
190+
<h2 id="main-changes-13">Main Changes</h2>
191+
<p>Magnetometer driver function prototypes added (magneto.h file)<br />
192+
Update “idd.h” file to provide DeInit() and WakeUp() services in IDD current measurement driver</p>
193+
</div>
194+
</div>
195+
<div class="collapse">
196+
<input type="checkbox" id="collapse-section6" aria-hidden="true"> <label for="collapse-section6" aria-hidden="true">V2.1.0 / 06-February-2015</label>
197+
<div>
198+
<h2 id="main-changes-14">Main Changes</h2>
199+
<p>IDD current measurement driver function prototypes added (idd.h file)<br />
200+
io.h: add new typedef enum IO_PinState with IO_PIN_RESET and IO_PIN_SET values</p>
201+
</div>
202+
</div>
203+
<div class="collapse">
204+
<input type="checkbox" id="collapse-section5" aria-hidden="true"> <label for="collapse-section5" aria-hidden="true">V2.0.0 / 15-December-2014</label>
205+
<div>
206+
<h2 id="main-changes-15">Main Changes</h2>
207+
<p>Update “io.h” file to support MFX (Multi Function eXpander) device available on some STM32 boards</p>
208+
<ul>
209+
<li>add new entries for <em>IO_ModeTypedef</em> enumeration structure</li>
210+
<li>update the <em>IO_DrvTypeDef</em> structure</li>
211+
<li>Update all return values and function parameters to uint32_t</li>
212+
<li>Add a return value for <em>Config</em> field</li>
213+
</ul>
214+
<h2 id="backward-compatibility-6">Backward Compatibility</h2>
215+
<p>This release breaks compatibility with previous versions.</p>
216+
</div>
217+
</div>
218+
<div class="collapse">
219+
<input type="checkbox" id="collapse-section4" aria-hidden="true"> <label for="collapse-section4" aria-hidden="true">V1.2.1 / 02-December-2014</label>
220+
<div>
221+
<h2 id="main-changes-16">Main Changes</h2>
222+
<p>gyro.h: change “__GIRO_H” by “__GYRO_H” to fix compilation issue under Mac OS</p>
223+
</div>
224+
</div>
225+
<div class="collapse">
226+
<input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V1.2.0 / 18-June-2014</label>
227+
<div>
228+
<h2 id="main-changes-17">Main Changes</h2>
229+
<p>EPD (E Paper Display) driver function prototype added (epd.h file)</p>
230+
</div>
231+
</div>
232+
<div class="collapse">
233+
<input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V1.1.0 / 21-March-2014</label>
234+
<div>
235+
<h2 id="main-changes-18">Main Changes</h2>
236+
<p>Temperature Sensor driver function prototype added</p>
237+
</div>
238+
</div>
239+
<div class="collapse">
240+
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 18-February-2014</label>
241+
<div>
242+
<h2 id="main-changes-19">Main Changes</h2>
243+
<p>First official release with Accelerometer, Audio, Camera, Gyroscope, IO, LCD and Touch Screen drivers function prototypes</p>
244+
</div>
245+
</div>
246+
</div>
247+
</div>
248+
<footer class="sticky">
249+
For complete documentation on <mark>STM32 Microcontrollers</mark> , visit: <a href="http://www.st.com/STM32">http://www.st.com/STM32</a>
250+
</footer>
251+
</body>
252+
</html>
Lines changed: 2 additions & 0 deletions
Loading
Lines changed: 2 additions & 0 deletions
Loading
Loading

0 commit comments

Comments
 (0)