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 sameer17kelaskar

  1. S

    C programming for microcontrollers

    Hi, When it comes to writing firmware in C for microcontrollers like ARM, we consider memory consumption a prominent factor, so considering that I want to know that if I use pointers as members in a structure and before making a variable of that structure I allocate memory to the pointer...
  2. S

    Text editor

    Hi, Does anyone know the name of text editor for linux, which is GUI style and it has top and left margins in red colored line and there are lines for writing text just as you would find in a physical notebook. I've used it many years ago I can't quiet recall it's name.
  3. S

    C Program to interface 8051 to a seven segment LED

    #include<reg51.h> #include<stdio.h> void delay_ms(unsigned int count); void main() { P1=0X00; //int i; //char seg_code[]={0x3F,0X06,0X5B,0X4F,0X66,0X6D,0X7D,0X07,0X7F,0X6F}; while(1) { int i; char...

Part and Inventory Search

Back
Top