2025-06-24 11:03 PM
Hello everyone,
Can anyone guide/suggest, if we can connect 2 Camera of 8 MPx each with STM32N647A0.
Best Regards,
Sakshi
2025-06-25 3:30 AM
Hello,
Yes, it is possible to connect two cameras to the STM32N647A0.
The STM32N647A0 supports dual camera inputs by using the DCMIPP as the main interface and optionally DCMI for a second camera.
Important Considerations:
Camera Resolution and Data Rate
Each 8 MP camera produces a high data throughput. You need to verify:
- Whether the DCMI & DCMIPP can handle the data rate.
- The available memory bandwidth to manage two video streams simultaneously.
- The camera modules’ interface compatibility (e.g., parallel DVP or MIPI CSI-2).
- If the STM32N647A0’s memory and processing resources meet your specific application requirements.
Additionally, review STM32Cube firmware application for DCMIPP to understand single camera integration, which can help as a baseline for dual camera setup.
Regards,