• Vision3 V3.05c and Visual Source Safe 8
    The Keil supports the version control with Visual Source Safe 8? If yes, how can I do this?
  • VSS 2005 Support in uVision3
    I have a problem to integrate VSS 2005 (Visual SourceSafe version 8) to uVision. VSS 2005 request to set the SSDIR environment variable before execution of the program. The problem is that when I add...
  • 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
  • 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...
  • 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...