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 christina86

  1. C

    Need help for PIC 18F2550 with DS 1302

    ds1302 using pic mssp can anyone help please?
  2. C

    Need help for PIC 18F2550 with DS 1302

    18f2550 led Dear Friends, Hi im working on some project and im required to use PIC18F2550 with Real time Counter ( DS1302) using MPLAB in Assembly Language... RTC DS 1302 will control the time of the LED to light up. For example : The LED light automatically light up after 1 min and turn off...
  3. C

    Help me fix coding for PIC16C745 which will turn on/off a LED light

    Re: Help for 16C745 hi, Thank you so much to post the sample code. Your code only used one switch is it ? May i know how to schematic be like. May you help me to ponit out where did i go wrong in my code. Thank you
  4. C

    Help me fix coding for PIC16C745 which will turn on/off a LED light

    Dear Friends, I am using the MPLab 7.2 to write an assembly language using PIC16C745 to turn ON & OFF the Led Light using the push button. I have successfully burn the Code inside the PIC16C 745 but when i apply the 5V voltage .it failed to turn on. Here is my code : list p=16c745 ; list...
  5. C

    i need help for PIC16C745

    hi Cameo. i did change the like what you said . BUt the Led is not turning on. myCOde is : list p=16c745 ; list directive to define processor #include <p16c745.inc> ; processor specific variable definitions __CONFIG _H4_OSC&_WDT_OFF&_PWRTE_OFF&_CP_OFF Errorlevel-302; org...
  6. C

    i need help for PIC16C745

    thank you cameo, i will change it and see weather it works.
  7. C

    i need help for PIC16C745

    Is that mean i do it wrong? Can you tell me wihch is the correct way of doing ? Cameo
  8. C

    i need help for PIC16C745

    Dear Cameo, Thank you so mush for replying my post. I am totally new to this PIC16C745, i have got the project from my teacher which is totaly new to me, it is nothing related to my course of study. I am in the process of learning. Please give me your guidance. I have made some changes to the...
  9. C

    i need help for PIC16C745

    hi cameo_2007 : ) . Thank you so much for replying my post. Uhm, i have just made some amend to the code again. Here is the code : MAIN org 00000030h Start bsf STATUS,RP0 ; select bank1 clrf PORTB ; clear PORTB output latch movlw b'00000110' ; Set all pins PORTB 1,2 as Input MOVWF...
  10. C

    i need help for PIC16C745

    Hi everybody, I'm using the PIC16C745 microchip to do my final year project I have encounter some problem.the situation is, if switch 1 is pressed, LED will light up and when switch 2 is pressed again, the LED will go off. I am using an assembly language ( sofware MPLab version 7.2) to write...

Part and Inventory Search

Back
Top