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 NIALA

  1. N

    Need some help for a FIFO Buffer in C code

    Thanks it does help!!!!
  2. N

    Need some help for a FIFO Buffer in C code

    Hi looking for some hint(concept) to wrote a FIFO Buffer code . to be used in a code controlling a PIC16F877A with ISR and USART communication. thanks
  3. N

    Usart communication with pic16f877a

    will do!!!! :) thanks again
  4. N

    Usart communication with pic16f877a

    Big Thanks you BigDog I restart my board and the code is working how its suppose to. I send a charater and i receive back the next character.. thanks for your help!!!
  5. N

    Usart communication with pic16f877a

    I see!!! I tried the code and for any character i enter from the keyboard i am receiving a set of four characters. when i enter a i get bcd b i get cde etc..... It has to be related to the code . but that weird that we dont get the same response . Which baude...
  6. N

    Usart communication with pic16f877a

    When you enter g from the keyboard , i was expecting h because we increasing by 0x01. Or am i mistaken?
  7. N

    Usart communication with pic16f877a

    I disabled TXIE RCIE GIE and PEIE. I have a warning sign on the Tx AND Rx pins , "unable to resolve identifier" I configure RC6 in input and RC7 in output. Do i need to add a specific header for these lines to be identifies void InitUART (void) { TRISCbits.TRISC6 = 0; TRISCbits.TRISC7...
  8. N

    Usart communication with pic16f877a

    Hi , seeking a little help My goal : establish serial communication between an hyper terminal and a PIC16F877A using a C code. Tools : MPLAB X IDE V1.80 and the c compiler is XC8 Compiler. I define a init file InitUART() to initialise the register An infinite loop where I received and...
  9. N

    Cadence IC610 "base" type release

    Re: Cadence IC610 "base" type release Thanks Erikl , I tried your command : i got permission denied confer A.png - - - Updated - - - i got permission denied confer A.png - - - Updated - - - I installed libelf1 and ksh but the others seemed to be already install or...
  10. N

    Cadence IC610 "base" type release

    Hi everyone !!! I am facing a wall in my attempt to install cadence IC610 on a Lenovo T61 with Centos 6-2 on linux distribution. I took 6 sequential screenshot to details all the steps confer attachments. phase 1: (1) I extract 35 rar files and i obtained a iso file name Cadence_IC610.iso...
  11. N

    briefly explain about Guard rings in CMOS

    cmos combination combine NMOS and PMOS structure . In some cases the N and P structure use in each process can create a parasitic path between the supply and the ground. By using a guard ring the designer can reduce these parasitics effects(NPN-PNP parasitic transistors created ). - - -...
  12. N

    Can any one help me about how to generate layout in ADS for TSMC 0.18um process?

    I found these link really helpful : https://cmosedu.com/videos/cadence/cadence_videos.htm
  13. N

    Balanced NMOS Voltage Controlled Oscillator

    thanks erikl your pdf file was really helpfull !!!!! Il learned how to use the PSS analysis to characterise a VCO... thanks a lot

Part and Inventory Search

Back
Top