• ERR_MEM_ALLOC
    Hi, I am using RL-TCP library in my LPC2148 with RTL8019 as a ethernet controller. I am getting ERR_MEM_ALLOC error after some tcp activity. I have MEM_SIZE: Memory Pool size in bytes = 16384...
  • Problems using UDP (ERR_MEM_ALLOC)
    Hi, I have a negative effect while using UDP for sending data between my controller (NXP LPC2368)and PC. I use not the RTOS (anyway with RTOS i had the same problem)! I using two sockets with different...
  • RL-TCPnet - Send Frame
    Hi all, Anybody know how to use the send_frame function in RL-TCPnet ?
  • HTTP-server with SD-Card -> ERR_MEM_ALLOC
    I have created an application with a HTTP-server. The htm-files of the website are located on SD-card and the cgi-file on internal flash. When I open a frame-page (htm-file) with a browser which contains...
  • several interrupts
    hi, my code is too long so i put snapshot of my code #include<..........> . . . . . main() { ...... } void down(void)//down { ES=0; //disable serial ISR timer_flag=0; ph_sensor_error();...