Part Number: F28M36P63C2
Other Parts Discussed in Thread: CONTROLSUITE
Hello,
I test F28M36 ControlSUITE ethernet uip demo. The desription is:
//*****************************************************************************
//! \addtogroup master_example_list
//! <h1>Ethernet GPIO control using uIP stack (enet_uip)</h1>
//!
//! This example application demonstrates controlling a GPIO pin using ethernet
//! communication. It makes use of the uIP TCP/IP stack.
//! A basic web site is served over the Ethernet port. The web site displays
//! a few lines of text, a Toggle LED button, an input to select an LED (6 or 7)
//! and a get status button. The user specifies which LED needs to be toggled
//! and presses the Toggle button. The user gets the status of the LED(ON or
//! OFF), by pressing the Get status button.
But when I try to access the web 169.254.254.169, there is no response. And when I ping this IP address, there is error too.
Could you help with it?
And is there any PC host software could control the GPIO through the ethernet? Or any detailed guidance about it?
Thanks