Search found 32 matches

by erpay
20 Apr 2016 19:23
Forum: mikroBasic PRO for PIC32 General
Topic: FAT32 library and SDHC cards
Replies: 11
Views: 7493

Re: FAT32 library and SDHC cards

I have the same problem with class 10 sd kart, but it works well with small classes.

I think Mikroe should fix this problem.
by erpay
04 Apr 2016 17:02
Forum: mikroC PRO for ARM General
Topic: STM32 - Clock problem
Replies: 17
Views: 14020

Re: STM32 - Clock problem

Thanks uros it works well now.

When will you correct this on timer calculator ?
by erpay
25 Mar 2016 16:39
Forum: mikroC PRO for ARM General
Topic: STM32 - Clock problem
Replies: 17
Views: 14020

Re: STM32 - Clock problem

Hi,

I have the same problem, timer gives exactly twice of the desired time on timer calculator.
by erpay
21 Jul 2014 14:05
Forum: mikroProg™ programmer and debugger
Topic: MikroProg Breakdown
Replies: 3
Views: 1797

Re: MikroProg Breakdown

Hi,
No you misunderstand me, we have 2 mikroprogs. I try to read the same circuit with the second mikroprog it reads well, But the first one can not read or write anymore.

Is there a way to fix first one ?
by erpay
21 Jul 2014 09:23
Forum: mikroProg™ programmer and debugger
Topic: MikroProg Breakdown
Replies: 3
Views: 1797

MikroProg Breakdown

Hi,

I was using my mikroProg on my circuit then there was some mistake on pcb and after that mikroprog can not write or read pic but when I try to read with a different mikroprog it can read pic. So what shoul I do ? Can I rescue this mikroprog or is it over for it :(
by erpay
30 Oct 2013 18:28
Forum: mikroC PRO for PIC General
Topic: Autocomplete
Replies: 7
Views: 2744

Re: Autocomplete

Thank you that would be great. It is a common feature for several programs.
by erpay
29 Oct 2013 18:56
Forum: mikroC PRO for PIC General
Topic: Autocomplete
Replies: 7
Views: 2744

Re: Autocomplete

Thanks milos, I didn't know this shortcut. Can I change this shortcut with different key ?
by erpay
28 Oct 2013 14:09
Forum: mikroC PRO for PIC General
Topic: Autocomplete
Replies: 7
Views: 2744

Autocomplete

Hi,
I am using autocompletes with CTRL+ SPACE which are in library functions. But I can't use the ones which are defined in Tools>Options>Autocomplete . "Enabla Autocomplete" is also clicled. Do I misunderstand the use of autocomplete or something is wrong with the compiler ?

Thanks
by erpay
12 Sep 2013 07:58
Forum: Website & Forums General Discussion
Topic: Getting Product DVD vs Downloading?
Replies: 32
Views: 399151

Re: Getting Product DVD vs Downloading?

1-2 ) No

Internet is good :)
by erpay
11 Sep 2013 10:55
Forum: Libstock Discussion
Topic: CDC Class added to USB Device Library!
Replies: 71
Views: 606746

Re: CDC Class added to USB Device Library!

yzubek wrote:I have to connect a GPS on a PIC18F4550 using the CDC class. Is there any possibility to use this microcontroller as master?
You can change pic to a higher version which has master usb in it like pic24fj64gb002 or you can add a module which can behave as master like max 3421e
by erpay
17 May 2013 07:23
Forum: User Projects
Topic: LCD Library help
Replies: 3
Views: 1902

Re: LCD Library help

You're welcome :)
by erpay
10 May 2013 07:17
Forum: User Projects
Topic: LCD Library help
Replies: 3
Views: 1902

Re: LCD Library help

If I am not mistaken you want to define every pin of port individually then you may try these : LCD_D4 = !!(character & 1); LCD_D5 = !!(character & 2); LCD_D6 = !!(character & 4); LCD_D7 = !!(character & 8); Here lower byte is sent, LCD_D4 = !!(character & 16); LCD_D5 = !!(character & 32); LCD_D6 = ...
by erpay
13 Apr 2013 21:57
Forum: Libstock Discussion
Topic: New USB Host Library Released!
Replies: 20
Views: 366320

Re: New USB Host Library Released!

Thanks a lot :) Now we can make some progress.
by erpay
25 Mar 2013 20:33
Forum: Libstock Discussion
Topic: New USB Device Library Released!
Replies: 59
Views: 738705

Re: New USB Device Library Released!

Thanks :) What about dsPic and pic24 ?

Go to advanced search