Ethernet issue with the custom board

In the custom board while checking the ethernet pin we are facing the error with the ethernet all the pin of the EVK and our custom boards are same the only difference between the those two boards where the reset pin the EVK has the reset pin as 706 and our board has 404. i am trying the ethernet_ek_ra8m1 sample code it shows the network is down even after i connect the the ethernet which is working fine with the EVK,can you tell me how to configure the RESET pin in the sample code or why i am facing this issue


Parents Reply
  • Thanks. Still, you have not answered why e2studio doesn't show as an error if we configure pin P308 as MDC in Mixed mode.  Is it a bug or it is possible?

    We also want to know about reset pin configuration in FreeRTOS Aws https example code. Where the Reset sequence of PHY has been configured since we would like to configure P404 as a reset pin for PHY. We are suspecting whether reset sequencing is causing the issue.

Children
  • Dear  ,

    Yes, it is possible to configure different pins for Ethernet, which is why you are not seeing an error. e2studio allows flexible pin assignments based on the MCU's capabilities, which is why it does not flag an error when configuring P308 as MDC in Mixed mode. 

    Regarding the PHY reset pin in the FreeRTOS AWS example, any pin you configure in the Smart Configurator for PHY reset will be assigned automatically. There is no need to modify the code manually, as the generated configuration ensures the reset pin is set accordingly. Below image shows that how to configure the 706 as reset pin you have to give the symblic name of p404 to 706 it will get assigned.


    Additionally please check the FSP manual of ethernet phy RA Flexible Software Package Documentation: Ethernet (r_ether_phy)

    Let us know if you need further clarification.

    Best regards,

    GN_Renesas