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 Rog232

  1. R

    Very simple SPI Slave with VHDL (But have not worked)

    I certainly hope I have a pin to spare, would not want to go to all that trouble 8-O, :wink:
  2. R

    how to solve latch problem:

    Can you tri-state it? "ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ"
  3. R

    Very simple SPI Slave with VHDL (But have not worked)

    The article that I linked to talks about the micro and SPI slave (on CPLD) possibly going out of sync when only the clock and data lines are used. When the micro starts up it could put a clock pulse on the SPI slave and the SPI slave will then clock in one bit. When the real data byte is sent...
  4. R

    how to solve latch problem:

    Yes, try that... - - - Updated - - - Just to clear that up, you must have the when others=> part or you will get an error. Don't use null in it or you will make a latch.
  5. R

    Input PWM Signal to Other PIC

    If you want to be able to detect the PWM input clock edges, then use a pin that has "interrupt-on-change" capabilities (only available on PORT B I think)
  6. R

    how to solve latch problem:

    I think it might be the line when others=>null; This causes the previous output value to be latched.
  7. R

    Very simple SPI Slave with VHDL (But have not worked)

    The VHDL code for the SPI slave is even simpler if you use the slave select pin from the SPI master instead of trying to count the clock pulses. **broken link removed** contains two VHDL examples.
  8. R

    Arduino uno to be interfaced with an lcd

    I think that this is what you are looking for -> https://playground.arduino.cc/Code/GLCDks0108
  9. R

    siren sound by using 555 timer..

    Do you want to make a single tone that is a continuous 2kHz? I built a wailing siren circuit, but it uses two 555 timers. The tone changes up and down. You can find it at this website: **broken link removed** Are you wanting to use one 555 timer?

Part and Inventory Search

Back
Top