Part Number: MCU-PLUS-SDK-AM263X
I want to map the PRU1 signal to the Ethernet PHY.
Here's a screenshot from the user guide:

Is there any example code to make the IO expander send a LOW signal to these muxes?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: MCU-PLUS-SDK-AM263X
I want to map the PRU1 signal to the Ethernet PHY.
Here's a screenshot from the user guide:

Is there any example code to make the IO expander send a LOW signal to these muxes?
You can take reference from ethercat beckoff ssc demo present in SDK:
examples\industrial_comms\ethercat_slave_beckhoff_ssc_demo\am263x-cc\tiescsoc.c
This file contain tiesc_socEvmInit function which contains the details.
Please Let me know if this helps.