Hi,
I'm using EK RA8M1 to test out the aws_https_client_ek_ra8m1_ep example which fails to connect to internet, using fsp 5.7.0
Upon compiling and running the project, the following occurs (J61 jumper is removed)
00> -------------------------------------------------------------------------------- 00> Ethernet adapter Configuration for Renesas EK-RA8M1: Pre IP Init 00> -------------------------------------------------------------------------------- 00> ... 00> Ethernet adapter for Renesas EK-RA8M1: 00> Description : Renesas EK-RA8M1 Ethernet 00> Physical Address : 00-11-22-33-44-54 00> DHCP Enabled : No 00> IPv4 Address : 0.0.0.0 00> Subnet Mask : 255.255.255.0 00> Default Gateway : 0.0.0.0 00> DNS Servers : 0.0.0.0 00> Waiting for network link up...
But the link never comes up, no matter how long I wait. The same issue occured with fsp 5.6.0 btw.
Testing with NetX_https_client_ek_ra8m1_ep results i proper connection
00> INFO : ADC module initialization successful. 00> 00> 00> INFO : Checking for Ethernet link... 00> 00> 00> INFO : Acquired the IP address via DHCP successfully! 00> 00> 00> Successfully pinged DNS Server : 10.0.0.1 00> 00> 00> INFO : Getting IP from Adafruit Server... 00> 00> 00> DNS lookup is successful and the IP address of the Adafruit server is : 52.54.163.195 00> 00> 00> INFO : HTTPS Client is connected to the server successfully! 00> 00> 00> HTTP Client address is : 10.0.0.236 00> 00> 00> INFO : Adding an initial data on the feed... 00> 00> 00> INFO : Processing Post Request.... 00> 00> 00> INFO : Posted initial data on the feed successfully! 00> 00> 00> HTTPS Menu Options: 00> 1.POST Request 00> 2.PUT Request 00> 3.GET Request 00> User Input: 00>
Similarly NetX_dhcpv4_client_ek_ra8m1_ep also operates as expected
00> INFO : Network Initialization completed successfully. 00> 00> 00> INFO : Checking Ethernet Link... 00> 00> 00> INFO : Ethernet link is up. 00> 00> 00> INFO : DHCP client is running. 00> 00> 00> INFO : DHCP client is assigned an IP address. 00> 00> 00> DHCP Client address is : 10.0.0.236 00> 00> 00> DHCP Server address is : 10.0.0.1 00> 00> 00> INFO : Successfully Pinged DHCP Server. 00> 00> 00> Lease time(in ticks) : 4320000 00> 00> 00> INFO : DHCP Client is reinitializing... 00> 00> 00> INFO : DHCP client restarted. 00> 00> 00> INFO : DHCP client is assigned IP address lease for second time. 00> 00> 00> Successfully pinged DNS Server : 10.0.0.1 00> 00> 00> Successfully pinged DNS gateway : 10.0.0.1 00> 00> 00> INFO : Released IP address back to Server. 00> 00> 00> INFO : DHCPV4 Client EP completed. 00>
No modification to code was done, examples were just compiled and loaded onto the device J61 was not populated. Any idea what is wrong with aws_https_client_ek_ra8m1_ep example and how to fix it?