• 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...
  • Is this code interrupt safe?
    Hi all, I check the assembly and I think that the call to interrupt_safe_assign_ulong (see below) is indeed interrupt safe but I am not sure (I am refering to the use of the static variable...
  • Finding Anti Log to base 10
    Is there any function available to find the anti log (base 10) of any given number. If not, then please guide how to find it using KeiL Compiler Mohit