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 coshkun

  1. C

    LPC2138 I2C working example?

    Hi, i'm looking for a working example of I2C communication for LPC2138. I downloaded some code from NXP web site but i2c firmware doesn't seem to be working properly. I made a Proteus simulation but i can't see I2C messages on I2C debugger. Does anybody have an I2C example project preferably...
  2. C

    Can anyone recommend a good book on embededed system?

    The Art of Designin Embedded system - Jack Ganssle So you wanna be embedded engineer - I don't remember the writer
  3. C

    9600 baudrate in frequency??

    baud rate to frequency Actually not, 9600 baud rate means when you send data ,one bit will be sent in 1/9600 seconds.That bit can be 1 or 0. To measure a signal with an osiloscope ,that signal must be periodic.
  4. C

    9600 baudrate in frequency??

    baud rate 9600 9600 baud rate means 9600 bits per seconds f = 9600 Hz or t = 1/9600
  5. C

    How many hours a day do you work?

    How many hours a day do you work?
  6. C

    Measuring CPU Load in an RTOS enviroment?

    How can we measure CPU load in an RTOS enviroment?
  7. C

    Issues when transferring mikroC code to C18 code

    mcc18 timer1 interrupt code I don't know why but C18 compiler has different behavior on "<<" operator. In this part: buf[idx] <<= 8 ; // MSB buf[idx] += TMR1L ; // LSB try this buf[idx] *=256; buf[idx]+=TMR1L This worked for me some time in the past.
  8. C

    PIC18f452 not working with 27Mhz crystal

    Please read the datasheet carefully.
  9. C

    PIC SPI need help...!!!

    First start reading your PIC's datasheet.Learn how to initialize SPI registers? Which language/compiler do you use? If you write in C , check your compiler's libraries.There must be some SPI library functions.
  10. C

    18f458 CAN-BUS acceptance filters

    18f458 can Hi all, I have a problem about CAN-BUS i hope someone will help me to figure out what's wrong with my software. I connected two pic18f48 module via CAN.I use Microchip's PIC18C CAN routines.One node is sending a message continously , and receiver node reads it.Although i set up all...
  11. C

    Electromagnetic interference on PIC16F877A?

    Your pic can be a "fake" chip.
  12. C

    Looking for materials to start learning C

    darnell margolis software rapidshare You can exercise C on PC.Find a free C compiler and install it on your PC. Learn the basics : Loops, data types... etc. Write simple programs. Then transfer your skills to PIC. Learn how to control registers by C. There's no difference between...
  13. C

    Help me use CAN for PIC18F258

    18f258 can code Did you check the app notes on microchip's website?
  14. C

    Whats the best 8-bit MCU?

    There is no "best", Choose your way and leave the rest :)
  15. C

    C code for varying brightness of LED using PWM

    Re: C code for pwm C code for which microcontroller?

Part and Inventory Search

Back
Top