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 Kaka_fsk

  1. K

    failed to write prom when programming

    The follwing Error always appear when programming. The sw I use is ise10.1, Anyone can tell me how to fix it? Thanks. Maximum TCK operating frequency for this device chain: 0. Validating chain... Boundary-scan chain validated successfully. '2': Erasing device... PROGRESS_START - Starting...
  2. K

    How to write c code to collect data using wifi card

    wifi c++ example code Hi, I am planning to write a code which will control wificard to communicate with other devices to do data transfer. Could anyone pls give me some example code or any hint about controling the wifi card ? Does Visual C++ have any ActiveX to do such work? Thanks in advance.
  3. K

    error when synchronizing a asynchronical signal

    Thanks for your reply, Ring0. The input violate the setup time according to the error report. Do you mean the post-route simulation can't take the debouncer into account, even in real life it works? Thanks.
  4. K

    error when synchronizing a asynchronical signal

    I am trying to synchronize an asynchronical control signal using the following verilog code: input clk; input start; output start_real; reg [3:0] start_shift; always@(posedge clk) begin start_shift <= { start_shift[2:0], start }; if (start_shift == 4'b1111) start_real <= 1'b1; else start_real...
  5. K

    Help with GPIB communication

    gpib explorer Hi, When I try to use NI GPIB explorer to communicate with my oscilloscope 5464a, an error "QUERY UNTERMINATED" is reported. I tried another oscilloscope 54621D, this error message is still reported. What's wrong? Anyone can help? Thanks.
  6. K

    labview to control agilent 54622D using RS232

    agilent 54622d rs232 Hi, I want to use labview to control Agilent 54622D. After downloading the driver ag546xx, I tried to run ag546xx Getting Started.vi but reported error: visa:(Hex 0xBFFF0015) Timeout expired before operation completed. It seems something wrong with serial communication...
  7. K

    conversion time and conversion frequency of ADC

    conversion time adc Could anybody explain what conversion time and conversion frequency of AD converter mean? Thanks.
  8. K

    FPGA power consumption

    Hi, can anyone introduce how to estimate FPGA's power consumption? Thanks.
  9. K

    Looking for appropriate ADC

    Hello, can anyone recommend an adc satisfying the following requirements. Thanks in advance. resolution: >= 12 bits power consumption < 500mW sampling rate: maximal 100Msps This ADC is used to sample a signal from 0.2 MHz to 30MHz
  10. K

    Why use FPGA not CPLD to interface high speed ADC

    Hi, guys, Having seen some examples which use FPGA to interface high speed ADC, I just would like to know why not use CPLD to the same job. What is the advantage of FPGA over CPLD in this job. Thanks. Karl

Part and Inventory Search

Back
Top