We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.