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 panda1234

  1. P

    LED blinking with Intel Pentium 4

    I'm be able to design PCB in 4 or 6 layers can you help me for design it's schematic?
  2. P

    LED blinking with Intel Pentium 4

    Hi, I have an Intel Pentium 4 and i want to design minimum circuit that is require for read instruction for example blinking LED. please guide me
  3. P

    Why FPGA's Frequency lower than ASIC CPUs?

    Hi, I have a question Why FPGA's Frequency lower than ASIC CPUs? for example a good frequency in FPGA is 300MHz but in CPU we have 3.4GHz
  4. P

    [SOLVED] DS1820(Temp.Sensor) with ATMEGA32A Problem

    This is final code: /******************************************************* This program was created by the CodeWizardAVR V3.12 Advanced Automatic Program Generator © Copyright 1998-2014 Pavel Haiduc, HP InfoTech s.r.l. http://www.hpinfotech.com Project : Version : Date : 7/12/2015...
  5. P

    [SOLVED] DS1820(Temp.Sensor) with ATMEGA32A Problem

    I think if you want to use more than one DS1820 with one wire you should select one of them and for this you can use: ds1820_select(addr) and for read_spd this is in codevision help: unsigned char ds1820_read_spd(unsigned char *addr) this function reads the contents of the SPD for the...
  6. P

    [SOLVED] DS1820(Temp.Sensor) with ATMEGA32A Problem

    I tried but didn't find my error!
  7. P

    [SOLVED] DS1820(Temp.Sensor) with ATMEGA32A Problem

    Here is library of DS1820: /* CodeVisionAVR C Compiler (C) 1998-2005 Pavel Haiduc, HP InfoTech S.R.L. Dallas Semiconductor DS1820 1 Wire bus temperature sensor functions */ #include <delay.h> #include <ds1820.h> struct __ds1820_scratch_pad_struct __ds1820_scratch_pad; unsigned...
  8. P

    [SOLVED] DS1820(Temp.Sensor) with ATMEGA32A Problem

    This is my Code: /******************************************************* This program was created by the CodeWizardAVR V3.12 Advanced Automatic Program Generator © Copyright 1998-2014 Pavel Haiduc, HP InfoTech s.r.l. http://www.hpinfotech.com Project : Version : Date : 7/9/2015 Author ...
  9. P

    [SOLVED] DS1820(Temp.Sensor) with ATMEGA32A Problem

    Hi, I tried to sense temp. with this sensor and my program work fine in proteus but in real on LCD shows: -9999.000000! Is there any difference between ds1820 and ds18b20?
  10. P

    How change this testbench for testing pipeline?(Verilog)

    Hi,I Changed testbench but it wasn't compile.why? `timescale 1ns/10ps module pipeline_mips__tb_basic; reg clk = 1; always @(clk) clk <= #1.25 ~clk; reg reset; initial begin reset = 1; @(posedge clk); @(posedge clk); @(posedge clk); #0.2...
  11. P

    Why this Program not work properly?(ATMEGA32A,SRF05)

    Thanks but I wrote new program without interrupt but still not work. :( /***************************************************** Project : Version : 1.0 Date : 9/12/2013 Author : Company : Comments: Chip type : ATmega32 Program type : Application AVR Core Clock...
  12. P

    How change this testbench for testing pipeline?(Verilog)

    No,Some name in Pipeline different as names in multicycle.
  13. P

    How change this testbench for testing pipeline?(Verilog)

    Hi, I have pipeline code of MIPS CPU and i have a testbench for multicycle CPU know i want to change it.How change testbench? module cpu(clock); input clock; //debugging vars reg [31:0] cycle; //IF vars wire [31:0] nextpc,IFpc_plus_4,IFinst; reg [31:0]...
  14. P

    Why this Program not work properly?(ATMEGA32A,SRF05)

    Hi, I bought a SRF05 and i write code below for measure distance but in LCD distance not show! can you help me? thanks (Sorry for my bad EN) /******************************************************* This program was created by the CodeWizardAVR V3.12 Advanced Automatic Program Generator ©...

Part and Inventory Search

Back
Top