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 sajay

  1. S

    [PIC] Control TSA5511

    Thanks Klaus, This pieces code, I has compiled it into mikroc compiler, everything is fine when I do compile, but in real hardware it doesn't working, and also I did it with Proteus to simulate that pin SCL and SDA there are no pulse output. I need help only for this I2C control, once this fix...
  2. S

    [PIC] Control TSA5511

    Hi Member, I trying to control IC PLL frequency synthesizer prescaler TSA5511 to my PIC16F628A, I used SDA and SCL pin to make it communication, seems the TSA 5511 configuration doesn't work fine. Here are my codes, can you please help me, what are wrong with the code : void SetFreq(double...
  3. S

    [PIC] How to configure an UART to PIC16F18877

    Hi below is my code fosc = 20.000000 void UART_Init(void) { RC1STAbits.SPEN = 0; // begin of setup disable serial port. // transmitter TX1STAbits.TXEN = 1; // continues transmit enable bit TX1STAbits.TX9 = 0; // 8 bit transmission TX1STAbits.SYNC =...
  4. S

    [PIC] How to configure an UART to PIC16F18877

    Hi Everyone, Does anyone here know how to configure a PIC16F18877 for the UART communication, I can't get output when using this. Thank you, Sjy.
  5. S

    [General] What Is Compiler and Programmer (Hardware) For MC68HC705 & GAL16V8D

    Hi Guys, I need some help from you, could anyone know what is Compiler and Hardware (Programmer) for IC MC68HC705 & IC GAL16V8D. If you have a schematic for hardware please share here or you have a link for buy online. Thankyou. SB. :-):-):-):-).
  6. S

    PIC16F877A How to enable PORT RB1, RB2, RB3, RB4

    Dear Guys, I got below code on other forum, my question is how to enable PORTB RB1, RB2, RB3, RB4, below code only enable for PORTB RB0 (if (INTCON.INTF) ). I mean is when RB1 toggle then PORTC & PORTD ON, one more toggle PORTC & PORTD OFF. int cnt = 127; void main() { TRISB =...

Part and Inventory Search

Back
Top