Hello Forum,
Im porting a working project from the RA6M4 to the RA8M1 dev board. I have been struggling with the setup and getting the wired ethernet to work. I have fallen back to trying to get a standard Renesas provide sample application to run to prove out things. I have tried the DHCP server and FTP server and all fail the same way for me. As I step though the code in the sample projects I get responses back from the calls to bring the ethernet up all coming back largely as 0, until it does the check status = nx_ip_status_check(&g_ip0, NX_IP_LINK_ENABLED, ¤t_state, WAIT_OPTION_NETWORK_RETRY); This comes back with 0x43 basically NX not connected. Maybe I have a defective RA8M1 board, but I am hoping that is not the case.
With 5.6.0 on the RA8M1 boards has anyone else ran into any wired ethernet issues?
I see the RA8M1 is using a Renesas PHY. Has anyone who has gotten this to work or maybe needed to change the pin setup for this board. Im going to go though the schematic and driver config next and make sure its properly hooked up. I'm very surprised this does not work out of the box like most all of the other dev boards and sample code Renesas provides. if anyone has any ideas here please let me know.
I was tempted to install a 5.5.0 fsp. When I try to install this the installer wants me to use a different location instead of where the 5.6.0 is installed. Is there a way to add the older fsp's onto a newer one with out having to uninstall all FSP and reinstalling them all oldest first?
Thank you for any help and ideas.