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 fouwad

  1. F

    FPGA interface with OV7670

    I am trying to interface Ov7670 cmos camera with Artix7 fpga. The default settings for ov7670 are in YUV pattern for which i couldn't find enough information how to retrieve data in default mode. In order to get RGB, you have to configure camera using i2c protocol. I tried both default mode and...
  2. F

    Disable read back option for Atmega328p

    I am using Arduino UNO board and I want to disable read back option for my code, I know it's the machine code that is read back but still I want to make it safe. How to do it. I have read about the fuses but not sure which fuses to use to disable this option. Please guide
  3. F

    What is wrong with this Mux code using indexing?

    The error in Xilinx 10.1 is "TO_INTEGER can not have such operands in this case" when i write process(inp, sel) begin sig_out <= inp(TO_INTEGER(unsigned(sel))); end process; - - - Updated - - - The error in Xilinx 10.1 is "TO_INTEGER can not have such operands in this case" when...
  4. F

    What is wrong with this Mux code using indexing?

    internet says best way to do is "b <= to_integer(unsigned(a));" but whenever i use this statement, Xilinx gives me errors, I am using Xilinx 10.1 ISE
  5. F

    How to burn hex file into AT89C51 ?

    use external burner for your microcontroller, you will find many external universal microcontrolller programmers on which you will put your controlller and it will burn for you
  6. F

    [SOLVED] Looking for a datasheet on dc-to-dc-converter IC MP3300Dn

    you usually dont find datasheets for those Chinese modules or even dev boards. best to show its picture to old electronics guys and they may be able you - - - Updated - - - or cut it open to see whats inside if you have spares of them
  7. F

    Unable to find AC power supply module fortektronix dpo3054 Oscilloscope

    absolutely nothing, the tek part numbers have changed, the country representative of tektronix have no idea what to do, its out of stock from farnell and other suppliers, I cant even find the power adapter for it, some documents mention that the power adapter may work for it as well. 12v 4Amp
  8. F

    What is wrong with this Mux code using indexing?

    What is wrong with this Mux code using indexing ---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 14:48:40 09/27/2018 -- Design Name: -- Module Name: Mux256 - Behavioral -- Project Name: -- Target Devices...
  9. F

    Verilog : synthesis Error

    You have assigned out once here "always @(posedge clk) begin out <= out + 1; end" and second time here " NIOS_SYSTEM niosii_system_inst ( .clk_clk (clk ), // clk.clk .counter_pio_external_connection_export (out)" use it once
  10. F

    Verilog : synthesis Error

    You have assigned out to outputs of two module's outputs, that is why you are getting error. assign it to single module and it will work.
  11. F

    Ethernet Switch can be used as Ethernet hub?

    HUB and Switch both serve the same purpose but HUB is a dumb terminal while Switch is an intelligent device. Hub broadcasts while Switch reads the IPs and route the packets efficiently
  12. F

    [SOLVED] AMD or Intel for engineering PC?

    AMD processors are quite prone to dusty and hot temperature. And from where you belong, it is better to use Intel Processor in your PC. Increase your RAM to 16GB and use hard disk with good data transfer rate
  13. F

    [SOLVED] What does this assignment mean?

    if you under stand HDLs then b[2:1] is compared to c whose output will be either 1 or 0. Logical AND the result with d.var and then store the result into A.
  14. F

    Voltage sampling in high power high voltage buck converter

    It is always better to be on the safe side, add an isolation amplifier or any liner opto or galvanic isolator. This will not only reduce the current into your ADC but also save your design from any unwanted spikes or accidents.

Part and Inventory Search

Back
Top