IMX6 QUAD- Should NVCC_EIMx & NVCC_LCD be same voltage?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX6 QUAD- Should NVCC_EIMx & NVCC_LCD be same voltage?

978 Views
emilzachariageo
Contributor II

Hi Team,

In our new Dual camera project, we're interfacing 2 cameras with YCbCr-16 parallel interface to CSI1 and CSI2 ports of IMX6 Quad processor.

pastedImage_1.png

pastedImage_2.png

We're using 3.3VIO voltage for both of these camera signals.

So, NVCC_CSI, NVCC_EIM0, NVCC_EIM1, NVCC_EIM2 are all connected to 3.3V.

pastedImage_3.png

The OLED we wanted to connect had RGB-24 interface with 1.8VIO voltage.

So, we thought of connecting NVCC_LCD to 1.8V and use DISP0_DATA00 to DISP0_DATA23 signals and associated lock and sync signals which come under NVCC_LCD power group.

pastedImage_4.png

But when I set NVCC_LCD as 1.8V in Pins tool which I use for pin planning, a warning was shown mentioning "Power Group conflict".

pastedImage_5.png

Please explain to us why this warning.

Please confirm if we can use display signals at1.8VIO setting NVCC_LCD= 1.8V.

Thanks in advance.

Emil

Labels (1)
0 Kudos
4 Replies

859 Views
igorpadykov
NXP Employee
NXP Employee

Hi Emil

NVCC_CSI, NVCC_EIM0, NVCC_EIM1, NVCC_EIM2 can be powered by different
power supplies, warning "Power Group conflict" appears since signal names may
be misleading and power is defined by used pad. It is necessary to use
i.MX6DQ Datasheet Table 96. 21 x 21 mm Functional Contact Assignments "Power
Group" column.

https://www.nxp.com/docs/en/data-sheet/IMX6DQCEC.pdf 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

859 Views
emilzachariageo
Contributor II

Hi Igor,

So, can we connect cameras in 3.3VIO and display signals in 1.8V IO just by using required voltage at the respective pins' power group supply pins?

0 Kudos

859 Views
igorpadykov
NXP Employee
NXP Employee

Hi Emil

 

yes correct.

Best regards
igor

0 Kudos

859 Views
emilzachariageo
Contributor II

Thanks Igor.

0 Kudos