| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The X-CUBE-ISP package provides the functionnality to control and tune the
DCMIPP ISP present in the STM32N6x products.
It contains:
To take control of the DCMIPP ISP:
Getting started with X-CUBE-ISP Wiki article
This repository has been created using the git submodule command. Please check the instructions below for proper use. Please check also the notes at the end of this section for further information.
git clone --recursive https://github.com/STMicroelectronics/x-cube-isp.gitgit pull
git submodule update --init --recursiveREADME Content
MB1939 STM32N6570-DK board
6 camera modules are supported:
Note:
This package is compatible with the following tool version:
The STM32N6 does not have any internal flash. To retain your firmware after
reboot, you must program it in the external flash. Alternatively, you can load
your firmware directly from SRAM (dev mode).
In dev mode, if you turn off the board, your program will be lost.
Boot modes:
The X-CUBE-ISP/Projects/DCMIPP_ISP/Binary directory hosts the ISP IQTune prebuilt application which is the tuning application (running on the target) that allows to interact with the STM32 ISP IQTune application executed on the host computer and connected through usb.
Applications is available for MB1939 STM32N6570-DK board.
Make sure the boot switchs are in dev mode (BOOT1 is on the right side).
Double click on X-CUBE-ISP/Projects/DCMIPP_ISP/ISP_IQTune_App/STM32N6570-DK/STM32CubeIDE/.project to open project in STM32CubeIDE. Build and run with build and run buttons.
The software is natively compatible with the MB1854B IMX335 and STEVAL-66GYMAI VD66GY camera modules. Simply change the camera module and restart the software. No software reconfiguration is needed.
Note:
Make sure the STM32CubeProgrammer bin folder is added to your path.
STM32_SigningTool_CLI -bin STM32CubeIDE/release/STM32N6_ISP_IQTune_App.bin -nk -t fsbl -hv 2.3 -o STM32N6_ISP_IQTune_App-trusted.binMake sure the STM32CubeProgrammer bin folder is added to your path.
export DKEL="<STM32CubeProgrammer_N6 Install Folder>/bin/ExternalLoader/MX66UW1G45G_STM32N6570-DK.stldr"
STM32_Programmer_CLI -c port=SWD mode=HOTPLUG ap=1 -el $DKEL -hardRst -w X-CUBE-ISP/Projects/DCMIPP_ISP/Bin/STM32N6_ISP_IQTune_App-trusted.bin 0x70000000| Back | FazBrowse Home | New Git URL |