• event flag
    what are the definitions of each event flag bits
  • TCP RST FLAG
    Hi all, I've been testing one ethernet server device by a software client for a while. I'm using the BSD socket method. By sniffering with Wireshark, during some traffic sessions, the server send...
  • event flags on LPC23xx
    hi, i'am using rl-r tx and i have to synchronize four tasks. I read that i can use the event flags, where can find more specifications about this??? Is there a table that explain the mean of each...
  • BSPI - flags don't change
    I'm using the BSPI of the Str71x MCU to communicate with a network module. While simulating step by step it still works, but the flags of the CSR2 register don't change. While running the programm the...
  • RTX flags etc
    In the Keil help section it seems to imply that each task name gets its own individual 16bit flag ie. as in os_evt_set (0x0004, id2); and os_evt_set (0x0004, id3); if so, how does os_evt_wait_or (0x0004...