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 Mucit23

  1. M

    Verilog Simple Spi Code

    @ads-ee thank you for the replying I'm reviewing the code you wrote. I did not understand how the code works. Data <= {Data[6:0], 1'b0}; I did not understand what you were doing on this line. How do you shift out the data? The code failed at first. After some editing, it was compiled with...
  2. M

    Verilog Simple Spi Code

    Hi friends I've been doing research for a week. I have reviewed many codes on the internet, but they are very complicated. Before starting this application, I did flashing LED and a few simple applications. I'm testing it in real hardware. it works :) always @ (posedge Clkin) //1Khz...
  3. M

    Verilog Simple Spi Code

    Hi Friends I am trying to make a simple spi module with verilog. After I get the Enable signal, I want to send the 8 bit data in series. I've never worked with a verilog before. I wrote a simple code but I do not know how to generate the clock signal. this is my Code; `include "cypress.v"...
  4. M

    ADXL345 Value Problem?

    Hi friends, I'm using pic16F877 with ADXL345 Accelerometer. I'm running ADXL345 in I2C mode. I can communicate with the sensor. For example, when I read the registers DEVICE_ID, I'm reading the value 0xe5 When I read the data from the sensor, Every time I get the value 0x00. This is My...

Part and Inventory Search

Back
Top