Boot config: LCD1_DATAxx as fuse override input at power up

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

Boot config: LCD1_DATAxx as fuse override input at power up

517 Views
huydt1
Contributor II

Hi,

I'm making new design with i.MX7D.

In my design, I do not use LCD1. So, I only connect to PU/PD resitors to configure boot at SDcard(SD1) or 8bit eMMC (SD3)

SDCard BOOT_CFG[15:12] = 0001; BOOT_CFG[11:10] = 00; BOOT_CFG[6:4] = 001

eMMC   BOOT_CFG[15:12] = 0010; BOOT_CFG[11:10] = 10; BOOT_CFG[6:4] = 010

I want to reduce number of resitors as few as possible,

External PU/PD resistor at only pin LCD1_DATA: 13 12 11 5 4, and other LCD1_DATA are floating

Is this solution ok?

 

Thanks and best regards,

Dinh Huy

Labels (1)
0 Kudos
2 Replies

420 Views
igorpadykov
NXP Employee
NXP Employee

Hi Dinh

if boot configs is verified, yes such solution also can be used.

Actually at reset LCD1_DATA are 100K Pull Downed according to

Table 96. Fuses and associated pins used for boot i.MX7D Datasheet
http://cache.nxp.com/files/32bit/doc/data_sheet/IMX7DCEC.pdf

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

420 Views
huydt1
Contributor II

Thank you for your support.

Best regards,

Dinh Huy

0 Kudos