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 larten

  1. L

    how to connect Earth so it can act as return path

    how to connect Earth to board so it can act as return path Hi, I wonder how to connect Earth to board so that it act as a return path. One of my seniors advices me that connect Earth to the ground of board near the terminal so it can act as return path for ESD. Is there any other consideration...
  2. L

    Selecting between OrCAD, Altium Designer, Zuken, or PADS

    I think Altium is enough for the purposes that you mention in your post. You must also consider purchase of these EDAs.
  3. L

    Read EEPROM content in Proteus

    I don't think there is any tools in proteus to extract EEPROM data. I think you can write conditional statement for data when the data in eeprom is equal to your condition it set one port of Microcontroller. You also can write virtual UART that send the EEPROM data to Virtual Terminal.
  4. L

    Required trace width to withsatnd 45A current for 180us

    use Saturn PCB Design toolkit in Fusing current part
  5. L

    [PIC] Problem with UDP over WiFi (EX16 with MRF24wb0)

    Hi, I wrote some code for send and receive data using UDP but there is a strange problem. when I test send data or receive data separately it works but when I want to send the data that I receive send part won't work at all. I hope you can help me with this. Here is my code: switch (UDPState)...
  6. L

    Set Voltage in Power Compiler

    No I want this voltage in Design compiler.
  7. L

    Set Voltage in Power Compiler

    I want the voltage vary between 0.9V to 1.8V how to use this wave form for supply in power compiler?
  8. L

    Set Voltage in Power Compiler

    Hi, I want to evaluate power of my design with different voltages. I find set_voltage but after I compile my design compiler said that "The target_library does not contain an inverter characterized for operating condition" is it possible to change the operating voltage? if there is a way to do...
  9. L

    How to start Power electronics

    Can you recommend some brief note about these
  10. L

    ATmega32L reset during uart receiver isr

    the first time that I write this code there isn't any cli and sei but there are some reset and after that I added these codes I write it for DMX512 receiver I think if you know this portcol it's easy to understand it has many state for send a packet Mark before break that the line is idle...
  11. L

    ATmega32L reset during uart receiver isr

    so how should I use that? I install atmel studio 6 and when I click on debugger of code vision atmel studio will open but there is an error that says "the following files were specified on the command line: receiver test_cof.aps these files could not be found and will not be loaded"
  12. L

    ATmega32L reset during uart receiver isr

    No I don't have any hardware debugger and the code vision debugger won't work properly
  13. L

    ATmega32L reset during uart receiver isr

    I check it and it's 512 byte I change it to 640 byte and it doesn't have any effect
  14. L

    ATmega32L reset during uart receiver isr

    it's 512 byte so you mean I should write my UART receiver sequentially?
  15. L

    ATmega32L reset during uart receiver isr

    no in the codewizard I chose Atmega32L and set my frequency is there any other thing that I must check? no there is only a LCD and MAX485 in my board

Part and Inventory Search

Back
Top