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 kirangkr

  1. K

    Problem in debug mode

    Hello All, I'm using PIC18f24j11. In my application my PIC IC is connected to Bluetooth Module through UART. Both sharing same power source from battery. My problem is : When i program my PIC IC in release mode I'm able to see the data on RX line from the BLE Module to PIC IC. But when I...
  2. K

    Programming Failed (PIC16f1936)

    Hello All, In my application I'm using PIC16f1936 MCU. While programming (in debug mode) it is giving the following error message. Please help me to solve this! Thank you! Kirangkr "Programming... Failed to get Device Id. Programming failed Low voltage programming requires the low-voltage...
  3. K

    UART RX interrupt is not working(PIC18f24j11)

    Hi Venkadesh, I was checking for interrupt flag in main loop, this was the problem. When i write ISR it is working fine!! Thanks !
  4. K

    [SOLVED] How to compare received data from UART

    Hello All Good Day to you! In my application I have saved received data from UART to "Rx_reg" array. Now i want to check whether the received data is "DISC" or not. How to do this? Appreciate if you share some sample code for the same. Thank you! Regards Kirangkr
  5. K

    UART RX interrupt is not working(PIC18f24j11)

    Hi Betwixt, Thank you for the input, now it is working perfectly! Please see the code Regards Kirangkr #include <htc.h> //PIC hardware mapping #include <p18f24j11.h> #include <p18cxxx.h> #include <xc.h> #include <delays.h>...
  6. K

    UART RX interrupt is not working(PIC18f24j11)

    Hi betwixt, Venkadesh, I write a simple program to receive the data from PC and send it back to PC. While debugging I'm getting data in RCREG1 register and it also sets RC1IF interrupt flag, but the control is not going into the "ïf loop-(if(PIR1bits.RC1IF)" .As said I'm using XC8 compiler...
  7. K

    UART RX interrupt is not working(PIC18f24j11)

    Hi betwixt, Im using XC8 V1.32 compiler.
  8. K

    UART RX interrupt is not working(PIC18f24j11)

    Hi Sneha, Those bits are already enabled!! Regards Kirangkr
  9. K

    UART RX interrupt is not working(PIC18f24j11)

    Yes i have seen the data in hyper terminal, also I can see the data on RX line from external module, but my PIC MCU is not receiving the data
  10. K

    UART RX interrupt is not working(PIC18f24j11)

    Yes i have connected my TX pin to RX pin. While debugging I'm getting data in TXREG but in RCREG i'm not getting any data:(
  11. K

    UART RX interrupt is not working(PIC18f24j11)

    Hi Venkadesh, Thank you for your reply. I have tried RC1IF alone and the result is same! Best reegards Kirangkr
  12. K

    UART RX interrupt is not working(PIC18f24j11)

    I have tried RC1IF alone, but the result is same!!
  13. K

    UART RX interrupt is not working(PIC18f24j11)

    Hello All, This is first time i'm posting a thread in edaboard, if i made any mistake please excuse me. For my new project I'm using PIC18f24j11. I have configured UART and my TX is working fine. But my RX is not working. While debugging I saw no data is entering to RCREG register and hence...

Part and Inventory Search

Back
Top