CooCox LWIP demo
Page last updated
26 Jun 2012, by
Herson Bagay.
2
replies

Working on a newbie friendly tutorial to use CoOS RTOS with LWIP (offline support). Attached is a bin file demonstrating the CoOS RTOS with LWIP
network address
address 192.168.1.210
netmask 255.255.255.0
point your browser to the above address (assuming of course your home network is 192.168.1.0/24)
my board also has some GPS and wireless transceiver onboard for some application I'm building
/media/uploads/hzrnbgy/demo_bin.bin
2 comments on CooCox LWIP demo:
some description of the demo
LED1 - regular blink with delay (800ms ON 200 ms OFF) - taskA
LED2 - toggle due to TIMER2 interrupt (1000ms ON 1000 ms OFF) - taskB
LED3 and LED4 - hardware PWM, 20ms pulse per second
Can you post the source code?
I'm trying to get a DM9161 PHY working with mbed lwip+rtos - no success.
Perhaps CoOS + lwip will work after i modify it for the DM9161 PHY.
Please log in to post comments.
some description of the demo
LED1 - regular blink with delay (800ms ON 200 ms OFF) - taskA
LED2 - toggle due to TIMER2 interrupt (1000ms ON 1000 ms OFF) - taskB
LED3 and LED4 - hardware PWM, 20ms pulse per second