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 mig29fulcrum

  1. mig29fulcrum

    PIC18 CCP module's compare mode

    PIC18 CCP module's compare mode doesn't work hi... Happy Holidays I'm trying to use PIC18F4550's CCP1 module in compare mode,but i can't get desired time on output pin.I want CCP1 pin stay at high level for 60msec then stay at low level for 30msec,but i get 30msec for high level and 230msec for...
  2. mig29fulcrum

    binary to decimal conversion for ADC

    hi... I'm trying to convert ADCREL and ADCRESH contents to decimal values(or ASCII) in PIC18F4550 and show them on seven segment or LCD in assembly (simple volt meter),but i don't know how to implement decimal multiplication,division,subtraction and addition(with decimal point) in assembly and...
  3. mig29fulcrum

    Need help on buying a laptop

    I'm studying electronics an i will run compiler and simulator on it.My priorities are CPU & RAM. Battery is also my consideration .INSPIEON 5110 has i5 CPU and 6G RAM,and ASUS also has the same option but i don't know about their battery.So which one should i chose?I mean which one has better...
  4. mig29fulcrum

    Need help on buying a laptop

    Hi... I am planning to buy a laptop and i wanna chose between DELL (INSPIRON 5110 & 4110),ASUS(U35JC),and ACER(5755).I don't want to spent much money on this ,so which one do you recommend. Please let me know about their performance if you have tested them.
  5. mig29fulcrum

    Problem with external interrupt in PIC18F4550

    I hardly found a 18f4550 with an led and tested your code and worked fine :) THANK U.
  6. mig29fulcrum

    Problem with external interrupt in PIC18F4550

    Direct from ISIS.here is my .DSN file
  7. mig29fulcrum

    Problem with external interrupt in PIC18F4550

    thank u for your answer,but i compiled your code and tested on the circuit like yours but it didn't work :(
  8. mig29fulcrum

    Problem with external interrupt in PIC18F4550

    Hi I wanna use a switch to toggle one pin using external interrupt(INT0) and I'm running a simulation in Proteus,but switch does not work.i found that when i add "bsf INTCON,INT0IF" before"bra $" i have an interrupt and after that nothing happens. I will appreciate if you help me with this ...
  9. mig29fulcrum

    Unexpected characters on LCD

    I'll never trust Proteus from now. Thank u for your kindness and sorry for wasting your time my friend.
  10. mig29fulcrum

    Unexpected characters on LCD

    I really appreciate your kindness. Your code has following result.
  11. mig29fulcrum

    Unexpected characters on LCD

    Thank u for your answer. I also tested PORTD lower nibble and got same result. Is mt code OK?
  12. mig29fulcrum

    Unexpected characters on LCD

    Hi... I've written following code to drive an LCD in 4-bit mode using busy flag.When i simulate my hex on Proteus,i should see "xxxxxxx"but i have " xwxwxw(A'x'=0x78 and A'w'=0x77).I also tested my code for "4444444" but i got " 434343"(A'4'=0x34 and A'3'=0x33).As you see higher nibble latches...
  13. mig29fulcrum

    Driving LCD in 4-bit mode

    Yes i have.Does my code itself have mistake?because i tested above code in 8-bit mode with the same initialization(0x38instead of 0x28)but command subroutine and write subroutines was different and i think these parts of my code are malfunction.What's your idea?What about my delays? here is my...
  14. mig29fulcrum

    Driving LCD in 4-bit mode

    Hi... I'm trying to drive LCD in 4-bit mode but it doesn't work,I'm completely confused,here is my code. tnx... LIST P=PIC18F4550 #INCLUDE P18F4550.INC CONFIG FOSC=INTOSC_EC CONFIG WDT=OFF LCDCTRL EQU PORTC LCDDATA EQU PORTD RS EQU RC0 E EQU RC1 BUFFER EQU 0X0A LN EQU 0X0B HN EQU...

Part and Inventory Search

Back
Top