• Is this safe
    Is it safe to cast a null to struct just to get the size: Example: sizeof(((MEMORY_STRUCT*)0)->GWCD.sid) Thanks JD
  • RL-USB + FFS thread safe?
    Hello, I know that RL-TCP is not reentrant but can I safely access a USB flash file system from multiple RTX tasks? Thanks.
  • safe sprintf
    Hi, Unfortunately it seems that Keil brings only the standard version of sprintf which ist not safe against Buffer Overflows. So I am looking for a safe version (like snprintf from libsafe). Can...
  • Microlib removing issue
    Hi everyone, I'm developing a project with lpc2478. Trying to access usb with fopen() it's always return error (even if i init, explore and format the usb correctly); searching around I read that...
  • RTX: thread-safe queues?
    Hi All, Apologies for what may be a newbie question. We're evaluating whether to use RL-ARM / RTX on a STM32F10x. It seems like a good value, but queues seem noticeably missing. I imagine...