...
Set the N6Cam switch to development mode
Plug the STDC14-STDC14 flat cable to connect the STLink and the N6Cam
Plug the N6Cam and the STLink to your host machine
Open the STM32CubeProgrammer (if closed):
Configure the external loader:
(1) Go to the “External loaders” tab
(2) Search for
STM32N6
(3) Select the
MX66UW1G45G
loader
Connect to the device:
(1) Select “ST-LINK” from the dropdown menu
(2) Configure the device as shown:
Hot plug
mode, withSoftware reset
, for access port1
(3) Click “Connect”
Flashing the firmware:
(1) Go to the “Erasing & Programming” tab
(2) Browse for the binaries and (3) configure the start address as follows:
FSBL:
Image:
<ROOT>\Binaries\Siana.N6Cam.BSP.FSBL.signed.bin
Address:
0x70000000
Standalone:
Image:
<ROOT>\Binaries\Siana.N6Cam.BSP.Standalone.signed.bin
Address:
0x70080000
(4) Click “Start Programming”
Flashing the AI model:
(1) Go to the “Erasing & Programming” tab
(2) Browse for model binaries:
<ROOT>\Sources\Model\network_data.hex
Note: Since this is a hex file you don’t need to set the target address(3) Click “Start Programming”
Disconnect both the N6Cam and the STLink from the host machine
Set the N6Cam to operation mode
...