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 skogsjanne

  1. S

    circuit diagram for 50W sound amplifier

    Search the web, there must be thhousands of solutions. Many of them tested.
  2. S

    New to DSP, want to build an audio effect filter

    No it's not elitist, you will find people knowing and understanding close to nothing in this forum. I think this is a good link: https://www.dsprelated.com/ Good luck!
  3. S

    High-speed serial links design

    Can you be slightly more specific?
  4. S

    Types of DMA Controllers?

    I don't agree with you. It definitely contain info about different types of controllers. It doesn't mention single/multi channel because that's not very interesting. Try to search the web (https://duckduckgo.com/?q=dma+controller&t=lm) and read some of the documents you find.
  5. S

    Types of DMA Controllers?

    https://en.wikipedia.org/wiki/Direct_memory_access
  6. S

    I2C pins, which is input / output

    Both SCL and SDA are bidirectional. Wikipedia is your friend: https://en.wikipedia.org/wiki/I2c
  7. S

    NFS Mount file permission

    Sad but I guess we have to be happy that we can at least use Samba.
  8. S

    NFS Mount file permission

    Hi! Some months ago I tried to find an NFS client for Windows XP but couldn't find anything suitable. So I use Samba instead. Are you aware of a good NFS client for Windows? TIA
  9. S

    How to make a good start in Microcontroller Programming in C

    I wonder why... The older PICs, PIC16C54 and friends were amazing for their time. If you knew what you were doing you could create fantastic things with them. And we did. Starting with PIC18Fxxx I think there is no reason to use them. Go for something cleaner like the AVR, with open source...
  10. S

    CAN protocol on PIC18F458 help!

    OK, at least you haven't made the mistake to have only one node. I'm sorry, but I don't think I can help any more since I have no experience with CAN + Microchip. My only advice is to read the documentation from Microchip. And check for silly errors :o)
  11. S

    How to make a good start in Microcontroller Programming in C

    I wouldn't say it's more easy to start with 8051 than AVR. The 8051 is over 30 years old but still popular. I don't know if there are any good open source tools for the 8051. Stay away from crippled tools from companies like IAR and Keil, it's much better to go for completely free tools. The...
  12. S

    CAN protocol on PIC18F458 help!

    One popular mistake when getting started with CAN is to try to run it with only one node on the bus. You need at least two nodes. I'm no fan of Microchip but I think you will find answers to most of your questions in their documentation.
  13. S

    How to make a good start in Microcontroller Programming in C

    Start with something simple but good, the AVR for example. Here is a good search term: http://duckduckgo.com/?q=winavr And since some people get upset if I just provide a search term, here are a couple of good links: **broken link removed** http://ladyada.net/learn/avr/setup-win.html When you...
  14. S

    Help me solve invalid storage class error in MSP430 code

    Re: error in code MSP430 What's your intention with this? //------------------------------------------------------------------------------ // The Watchdog-timer ISR is used to periodically wake-up from low-power mode // LPM0 to execute the Fuzzy control loop...

Part and Inventory Search

Back
Top