Other Parts Discussed in Thread: AM2631
Hi,
I'm writing a bare metal program that uses the PRU-ICSS MII_MDIO module to make a manual transactions. I'd like to disable automatic polling for all PHY addresses.
I've read this from section 7.2.11.2.3 from the AM2631 technical reference manual Rev E
> Individual PHY's can be enabled or disabled for polling through the associated bit in the MDIO MDIO_POLL_EN_REG register.
However, in the Register Addendum Rev D., I don't see the MDIO_POLL_EN_REG register listed:
I've also checked the CSL_IcssMiiMdioRegs structure in source/networking/enet/hw_include/icss/V1/cslr_icss_mii_mdio.h from MCU+SDK 09.01.00 and didn't see that register listed.
Could I have advice on how to access this register if it exists in this module, or another way to disable polling on the module?
Thank you,
-Andy