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 manojanand

  1. M

    Programming PIC 18F4550 in C

    @debjit625 : You give thorough thought to the problem at hand , i mean even considering the situation if RB0 is not not high at the time of while loop. Thanks for the solution. I will handle RB0 in software only rather than using interrupt. @Tahmid : I don't see any significant difference...
  2. M

    Programming PIC 18F4550 in C

    I was reading C programs in mazidi's book. Now i want to write a program, RB0 is input pin and RC0 is for output. When RB0 is high , program should toggle RC0. Program will stay in loop forever and keep checking RB0 status. I wrote following program : #include <pic18f4550.h> void main(void) {...
  3. M

    Programming PIC 18F4550 in C

    I was reading " PIC Microcontroller and Embedded Systems.pdf " by mazidi. What is the difference between MACRO and SUBROUTINE ?
  4. M

    Programming PIC 18F4550 in C

    @ Tahmid : As i am working on PIC 18F series , the reference manual of PIC 18C series be valid for PIc 18F series?
  5. M

    Programming PIC 18F4550 in C

    @Tahmid : The link you provided does not belong to PIC 18FXXXX. It covers PIC 16FXXX series. Perhaps i am wrong. I thing the reference manual describes common concepts of PIC related to all Controllers. ---------- Post added at 10:35 ---------- Previous post was at 10:13 ---------- You not...
  6. M

    Programming PIC 18F4550 in C

    I want to work with PIC 18F4550. So Kindly guide me for PIC 18F4550. I saw Gooligum PIC Tutorials but all the tutorials are w.r.t PIC 16FXXX. No doubt , they are very well explained. @cabelyn : Sorry for being noob. What exactly is baseline range and midrange of PIC microcontrollers. What i...
  7. M

    Programming PIC 18F4550 in C

    Is microC different from Hi-tech C?
  8. M

    Programming PIC 18F4550 in C

    Dear Sir ckshivaram, i read PIC complete discussion for all and it was great source of information on PIC. Only after reading this topic , i decided to work with PIC 18F4550. From this topic only, i came to know about PIC C 18. Took over view of PIc C 18.PDF and found it very complicated. I...
  9. M

    Programming PIC 18F4550 in C

    Hello Friends.. I am very new in the field of microcontrollers. I studies PIC 16F84. Now i have decided to learn microcontroller with PIC 18F4550. I want to do programming in C. So from where should i start. I have downloaded PIC C 18.PDF file and i have PIC C.PDF. I have...
  10. M

    [SOLVED] PIC complete discussion for all

    But why specifically PIC18F4550 ?
  11. M

    [SOLVED] PIC complete discussion for all

    How did you come to this conclusion that you should use PIC 18F4550. Did someone suggested you or you decided it with the product selector tool.
  12. M

    PIC 16F916.Kindly guide is it the right processor and how to use it efficiently

    [/COLOR]@Tahmid : I have downloaded the datasheet of PIC 16F916 and studying it. Read approx 100 pages. I read about oscilator options too. But that sounds somewhat complex , so i decide that at initial stage i would prefer internal oscilator as using external oscilator will involve numerous...
  13. M

    PIC 16F916.Kindly guide is it the right processor and how to use it efficiently

    I am new to microcontrollers. I read a tutorial over interenet on Microcontroller PIC 16F84. The link to that tutorial is given here **broken link removed** I have written few small programs on PIC 16F84 which worked well on MPLAB SIM. Now I thaught i should move on with better Microcontroller...
  14. M

    PIC 16f84 Programming Problem

    U r very true atferari , now tell me how can i acheive the desire goal.

Part and Inventory Search

Back
Top