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.

0 commit comments

Comments
 (0)