2026-01-05 11:26 PM
Hello, I wanna use the development board STM32N6570-DK for taking a picture with MB1854B. i am quite new for DCMI and DCMIPP. i just want to read the image through the pipe1 of dcmipp but i dont know how to config the MCU in .ioc file. Can anyone explain or give me an example for that?
2026-01-06 12:00 AM
Hello @pawatJoy ,
You can follow the steps and configuration for DCMIPP examples based on STM32CubeMX:
You can also refer to the github example shows how to use the DCMIPP IP based on the STM32Cube HAL that can be used to build any firmware application:
2026-01-07 3:17 AM
Hello again,
i have read the AN6211 and walked through the code in DCMIPP_SnapshotDecimationMode. it appeared that it required #include "isp_api.h". in the main.h.
Where should i find that files and how do i install that in stmCubeIDE?
2026-04-02 10:37 AM
Hello
I was reading different questions about DCMIPP configuration to see if I could find an answer to my problem. I came across this question, it may be too late. Anyway, you should copy the ISP library into your porject: you can find it in C:\Users\username\STM32Cube\Repository\STM32Cube_FW_N6_V1.3.0\Middlewares\ST. The version of STM32CUBE_FW_N6 depends on the version you use in stmcubeMX. Also you have to copy the drivers in C:\Users\username\STM32Cube\Repository\STM32Cube_FW_N6_V1.3.0\Drivers\BSP. For camera module IMX335 you need: imx335
DM if you want the ioc configuration, I am not sure if it is completely correct, but it may help