/
µC/POP3c Memory Requirements
µC/POP3c Memory Requirements
µC/POP3c only has one global variable in RAM: the response buffer (POP3c_Resp_Buf[]
) The amount of memory needed by this variable corresponds to the value of RESP_BUF_LEN
. See file pop3-c.h
for more details.
Concerning the calling task’s stack size, it should be larger than 128 bytes; a smaller stack could introduce run-time problems.
Related content
Sample Application
Sample Application
More like this
Installing µC/POP3c
Installing µC/POP3c
More like this
µC/POP3c Configuration
µC/POP3c Configuration
More like this
POP3c_MsgRetrieve()
POP3c_MsgRetrieve()
More like this
µC/POP3c
µC/POP3c
More like this
POP3c_Connect()
POP3c_Connect()
More like this