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 navnith

  1. N

    How to make a proper Header file in C that contains only my functions????

    Hi Arun, couple of issues you would need to address: 1. Always #ifndef defined alexan_e mail to avoid multiple inclusion. 2. If you want to define macros in header file, do it inside the #ifndef to avoid multiple definition. the best practice would be to have it in c file. 3...
  2. N

    difference b/n function call and interrupt call

    I guess most of the answers are already here. I will just add few more and surmise it. The entire base would be function call is predictive and interrupt is non predictive Interrupt occurs from HW or SW. The HW interrupts are non predictive with two kinds as maskable and...

Part and Inventory Search

Back
Top