• e-mail on post
    Should the "Send me an e-mail message when someone posts to this thread" option work for all threads? It seems only to work only if I am the root message to the thread.
  • E-mail addresses on this forum
    Is there a real need to list poster's e-mail addresses on this forum? I'm asking about this so that we can correctly update our privacy policy and additionally, so we can prevent spam. What do you...
  • Mailed error on saturday - now we wait
    Mailed error on saturday - now we wait
  • Validating my code memory
    Hi, I am presently trying to validate the contents of my code memory, so i can perform a CRC check on every startup of my unit. I know the size of code memory in bytes and was wondering if Keil can support...
  • 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...