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
Solved! Go to Solution.
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!
-----------------------------------------------------------------------------------------------------------------------
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!
-----------------------------------------------------------------------------------------------------------------------