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 vdaanen

  1. V

    GPIO driver supporting interrupt on input

    Hi guys, I have to select a motherboard with GPIO. The GPIO shall be supported by the linux kernel (writing the driver is not an option) and the driver shall support interrupt on input changes (/sysfs/class/gpio/../edge shall exist when a IO is exported as input). Where can I find a list of...
  2. V

    [SOLVED] Project to replace CY7C64613 in the ICD2

    potyo, just to be sure, the pic 16F is a pic 16f877 or a 16f877A ? thx V
  3. V

    [SOLVED] Project to replace CY7C64613 in the ICD2

    Hi guys, potyo posted 2 shematics and boards. which one should I make ? and what are the differences (supported pic, ?? ) Thx Vince
  4. V

    Explanation of a C code: pp, &sPID, memset

    avr221 code PID is a structure (a way to pack variables and give them a name), *pp means that when calling the function, you pass the adress of the structure, not the data. It is used because pp will be modified. memset sets 'sizeof(PID)' (3rd arg) 0 (2nd arg) in the memory located a pp (1st...
  5. V

    ICD2-clone and pic 12F683

    12f683 icd2 Hi guys, I have a small project in which one there is a 12F683. I want to make an icd2-clone but I would like to be sure it will program this pic ! Is there someone that has already succed in programming a 12F683 with a icd2-clone (16F877A & 18F4550) ? Thanks Vince

Part and Inventory Search

Back
Top