• Can a RTX task mail itself?
    Is it possible to for a task to send mail to itself? example: /* Wait for mail (actions) to arrive from other tasks */ WaitResult = os_mbx_wait(gsm_mailbox, (VOID**)&gsm_actionP, MS_TO_SYS_TICKS...
  • Can a RTX task mail itself?
    Is it possible to for a task to send mail to itself? example: /* Wait for mail (actions) to arrive from other tasks */ WaitResult = os_mbx_wait(gsm_mailbox, (VOID**)&gsm_actionP, MS_TO_SYS_TICKS...
  • E-mail address of KEIL support ?
    Where is possible really get support from KEIL ?
  • E-mail address of KEIL support ?
    Where is possible really get support from KEIL ?
  • Timestamp of compilation
    I was searching for a way to include a timestamp in during compilation/preprocessing. I found the famous __DATE__ and __TIME__, however these are not suitable for version control, because the timezone...