Search found 29 matches

by OTCHU
13 Apr 2012 13:54
Forum: mikroC PRO for PIC General
Topic: PIC12LC672 Programmer problem ...
Replies: 6
Views: 1954

Re: PIC12LC672 Programmer problem ...

no way to do some hardware modifications to make that working ? If not, do you know a cheap and compatible programmer for this PIC ?

Thank you

Vincent
by OTCHU
12 Apr 2012 20:37
Forum: mikroC PRO for PIC General
Topic: PIC12LC672 Programmer problem ...
Replies: 6
Views: 1954

PIC12LC672 Programmer problem ...

Hello everybody,

I am using a PIC12LC672 in my project. So, on my Mikroc Pro 5.60 I am selecting 12C672 and I can build without problem. When I do want to program the PIC, the microprog suite 2.20 doesn't detect my processor. When I do use a 12F615, everything works fine ... any ideas ??
by OTCHU
08 Mar 2012 14:45
Forum: mikroC PRO for PIC General
Topic: Bootloader for 16F883
Replies: 2
Views: 1184

bootloader 16F883

Still doesn't work !! :( Nobody can help me on this one ?

Thanks

Vincent
by OTCHU
08 Mar 2012 01:01
Forum: mikroC PRO for PIC General
Topic: Bootloader for 16F883
Replies: 2
Views: 1184

Bootloader for 16F883

Hello I am trying to figure out the modification I need to make at the bootloader 16F877A for my 16F883 but I still have the error "Bad function absolute address" when I do compile. Somebody can help me for that ? I know that I have to change ORGALL argument and some another things but .... Don't ge...
by OTCHU
16 Nov 2011 02:37
Forum: mikroC PRO for PIC General
Topic: Timeout on I2C library ???
Replies: 2
Views: 1210

Re: Timeout on I2C library ???

I did found that:
http://www.mikroe.com/forum/viewtopic.p ... c&start=15

I guess the I2C library doesn't take in consideration the silicon bug on the 18Fxxxx

I need to found a way to go around this problem
by OTCHU
15 Nov 2011 21:27
Forum: mikroC PRO for PIC General
Topic: Timeout on I2C library ???
Replies: 2
Views: 1210

Timeout on I2C library ???

When I disconnect my I2C line, my master reset because the WDT .... don't really like that. Do we have a timeout available on the I2C library ???
by OTCHU
15 Nov 2011 17:55
Forum: mikroC PRO for PIC General
Topic: I2C working now but something I dont understand
Replies: 1
Views: 1166

I2C working now but something I dont understand

ok, my I2C between the 18F4520 and 16F883 is working ... to test the communication, each time the master do a read request, I do increment a value in the slave. So I can see on the GLCD the value from the slave. My problem is the value increment 2 times at each read request (0-2-4-6-8) Here my code ...
by OTCHU
10 Nov 2011 13:44
Forum: mikroC PRO for PIC General
Topic: Pb I2C 18F4520 and 16F883
Replies: 1
Views: 1359

Re: Pb I2C 18F4520 and 16F883

nobody have a solution ? I took the code from this forum but I guess I am missing something !
by OTCHU
09 Nov 2011 20:27
Forum: mikroC PRO for PIC General
Topic: Pb I2C 18F4520 and 16F883
Replies: 1
Views: 1359

Pb I2C 18F4520 and 16F883

Hello everybody ... I need help pretty bad about my I2C. I am trying to put a pic18F4520 and 16F883 together with I2C communication Looks like nothing is working .... when the 18F4520 (master) do a write command "send(INC)" I am going to a read request interrupt in the pic16F883 (Slave) (SSPSTAT.R_W...
by OTCHU
07 Sep 2010 01:05
Forum: mikroC PRO for PIC General
Topic: WIFI with 18f4620
Replies: 2
Views: 1285

WIFI with 18f4620

did anybody got a chance to play with the new module WIFI ??? I am planning to use it but the drivers did not show up yet !!!

Thanks

Vincent
by OTCHU
18 Aug 2010 20:39
Forum: mikroC PRO for PIC General
Topic: GLCD problem page 0 and 1 ...
Replies: 4
Views: 1427

Re: GLCD problem page 0 and 1 ...

how that braus ? Do u have an example ?
by OTCHU
15 Aug 2010 22:05
Forum: mikroC PRO for PIC General
Topic: GLCD problem page 0 and 1 ...
Replies: 4
Views: 1427

GLCD problem page 0 and 1 ...

Hello everybody
Everything is working good with my GLCD but I need to write on it a text on a very specific position (between the page 0 and 1) . The library allow us only to write text on page 0 or 1 and not between them.

Do somebody have a solution on that ?

Thank you
Vincent
by OTCHU
30 Jul 2010 19:18
Forum: mikroC General
Topic: Pointer problem ... need help asap please
Replies: 12
Views: 3905

Re: Pointer problem ... need help asap please

Got the solution: const unsigned char Tab_fan[234] = { 0,0,1,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0, 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0, 0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0, 0,1,0,0,1,1,1,0,0,0,0,1,1,1,0,0,1,0, 0,1,0,1,1,1,1,1,0,0,1,1,1,1,1,0,1,0, 1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1, 1,0,0,0,0,0,0,1,1,1,1,0...
by OTCHU
30 Jul 2010 00:10
Forum: mikroC General
Topic: Pointer problem ... need help asap please
Replies: 12
Views: 3905

Re: Pointer problem ... need help asap please

my project is a controller for reef tank. The tab are just icons for the GLCD with touch screen
by OTCHU
29 Jul 2010 23:23
Forum: mikroC General
Topic: Pointer problem ... need help asap please
Replies: 12
Views: 3905

Re: Pointer problem ... need help asap please

I just need to store a lot of tab ... n I don't have enough space in the RAM so I want to put that in ROM

Go to advanced search