• 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...
  • RTX CAN Acceptance Filter
    How can I use CAN Bus acceptance filtering with the RL-ARM library? Is there any example available (for MCB2300 board)?
  • CAN Acceptance Filter Error
    Hi! I'm with a problem in CAN Acceptance filter. I've configured all LUT registers ok, but when I run the program I receive 2 or 4 messages filtered and then CAN stops to accept any messages! ...
  • LPC23xx.h for CAN with acceptance filter
    I am doing a small project with CAN in LPC23xx.h series. The data is transmitted with CAN tx but it get stuck up for CAN rx interrupt.I checked the example it does not work in acceptance off mode rather...
  • 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...