Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by webmegamaster

  1. W

    what is the difference between macro and the inline function

    Re: c 1. macros are processed by the preprocessor while inline functions are processed by the compiler. 2. macros are marginally faster 3. Arguments for inline functions are typed, therefore compiler can apply some type checking to that function calls. Macro isn't type checked and does not...
  2. W

    How to bring a task to idle using C function?

    how will u bring a task to idle using C function?
  3. W

    What is the difference between analog and digital transmission?

    What is the Difference between Analog and Digital Transmission?
  4. W

    Semaphore inside an ISR?

    semaphore in isr can we use semaphore inside an ISR? if so, how?
  5. W

    Can a kernel be pre-empted?

    I have an doubt Can a kernel be pre-empted? if so, how?
  6. W

    What is the difference between Task & Process?

    What is the difference between Task & Process? I would like to know about that in detail.

Part and Inventory Search

Back
Top