• What assumption does this code make? Is it acceptable?
    This is a snippet from a general-purpose library function that is (effectively) non-application specific and, by design, can make no assumptions about the context of the calling process. Hint: The...
  • What assumption does this code make? Is it acceptable?
    This is a snippet from a general-purpose library function that is (effectively) non-application specific and, by design, can make no assumptions about the context of the calling process. Hint: The...
  • acceptance id filter
    Hi, I am using freescale's HCS12 microcontroller. Can someone please explain what a CAN acceptance id filter is ? The data sheet doesn't seem to explain very well. The Module is CANIDMR0. Thanx...
  • BSD accept function
    Hi, I would like to use the BSD sockets, but the accept function seems unusable! It will block if I am using RTX. I am not using round robin, so if I make a call to accept the whole system will...
  • BSD accept function
    Hi all, I've been working for a while on a BSD server using KEIL MDK5 latest version 5.21a middleware. I'm using the multitask RTOS RTX in Round Robin mode. I'm using the common sequence task to...