• RTX RTOS license
    Hello, A lot of info is out there and it makes me confused, so I just want to be sure and maybe someone can explain and provide information for this question: If I do not have any ARM license or product...
  • Which component is missing here?
    I am getting this error message in the component viewer To m it seems that it says that the RTX5 Kernel itself is missing, which cannot be. Or do I have the wrong version. The error message says...
  • 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:...
  • Starting at address other than 0
    Hi, I'm using Keil v4 along with Cortex M4 (in this casa Freescal's K40) I have to create a project that will be linked and executed at address grater than 0 (0x400 to be exact). It will help...
  • BSD recv() with RTX
    I am trying to understand the recv(),  it is stated that: " In blocking mode, which is enabled if the system detects RTX environment, this functions waits for received data. The argument buf is a pointer...