STM32C5 RMII configuration using STM32CubeMX2 and the ETH1_CLK pin problem
Hello,
In the STM32CubeMX2 v1.0.1, I've noticed an issue with the ETH1 peripheral configuration in RMII mode. The application forces the PA_10 pin to be used as ETH_CLK, even though I want to use the clock generated by the PHY and supply it to the PA_1 pin (ETH_REF_CLK). In my project, the PA_10 pin is already used.
The question is, is the ETH_CLK signal on the PA_10 pin necessary in RMII configuration and should I redesign the project, or is this the STM32CubeMX2 issue ?
Best regards
