• RL_TCP CRASHES
    Dear All I have created 3 tasks, this is task one it has a osPriorityBelowNormal for(;;) { main_TcpNet (); } This is task 2 it has a osPriorityHigh for(;;) { /* Timer tick every...
  • Renew and reconnect a new TCP connection
    Hello I configure my ARM as an Ethernet server and I open a desire port via tcp_listen and each loop I send data (before that I check "tcp_check_send () " and then start to transmit).my problem is when...
  • ping problem
    Hi... I am doing software development in ARM 7 in Keil Compiler. But I am facing a problem . I can not get successful reply for more than one device in a local lan network when I ping these all devices...
  • Ping Not working
    Dear all I have made a custom board based on stm32f407IGT6 and used the same schematics from keil MBCSTM32F400 board, I have written this simple program for testing PING, int main(void) { SysTick_Config...
  • Reconnect etherneth LPC1768 MDK-Pro v6.2
    When the network cable is disconnected and reconnected the LPC1768 does not return to the net, I'm currently using the MDK-Pro version 6.2. How I can reconnect the LPC1768 in these cases?