Skip to main content
Yoel Polak
Associate
May 24, 2018
Question

Connecting two image sensors to an STM32F69

  • May 24, 2018
  • 1 reply
  • 766 views
Posted on May 24, 2018 at 11:13

We're working on a project in which we've connected an image sensor to the STM32 DCMI.

I'm now planning the next project, in which I want to connect two sensors, where only one should be active an any given moment, but the switch between them must be fast (~100ms time to image).

My thought was to connect the sensors to two different sets of pins that can function as DCMI, and changing the pins configuration from GPIOs to DCMI and vice-versa according to need. This will save the need for muxs/switches, and I can have both sensors powered at the same time.

Does this sound reasonable? would the DCMI require a restart, or the entire MCU?

Thanks,

Yoel

    This topic has been closed for replies.

    1 reply

    Yoel Polak
    Associate
    May 24, 2018
    Posted on May 24, 2018 at 12:53

    Thanks T J.

    As I've mentioned I'm trying to avoid the use of switches of any kind. My goal is to work with the DCMI configuration only.