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
Maybe you have a "memory leak" - ie, you don't always properly release memory when you've finished with it.
Or, maybe you've just underestimated your memory requirements?
Or, maybe you're allocating more memory than necessary
etc, etc,...
You have the code - You need to do some investigation
I got the same error and in line it compiled ok like this
<code> integerLastPacekIdentity = Add_up_characters(24/integerSizeBuffer); </code>
but it freezed when i connect. so i had to change like this
<code> integerLastPacetIdemtity = Add_up_characters(22/integerSizeBuffer); </code>
and it worked
you have same problem?
Please read the instructions on how to post source code: www.danlhenry.com/.../keil_code.png
and use the 'Preview' to verify it...
Hi, I got the same error and in line it compiled ok like this <code> integerLastPacekIdentity = Add_up_characters(24/integerSizeBuffer); </code> but it freezed when i connect. so i had to change like this <code> integerLastPacetIdemtity = Add_up_characters(22/integerSizeBuffer); </code> and it worked you have same problem?
Hey Bular Zelkar... Andy Neil will kill u :)
Are you really sure that you used the preview function to check that the post looked reasonable before posting?
View all questions in Keil forum