Tool/software:
We are currently working on implementing EtherNet/IP Adapter functionality on our custom board.
The PHY device we are using is .CUST_PHY_dp83867
For further background, please refer to the "Original question".
We are using a custom board based on AM64x and the Industrial SDK, and our implementation is based on a sample project provided in response to our "Original question".
On our design, GPIO1_18 (V1) and GPIO1_19 (W1) are needed for other purposes as general-purpose outputs (GPO).
However, these pins are assigned to SYNC and LATCH signals for the TimeSync feature, which creates a conflict.
Since we do not plan to use the TimeSync functionality, is it safe to repurpose GPIO1_18 and GPIO1_19 for other uses?
Are there any potential issues or side effects we should be aware of (e.g., PRU firmware behavior)?