Part Number: AM2634
Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
1. When cpsw uses RMII mode, as shown in the following figure, it cannot generate RMII pin-initialization code, but only generates MDIO and MDC initialization code.
Solution: Write your own pin initialization code.


2. When cpsw uses RMII mode, clock output is enabled by default, while refclk is generally provided by PHY, and the two output clocks at the same time, resulting in abnormal clock signals.
Workaround: Add code to shutdown clock output.

Summary: This problem has stuck me for a long time, without considering it to be a syscfg bug. Compared with the previous C2000 code, syscfg has a lot of bugs. I hope TI can improve the code quality.

