This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 in my config wizard.

Can anybody help me why i am getting this system error ?

Thanks

Parents
  • Hi (yes me agin),

    I use the preview last b4 and it look ok

    i try help you and it is bad trouble 4 me.

    I got the same error and in line it compiled ok like this

     integerLastPacekIdentity = Add_up_characters(24/integerSizeBuffer);
    

    but it freezed when i connect. so i had to change like this

     integerLastPacetIdemtity = Add_up_characters(22/integerSizeBuffer);
    

    and it worked

    you have same problem?

Reply
  • Hi (yes me agin),

    I use the preview last b4 and it look ok

    i try help you and it is bad trouble 4 me.

    I got the same error and in line it compiled ok like this

     integerLastPacekIdentity = Add_up_characters(24/integerSizeBuffer);
    

    but it freezed when i connect. so i had to change like this

     integerLastPacetIdemtity = Add_up_characters(22/integerSizeBuffer);
    

    and it worked

    you have same problem?

Children
No data