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 abdulsalam

  1. A

    [SOLVED] All Interview Questions - Open Thread - Please Contribute

    objective type questions in 8051 Big difference bw thread and process is that process has its on address space and threads dont have. threads in a process share resources.
  2. A

    which infinite loop is better ?

    some compilers generate warnings for while(1) loops.
  3. A

    [POLL] Program your FPGA?

    verilog cuz this is the only language for rtl writing that i know.
  4. A

    Experience about current SOC, MCU, MPU, DSP in Market

    ohci = open host controller interface. it is usb full/low speed host controller standard.
  5. A

    Experience about current SOC, MCU, MPU, DSP in Market

    i have used mgt5200. and have seen alot of problems during ohci debugging. Infact you can not debug your code after ohci is initialized.
  6. A

    What's wrong with the asynchronous counter? Pls advise...

    it would be helpful if you also log the signals at the clock inputs of the flip flops.
  7. A

    Help me to create a timer/clock which toggles after 20 seconds?

    20 minutes timer oops sorry i have written 20 seconds. actually i want delay of 20 minutes. i dont think with 555 timer this kind of clock can be created. Thanks.
  8. A

    Help me to create a timer/clock which toggles after 20 seconds?

    i need help in creating a timer /clock which toggles after 20 seconds. I dont want to use any programable chip ( MCU, PLD etc). Thanks in advance
  9. A

    What happens when thread gets the same mutex object multiple times?

    Re: RTOS THREADS for the difference between the mutex and semaphore following link may help **broken link removed**
  10. A

    Recommend me books fora a Embedded library

    Embedded Library embedded systems is vast field. Can you give the specific nature of your company. i.e. ASIC design or solutions on PCB? or some DSP related development. Added after 4 hours 18 minutes: you can visit the following link
  11. A

    Where to find references about PIC projects

    Re: help in PIC you can also find pic microcontroller project book in book upload download section.
  12. A

    What happens when thread gets the same mutex object multiple times?

    Re: RTOS THREADS well generally thread can acquire a mutex multiple times. but it will need to release the mutex the number of times it acquired it.
  13. A

    How to avoid glitch in a logic that selects CLK or CLK_invert?

    Re: glitch removal it would be helpful if you tell something more about your project
  14. A

    How to avoid glitch in a logic that selects CLK or CLK_invert?

    Re: glitch removal are there any higher frequency clocks available.?
  15. A

    help of motion detection + speed measurement

    thank you all for help. actually ihave good experience of PIC and ARM based microcontroller its that motion sensing which i have no idea. i am looking for something that is only on one side of moving object. something like radar but ofcourse not that expensive. i have tried google but did not...

Part and Inventory Search

Back
Top