About Hardware General (USBC_n_HWGENERAL) in i.MX6Q.

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

About Hardware General (USBC_n_HWGENERAL) in i.MX6Q.

Jump to solution
601 Views
keitanagashima
Senior Contributor I

Dear All,

Hello.

I have a question about USB register in i.MX6DQ.

Refer to "PHYM" bit of "65.6.2 Hardware General (USBC_n_HWGENERAL)" in MCIMX6DQRM(Rev.2).

PHYM has 3 bits [8-6].

But, there are detail description of 4 bits PHYM.

Ex)

1000 IC-USB

1001 Software programmable - reset to IC-USB

1010 HSIC

1011 Software programmable - reset to HSIC

How many bits does PHYM have?

And, how should I think this bits?

Best Regards,

Keita

Labels (3)
0 Kudos
1 Solution
465 Views
igorpadykov
NXP Employee
NXP Employee

Hi Keita

for interpretation 4 bits one needs to use next field : PHYW,

example PHYM= 1010 HSIC

This means left 3 bits (101) are PHYM field [8:6] bits,

right bit (0) is most significant bit of PHYW field, that is bit 5 :

PHYM [8:6]=101

PHYW[5]=0

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
466 Views
igorpadykov
NXP Employee
NXP Employee

Hi Keita

for interpretation 4 bits one needs to use next field : PHYW,

example PHYM= 1010 HSIC

This means left 3 bits (101) are PHYM field [8:6] bits,

right bit (0) is most significant bit of PHYW field, that is bit 5 :

PHYM [8:6]=101

PHYW[5]=0

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 Kudos