• creating thread inside another thread
    Hi all, I am using lwip stack for my controller. Here i am creating a thread using function sys_thread_new("tcpecho_thread", FTP_thread, NULL, 4000, DEFAULT_THREAD_PRIO); Here thread is created...
  • The exact meaning of "thread count" in thread configuration
    The RTX RTOS provides users a configuration UI to configure RTOS parameters. In the configuration UI, there is a item called "Number of concurrent user threads" under "Thread configuration". What...
  • Dead thread
    Seems the maintainance work may have resulted in (or didn't solve) this dead thread: http://www.keil.com/forum/18375/ Just gives error 500.100.
  • Broken threads?
    There seem to be a number of broken thread at the moment: clicking the title from the thread list just gives a blank page. Or is it just me?
  • Mutli thread debugging
    Hi Guys, I'm using Keil V5.23 with CMSIS RTOS 2, and a STM32F373VCT6. I'm using the multi threading functions of the RTOS. My question is : is there a way to debug the threads in real time with KEIL...