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

use of RTOS in Http_demo

hi, whats the use of RTOS in Http_demo example for MCB1700?it is working without RTX kernal also so whats the difference?

  • This demonstrates how to use TCPNet within an RTOS environment. It shows that you don't need a seperate timer for timing generation of the stack and how you can run the TCP stack in a task.
    No magic, but a useful example for both use cases.