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 Raju C

  1. R

    How to use ULN2003 darlington array?

    Re: uln2003 pic can you share your circuit even i am doing the same thing ,i want to use internal ADC want to convert negative voltage also ,i am driving 25 LEd's thoght to connect directly to pic pins but for that i need to select LED's with less current so i gone for ULN2003 ,but how you...
  2. R

    help me with interrupt problem in my program!

    interrupt problem ?? I have idea that it will work when i cotrol outside but i am not getting with only the value 44h which we assaign to INTCON2 to tell interrupt occured . so every time it execute it tells that interrupt occur , after disabling also it will be in main routine so .
  3. R

    help me with interrupt problem in my program!

    interrupt problem ?? ya i have checked by the pin polling and it is working fine only problem with interrupt part .. i have assained INCON2 as 44h and their it goes to ISR as i am writing that after the main it will take TX correct only but when i back to RX again that interrupt instruction...
  4. R

    help me with interrupt problem in my program!

    interrupt problem ?? Hi all.. I am using external interrupt,when i set INTCON2 as 44 and INTCON as 92h it will go to the subroutine where i want TX operation to be done and when it release it does rx operation but problem is tx_operation data it is sending correct but when i go to rx operation...
  5. R

    Adding a source file of C language in MPLAB

    after installing C compiler . have you checked language suite ??some time it will not simulate due to this also
  6. R

    radio channel programming problem

    hi plz can any one help??
  7. R

    assembly problem pls help

    ya sure.. actually i was dividing frequency with BW , BW is constant , i wanted to take the result value in my code , but what i thought instead of calculating it in code i can create one GUI their i will enter frequency and BW also their i can divide just i have to take that value in the main...
  8. R

    radio channel programming problem

    Hi all.. I am doing a program for analog radio so i need to take care of the below steps.. 1.Rotating BCD SWITCH (KNOB)0000 to 1111 2.GOTO PERTICULAR CHANNEL 3.STORE THE INITIAL DATA 4.Interrupt PTT 5.If 1 go to TX data to calculate else RX data to calculate 6.RETFIE 7.go for channel changing...
  9. R

    assembly problem pls help

    thanks to every one i got this ..
  10. R

    assembly problem pls help

    I tried this code but i am not getting where i am going wrong bcz not getting the exact answer??
  11. R

    assembly problem pls help

    actually i am entering frequency in GUI .. it is a variable that i am taking into my code ..and dividing it by 25k that is constant for all freq .. math equation only
  12. R

    assembly problem pls help

    Hi all.. how to implement 400.125MHz/25k=3E85 this in assembly program.. ?? i am using pic 18f .. pls help any one
  13. R

    Pic 18F assembly with GUI problem

    ya it will take lot of space thats why i want to put it in a single formula kind thing.. just i enter the frequency in GUI .. In my code i need to calculate N value.. so anyway bandwidth is fixed so i wll store it and whenever i enter frequency it should divide by BW so.. is their any option to...
  14. R

    Pic 18F assembly with GUI problem

    Hi all... If i enter the frequency through GUI(graphical user interface) and with that frequency i want to calculate some other value that i am going to use in my code . ex: i am entering frequency 400.125MHz and band width=25kHz so i need to calculate N value i.e N = 400.125MHz/25kHz =...
  15. R

    PIC18F dividing in assembly language

    Re: PIC18F assembly ya its not a joke ?? Added after 2 hours 31 minutes: i tried it but after shifting 10 times we will get 1F and 26 in MSB and in LSB respectively.. but the result should be F so where it will be??

Part and Inventory Search

Back
Top