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?