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 rajib.das

  1. R

    Mikro C Pro for Pic32 I2C1 Freezing problem with PIC32MX250F128D

    Hi FvM Thanks for your Suggestion. I bumped up the delay to 10 ms after each protocol but for some unknown reason CASE 3 still not working. I mean its showing 255 instead of 200. Thanks
  2. R

    Mikro C Pro for Pic32 I2C1 Freezing problem with PIC32MX250F128D

    Hi All I am Experiencing a strange problem with Mikroc Pro I2C protocols I can read and write my EEPROM fine. But if try to do it in consecutive state it freezes. From my observation I found the following cases Case:1--> Works Initiate_I2C(); Write_unsigned_char_inEEPROM(10, 200); --> Works...
  3. R

    PIC32MX250F128D UART rx and tx problem

    Hi All I am opening the thread as I have discovered that my UART problem has not been completely resolved. Problem: UART interrupt is restarting the PIC32MX250F128D. Then it never fires again. With out interrupt UART is working 100%. I can poll any string up to 250 long in UART1Rx line and can...
  4. R

    PIC32MX250F128D UART rx and tx problem

    Thanks to Susan and Brian. I have all my questions are answered.
  5. R

    PIC32MX250F128D UART rx and tx problem

    Hi Susan Thanks a lot again. I have learned a lot from your Design tips. I am using the USB female connector just as a connector. From this via USB male Rx will connect to Tx of MCP2200 and so Tx to Rx of MCP2200. Now leaving the rest of the work for MCP2200 to communicate with the PC...
  6. R

    PIC32MX250F128D UART rx and tx problem

    Thanks Susan. Thanks for correcting me. I did a big mistake by selecting Rx on RC4. I rather Use RP3 for this purpose. I also like to know, do I need to connect any pull-up or pull-down or even series resistor on Rx and Tx channel.
  7. R

    PIC32MX250F128D UART rx and tx problem

    Hi all I am currently working on UART coms with PIC32MX250F128D. I am also using the MCP2200 for serial coms between PC USB and PIC UART. Please see the attachments for Data Sheet. You can see in the schematic , I am Using MC_Pin37(RC4) as Rx1 and MC_Pin38(RC5) Tx1 while I am using the...
  8. R

    [PIC] PWM from PIC32MX250F128D

    Hi Guys I want to generate PWM from PIC32MX250F128D. I know I Have to select one of Five OCx pins. But have no clue which pin numbers are those represents OCx pins. And How to do that. Thanks - - - Updated - - - PWM_B7 = 0; // set PORTB7 to 0...
  9. R

    [SOLVED] LCD Connection with PIC32MX250F128D

    Thanks Horace1. Its really working!!!!! Both of your and Mikroc's LCD library working 100%. By mistake I did setup the internal clock too high. All I had to do to set up the external clock to 8 MHz. Thanks Everyone.
  10. R

    [SOLVED] LCD Connection with PIC32MX250F128D

    Thanks Horace1. My problem is I have to Use MikroC pro PIC32 for this project. And I am missing lcd.h, hardware.h files. All the example programs Mikroc pro for PIC32 gave us are all for PIC32MX460F512L. and I don't think their library files are quite suiting PIC32MX250F128D. That's not a...
  11. R

    [SOLVED] ADC for PIC32MX250F128D

    Thanks Guys, My ADC firmware is working . Solved like I had to use ANSELA = 0; ANSELB = 0; ANSELC = 0; ADC1_Init(); But turns out I have a problem with LCD connection pins. Please try to help on this: https://www.edaboard.com/threads/339581/#post1448507 Thanks - - - Updated - - -...
  12. R

    [SOLVED] LCD Connection with PIC32MX250F128D

    Hi guys I am trying to connect a 16x2 3.3V LCD with PIC32MX250F128D. Spent lot of time with no positive result. Please help me. The following code will explain my connections. // LCD module connections sbit LCD_RS at LATA10_bit; sbit LCD_EN at LATA7_bit; // sbit LCD_D4 at LATC6_bit; sbit...
  13. R

    [SOLVED] ADC for PIC32MX250F128D

    Yap , It was loading Target Detected Device ID Revision = 10000000 Programming... Programming/Verify complete //--------------------------------TEST------------------------------------------ // LCD module connections sbit LCD_RS at LATA10_bit; sbit LCD_EN at LATA7_bit; sbit LCD_D4 at...
  14. R

    [SOLVED] ADC for PIC32MX250F128D

    Hi Guys I am using mikroC pro for pic32. Using the code "ADC1_Init();" code from Help ADC Library. which is not working . Am I missing anything? or Any Suggestion. Thanks in advance.
  15. R

    [PIC] UART write problem when 0D is same as Carrage return.

    Is there anyone can answer my question? My problem was MikroC UART write. How to send a decimal 13 without printing newline?

Part and Inventory Search

Back
Top