Skip to main content
Associate II
February 6, 2026
Question

how to config DCMIPP with arducam imx335

  • February 6, 2026
  • 0 replies
  • 142 views

i am quite new for stm32n6, i am working with STM32N6570-DK with Arduino IMX335 . i just wanna make a simple snaphort using the project SnapshotDecimationMode (used with mb1854)as my reference. i can configured the camera via I2C and start the pipe. but the frame event did not interrupt. i think the causes of issue are

  1. power sequence: arducam has only power en pins unlike mb1854 which has reset and power enable pins.
  2. i configured something wrong about interrupt.

anyone can teach me the true way to config the camera with dcmipp interrupt?