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

RL-TCPnet: UDP send/receive from seperate RTX task

Hello,

I'm using RTX + RL-TCPnet on an LPC1788 dev board.

I have the web server enabled and this is working great. In a separate task I have implemented a UDP protocol.

Nothing happens until the following sequence occurs:

All running fine.
UDP message received and validated in dedicated task.
UDP reply sent.
System Hard_faults with an INVPC flag set.

If I receive a message that does not get a reply nothing happens and I can keep receiving.

Is there any reason I would not be able to send and receive UDP packets from a task other than the main_TcpNet task?

Thanks.

M