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 sci-3d

  1. sci-3d

    Microcontroller Programming Tutorials for Newbie

    Please consider https://mcu-programming.blogspot.com for the classic 8051 MCU.
  2. sci-3d

    interfacing of microcontroller 8051 to pc

    You can find a lot of 8051 C code here **broken link removed**
  3. sci-3d

    Which microcontroller is better LPC or Stellaris?

    ARM and AVR are RISC. It would be a good one.
  4. sci-3d

    interfacing adc 0808 with microcontroller 8051

    I found ADC interface with 8051 in C here https://mcu-programming.blogspot.com/2006/09/adc-interfacing.html
  5. sci-3d

    A Tutorial for beginners in my blog

    Good job! I like it. Please keep going.
  6. sci-3d

    How to to port Linux on to lpc23XX controllers?

    Re: linux porting **broken link removed** and FreeRTOS may be possible ways. There are some articles about installing them, if you are interested. **broken link removed** **broken link removed**
  7. sci-3d

    Can you substitute 8051 with PIC16F877A?

    Re: MCU I'm not clear about this statement. What's exactly you are telling?
  8. sci-3d

    New to Microcontroller application-- help needed

    First of all, you need to decide what the best MU for you.
  9. sci-3d

    Reading/writing register using macros in a single line in C

    Re: Help in C It depends on what particular C compiler you use. I will refer to SDCC which are used in my work [see my blog] __sfr __at 0xFFFFF00F Var; /* Define Var address at 0xFFFFF00F */ void main(){ Var = 0xFFFF; } You also don't forget to mention what CPU/MCU you are using.
  10. sci-3d

    Reading/writing register using macros in a single line in C

    Re: Help in C It's simple to read/write uC register in C. For the example, P1 = 0x0001; This will set Port 1 to 0x0001 Is answer to your question?
  11. sci-3d

    8051 microcontroller starter book

    pdf download 8051 microcontroller- mazidi Ayala
  12. sci-3d

    Microcontroller Programming Tutorials for Newbie

    newbie microcontroller to use I agree with you srutiranjan.
  13. sci-3d

    Which one is better: PIC or 8051 ?

    Re: PIC Vs 8051 I cheer 8051. Although it's quite old mcu but I the standard to learn. If we want to extend to RISC, it's easy to learn ARM the by having the basic of 8051. I've been working for 8051 for a few year. Visit my tutorias if you are interested.
  14. sci-3d

    Which language is more commonly used for programming 8051?

    Re: 8051 I encourage you guys to use C. I've been working with 8051 and C programming for 2 years. Visit my tutorials.

Part and Inventory Search

Back
Top