• Multithread with 8051
    Hi there, Does anyone know if it's possible to rum multiple threads on 8051 mocrocontroller? Thank you.
  • AGSI library and multithreading
    So question is short and simple. Is AGSI library a threadsafe library? I need to create a dll for uVision5, that would work in 2 threads in parallel. Thanks for help :)
  • Need of fflush in multithreaded program
    Hi, We have a application containing multiple thread. File operations are handled in multiple threads. Will the fwrite() return only after sending the data to the lower driver or do we need to invoke...
  • ARM M4 to BLUEGIGA module, Multithreading, and Data Buffering
    Hello, I am looking for information about programming an ARM M4 firmware to basically broadcast serial information to a bluegiga WF121-A wifi module. My device will receive 2 serial inputs and I want...
  • Operator ":"
    Hi, I saw this expression in a header file, and I don't know what ":" means, will you please tell me. unsigned char variable : 2; thanx