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 sidharth.bolar89

  1. S

    [SOLVED] Proportional Integral VHDL code

    I was getting an error when i tried to initialize it ! Anyways I changed the code The following code is giving me satisfactory results! Thanks for your help library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ---- Uncomment the following...
  2. S

    [SOLVED] Proportional Integral VHDL code

    how do i initialize i?...coz i is a 32 bit vector...so how do we declare a constant of type bit_vector? n it shud b initialized only once i.e at the beginning of the code...after that it shud store the instantaneous values... we tried declaring a variable prev1 as follows n modified integral...
  3. S

    [SOLVED] Proportional Integral VHDL code

    I directly created test bench waveform(.tbw file) and the n according to the pattern wizard I applied a up counter to the feedback signal(fb) and simulated it directly using ISE simulator .The output only for P (proportional controller ) gives the expected output but with I(integrator) code...
  4. S

    [SOLVED] Proportional Integral VHDL code

    The simulation results give the output as undefined. I am not able to understand where I am going with the procedure. please help library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ---- Uncomment the following library declaration if...
  5. S

    lpc2148 -host controller

    thanks I know this might sound trivial but how should i exactly configure the external host controller chip to the lpc2148 board ? I am new to am programming and have understood the basic uart,lcd,ADC drivers and familiar with the SPI protool.
  6. S

    lpc2148 -host controller

    hello everyone can the lpc2148 be configured as a host controller? I?I believe i have to use an external host controller chip for that.. my question is should i stick to lpc2148 or use a higher version?
  7. S

    Str9 and lpc 2148 and host controller

    Need help implementing device transfer for usb host controller using str9!need help with whatever info i need to refer!hoping for a quick response!
  8. S

    pendrive to pendrive copier

    @ckshivram Hey I understand you have a very good conceptual knowledge about this topic . I wish to implement the the same project but want to add the additional feature of giving the user the option to select folders through a display and buttons I was thinking of employing an ARM7tdmi i wish...
  9. S

    PEn drive to pendrive data transfer using ARM7tdmi

    HI, I would like to implement this project but am a bit confused where to start from. I believe i have to use two host controllers 1 for each pd right?FAT32 file system knowledge would also be required?.but is it necessary to implement an OS .

Part and Inventory Search

Back
Top