• Why does osGetMessageQueue in a thread result in host buffer overflows?
    I have multiple threads that try to read from a message queue via osMessageQueueGet(MsgQueue, &msg, NULL, 0U) The Event Recorder show me very frequent "Host Buffer Overflows". According to https:...
  • Between osKernelInitialize() and osKernelStart()
    Hi. Is it possible to use osDelay() between osKernelInitialize() and osKernelStart()? I ran osMutexCreate () after osKernelInitialize (). Is it possible to use osMutexWait() before osKernelStart(...
  • Why is my System Analyzer only updating when I stop the code execution?
    My System Analyzer works but I can only see the progress when I stop the execution. I thought this was normal and now got another project from a fellow developer where it happens in real time. What could...
  • My threads don't appear on Keil uVision's RTOS watch
    I'm using Keil uvision with RTX5 RTOS and for some reason I can't see the threads I'm creating in the RTOS watch... I can only see the built in rtx idle thread and timer thread... I've tested my threads...
  • Why are some threads marked as "read only"?
    They do not allow posting.