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

Context of tcp callback functions.

I am using using RL-TCPNet without the RL-RTX multitasking library, in other words I am calling the Main_TcpNet() function at regular intervals within my code. Everything seems to be working ok, but I have a question:

Does the socket callback function get called from somewhere within the Main_TcpNet() function, or is it possible that it is called from a different context (ie from an interrupt or another task)?

I just need to know whether I need to be ensuring serial acces with global resources.

0