376
NXPTM M522XX, KINETIS and i.MX RT / Re: New Service Pack SP8 with USB support
« on: September 24, 2008, 12:26:16 PM »
Hi mark,
With SP8 I am trying the ethernet module again, and noticed that Full Duplex led is not on. When I run my old application (prior to sp8) it comes on (the 100MB is on ok). I am using the same NETWORK_PARAMETERS on both projects.
static const NETWORK_PARAMETERS network_default = {
(LAN_100M | FULL_DUPLEX | RX_FLOW_CONTROL),
{0x00, 0xcf, 0x52, 0x23, 0x00, 0x00},
{ 192, 168, 0, 3 }, // ucOurIP - our default IP address
{ 255, 255, 255, 0 }, // ucNetMask - Our default network mask
{ 192, 168, 0, 1 }, // ucDefGW - Our default gateway
{ 192, 168, 0, 1 }, // ucDNS_server - Our default DNS server
};
Neil
With SP8 I am trying the ethernet module again, and noticed that Full Duplex led is not on. When I run my old application (prior to sp8) it comes on (the 100MB is on ok). I am using the same NETWORK_PARAMETERS on both projects.
static const NETWORK_PARAMETERS network_default = {
(LAN_100M | FULL_DUPLEX | RX_FLOW_CONTROL),
{0x00, 0xcf, 0x52, 0x23, 0x00, 0x00},
{ 192, 168, 0, 3 }, // ucOurIP - our default IP address
{ 255, 255, 255, 0 }, // ucNetMask - Our default network mask
{ 192, 168, 0, 1 }, // ucDefGW - Our default gateway
{ 192, 168, 0, 1 }, // ucDNS_server - Our default DNS server
};
Neil

