Hi,
I'm using Ethernet communication with my K70 over MQX 3.8.1. My ethernet configuration should be:
#define ENET_IPADDR IPADDR(10,4,33,50)
#define ENET_IPMASK IPADDR(255,255,240,0)
#define ENET_IPGATEWAY IPADDR(10,4,32,254)
But if the second number of IP Address is the same that the second number of IP Gateway Adress (in my IP configuration is '4') my application doesn't run correctly. If these numbers aren't equals, my application run perfectly.
Can anyone help me?
Thank you very much in advance,
Ángel G.