![]() |
RTOS Tasks - SC12 @CHIP-RTOS V1.10IPC@CHIP Documentation Index RTOS API News
The RTOS itself creates a set of tasks used to support the IPC@CHIP services.
Your application programs will be executing concurrently with these built-in
tasks. The fact that these RTOS tasks exists is particularly relevant when
you choose priorities for your own application program's tasks.
TCPT priority= 4 TCP/IP timer task ETH0 priority= 5 Ethernet receiver task PPPS priority= 6 PPP server (PPPSERVER ENABLE) PPPC priority= 6 PPP client (PPPCLIENT ENABLE) CFGS priority= 7 UDP config server TELN priority= 11 Telnet server (TELNET ENABLE) MTSK priority= 12 Console task (command shell) WEBS priority= 41 Web server (WEB ENABLE) FTPS priority= 41 FTP server (FTP ENABLE)
Related Topics
End of document |