Any possible ways to view PHY registers in MCUXpresso IDE

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

Any possible ways to view PHY registers in MCUXpresso IDE

Jump to solution
431 Views
monisha_d
Contributor II

Hi there,

We are having a custom board of IMXRT1024 series connected with PHY KSZ8081RND. With the help of peripherals view in MCUXpresso IDE, we are able to look at the chip's registers status. Also, we are aware that these registers of the PHY transceiver are mapped to a particular address in MCU. But is there any way to look at the status of the PHY registers in the IDE by that mapped address?

Thanks,

Monisha 

ENET registers of MCUENET registers of MCU

Tags (2)
0 Kudos
1 Solution
415 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @monisha_d ,

  As you know, the PHY is not the RT on chip IP, so it can't be checked directly.

But you can read the PHY register through the code, and use the printf to print it out to check it.

 

Wish it helps you!

Best Regards,

Kerry

View solution in original post

2 Replies
344 Views
monisha_d
Contributor II

Hey Kerry,

Yes, I did what you told and its working.

Thanks for reaching out.

 

Regards,

Monisha 

416 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @monisha_d ,

  As you know, the PHY is not the RT on chip IP, so it can't be checked directly.

But you can read the PHY register through the code, and use the printf to print it out to check it.

 

Wish it helps you!

Best Regards,

Kerry