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 Rustum

  1. R

    [ARM] Accessing port pin using bit-field structure.

    Hi, Thanks for your reply. Could you please help me with some reference code on how to do this. Just for refresh.... I have a 32 bit port register and I know its physical address. I want to access the register and modifying individual bits of it through the structure. Thanks in advance.
  2. R

    [ARM] Accessing port pin using bit-field structure.

    Hi All, I am trying to access a port pin using bit-field structure.I do not have very much expertise in embedded C. All I am doing is below.Please advice. typedef union { unsigned char Byte; struct { unsigned char bit0 : 1; unsigned char bit1 : 1...
  3. R

    Verilog code Error in ISIM

    Hi friends, Thank you so much for your support. I got some success and able to fix the issues. Now I have one doubt stated below,Kindly help me to fix it out- -------------------------------- output reg mosi, output reg cs, output reg sclk, output reg [7:0] dout...
  4. R

    Verilog code Error in ISIM

    `timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 19:18:28 09/24/2016 // Design Name: // Module Name: SDIO_M // Project Name: // Target Devices: // Tool versions: // Description: //...
  5. R

    Verilog code Error in ISIM

    Hi all,, I am getting the following error in mode code.What are the possible causes for it? HDLCompiler:31 - "C:/Users/gyan.CYSEMI/Documents/PSoC Creator/SDIO_MASTER/SDIO_M.v" Line 123: <idle> is already declared. ERROR:HDLCompiler:31 - "C:/Users/gyan.CYSEMI/Documents/PSoC...

Part and Inventory Search

Back
Top