• LEDSwitch Client did not work correctly
    the example LEDSwitch Client for MCB2300 did not work correctly in my MCB2378 board.it can be ping,but i can not connect to it by TCPServer. switch (protocol) { case TCP: socket_tcp = tcp_get_socket...
  • need help: the example LEDSwitch Client did not work correctly
    the example LEDSwitch Client for MCB2300 did not work correctly in my MCB2378 board.it can be ping,but i can not connect to it by TCPServer. switch (protocol) { case TCP: socket_tcp = tcp_get_socket...
  • question about LEDSwitch example
    I am using uVision 4.21 to run LEDSwitch example code on MCB 17oo board. I have build and download the code to the board. My PC TCP/IP setting is fixed ip address:192.168.0.100. The PC is connected...
  • Problems with exemple LEDswitch
    I'm trying to use the example program from Keil "LEDswith" however when I compile the program the error appears: . \ Obj \ LEDswitch.axf: error: L6002U: Could not open file .. \ .. \ .. \ .. \ RV31...
  • LEDSwitch example for ek-lm3s6965 board
    Hi LEDSwitch example for ek-lm3s6965 board is running ok when DHCP is not enabled. When enabled, program hungs up in sys_error() function in Net_Config.c. What could be wrong ?