• tcp_send function acting weird
    Hello, I use TCPNet for my ethernet connection. I have a buffer wich I pass through via the function tcp_send, when I change the values of this buffer right after I called the function, then I receive...
  • Bug about tcp_send function .......?
    every time my application runs to tcp_send function, it will run into sys_error() with the error_code: ERR_MEM_FREE(means release non existing memory block) and i don't know why?? any...
  • Shall the tcp_send function be used on the TCP server?
    Now I'm using RL-TCPnet on an embedded controller which acts as the TCP server. The server returns back different messages according to different messages sent by different clients. To return back the...
  • Cant execute ISR second time
    hello frens, i written code for UART0, where ISR execute when data received from serial port. void received(void) __irq { unsigned char i; i = U0RBR; UART0_SendByte(i+1); } but it...
  • 1 micro second time unit LPC2106
    Greetings, I would like to put the timer to interrupt the LPC2106 CPU on a multiple of 1 microseconds. I got success with a range of 1 millisecond, but at intervals of 1 micro the error is very large...