• 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...
  • 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...
  • 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...
  • 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...
  • RTX_Config.c file for Luminary LM3S6965 Cortex-M3
    I plan to use the Luminary LM3S6965 Cortex-M3 processor running the RTX RTOS. For using it, one should create/configure the RTX_Config.c file, specifically for the target device (LM3S6965). How should...