• 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...
  • RTX RTOS with IDE other than MDK
    Hello, I am a bit confused with some issues around RTX and would be grateful if one can help me to understand them. 1. Assume I want (or better said my boss wants ) to use RTX outside MDK, for example...
  • Keil CMSIS RTX bootloader
    I am stuck at booting keil RTX with a boot-loader jumping. When the RTX application is loading but it goes into hard fault from svc2_3 message get keil rtx. I didn't write explicitly define SVC handler...
  • 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:...