Search found 7 matches

by Thiliniv
20 May 2010 14:06
Forum: mikroC PRO for PIC General
Topic: code help for PCF8583 (RTC) + PIC16F877A
Replies: 4
Views: 1805

Re: code help for PCF8583 (RTC) + PIC16F877A

When I run the above code with my hardware , I'm getting "NUL" in the serial watcher.

I simulated it with proteus too. Still I'm getting many zeros in the virtual terminal. Can anyone please help me?
by Thiliniv
19 May 2010 08:49
Forum: mikroC PRO for PIC General
Topic: code help for PCF8583 (RTC) + PIC16F877A
Replies: 4
Views: 1805

Re: code help for PCF8583 (RTC) + PIC16F877A

Thanks for the reply. but still it doesn't works.

Code: Select all

I2C1_Init(100000);
Can you pls tell me what is the value of clock i should give in the above statement. I'm nt clear whether it is the Fosc of the PIC or PCF8583.
by Thiliniv
16 May 2010 14:05
Forum: mikroC PRO for PIC General
Topic: code help for PCF8583 (RTC) + PIC16F877A
Replies: 4
Views: 1805

code help for PCF8583 (RTC) + PIC16F877A

I want to integrate PCF8583 with PIC16F877A . I wrote a code with mikroc and its not working. Can anyone pls help me. unsigned char sec, min1, hr; //--------------------- Reads time from RTC (PCF8583) void Read_Time(char *sec, char *min1, char *hr) { I2C1_Start(); I2C1_Wr(0xA0); I2C1_Wr(2); I2C1_Rep...
by Thiliniv
25 Apr 2010 15:08
Forum: mikroC PRO for PIC General
Topic: PIC18F258 and LCD
Replies: 7
Views: 4404

Re: PIC18F258 and LCD

Pls tell me how to disable the watch dog timer in PIC16f877a . i have written the code using mikroC.

Thanks in advance
by Thiliniv
14 Apr 2010 12:20
Forum: mikroC PRO for PIC General
Topic: Using MikroC Pro with Microchip USB HID Bootloader
Replies: 10
Views: 10618

Re: Using MikroC Pro with Microchip USB HID Bootloader

Many thanks to "nelson_mendes" . I too could work the mikroC code by importing it to MPLAB n then exporting.
by Thiliniv
09 Apr 2010 06:07
Forum: mikroC PRO for PIC General
Topic: (PIC16F877A)
Replies: 2
Views: 1517

(PIC16F877A)

hello, I downloaded "Download Shane Tolmie PIC16F87xA bootloader v9-60." , bootloader from the following site http://www.microchipc.com/PIC16bootload/index.php#DownloadWindows I was able to run it and further I can run programs written in assemly on top of that bootloader. However I cannot run progr...
by Thiliniv
08 Apr 2010 12:21
Forum: mikroC General
Topic: bootloader and USB Connection
Replies: 22
Views: 17032

Re: bootloader and USB Connection

Hi, I downloaded the bootloader " Download Shane Tolmie PIC16F87xA bootloader v9-60." from the following site http://www.microchipc.com/PIC16bootload/index.php#DownloadWindows . I am using serial port to communicate between PIC16F877A MCU and PC. Can you please suggest what are the modifications I n...

Go to advanced search