Search found 38 matches

by serkansatuk
18 Oct 2018 07:12
Forum: mikroC PRO for PIC General
Topic: Big Float Number Conversation Problem
Replies: 2
Views: 1235

Big Float Number Conversation Problem

Hi, I am working on a project related to solar calculations. I want to see what the result of the process is by serial communication by converting the float numbers to the character string. Float numbers are large and I have to see up to 4-5 digits after decimal separator. I got the following result...
by serkansatuk
06 Sep 2018 07:18
Forum: mikroC PRO for PIC General
Topic: Structure problem Arduino code to MikroC
Replies: 5
Views: 1577

Re: Structure problem Arduino code to MikroC

Yes, it worked. Thanks very much...
by serkansatuk
06 Sep 2018 06:48
Forum: mikroC PRO for PIC General
Topic: Structure problem Arduino code to MikroC
Replies: 5
Views: 1577

Re: Structure problem Arduino code to MikroC

Hi,
Thanks for your reply.
I tried your code but it gave an error like this.
by serkansatuk
05 Sep 2018 15:08
Forum: mikroC PRO for PIC General
Topic: Structure problem Arduino code to MikroC
Replies: 5
Views: 1577

Structure problem Arduino code to MikroC

Hi, I'm writing a code from Arduino to my MikroC project, but I couldn't convert the code exactly, please help. arduino code struct DoublePair { double first; double second; }; /* compute declination angle of sun and equation of time */ DoublePair sun_position(double jd) { double d = jd - 2451545.0;...
by serkansatuk
15 Oct 2015 20:09
Forum: Visual GLCD General
Topic: Bug
Replies: 3
Views: 2837

Re: Bug

it is the same error in this forum topic. https://www.mikroe.com/forum/viewtopic.php?f=152&t=65812 after compiling project with MikroC Pro for dsPIC to 6.2.1, Visual GLCD 2.7.0 can not generate code or save project. It gives an error like this. but, if you compile project with MikroC Pro for dsPIC 6...
by serkansatuk
15 Oct 2015 20:08
Forum: Visual GLCD General
Topic: Error when generating code
Replies: 3
Views: 3037

Re: Error when generating code

it is the same error in this forum topic. https://www.mikroe.com/forum/viewtopic.php?f=152&t=65812 after compiling project with MikroC Pro for dsPIC to 6.2.1, Visual GLCD 2.7.0 can not generate code or save project. It gives an error like this. but, if you compile project with MikroC Pro for dsPIC 6...
by serkansatuk
09 Oct 2015 20:33
Forum: Visual GLCD General
Topic: BUG ERROR! MikroC Pro dsPIC 6.2.1 and Visual GLCD 2.7.0
Replies: 1
Views: 2541

BUG ERROR! MikroC Pro dsPIC 6.2.1 and Visual GLCD 2.7.0

I upgraded MikroC Pro for dsPIC to 6.2.1 version and after compiling project with MikroC, Visual GLCD 2.7.0 can not generate code or save project. It gives an error like this. 1.JPG After this error, I downgraded to 6.2.0 version and compiled project with MikroC. So, Visual GLCD 2.7.0 generated the ...
by serkansatuk
09 Oct 2015 20:32
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: BUG ERROR! MikroC Pro dsPIC 6.2.1 and Visual GLCD 2.7.0
Replies: 1
Views: 1409

BUG ERROR! MikroC Pro dsPIC 6.2.1 and Visual GLCD 2.7.0

I upgraded MikroC Pro for dsPIC to 6.2.1 version and after compiling project with MikroC, Visual GLCD 2.7.0 can not generate code or save project. It gives an error like this. 1.JPG After this error, I downgraded to 6.2.0 version and compiled project with MikroC. So, Visual GLCD 2.7.0 generated the ...
by serkansatuk
12 Mar 2015 23:42
Forum: Visual GLCD General
Topic: Absurd characters on 240x128 GLCD
Replies: 2
Views: 3186

Re: Absurd characters on 240x128 GLCD

Hi filip.
It has worked. Thank you very much.
Best regards...
by serkansatuk
08 Mar 2015 16:04
Forum: Visual GLCD General
Topic: Absurd characters on 240x128 GLCD
Replies: 2
Views: 3186

Absurd characters on 240x128 GLCD

Hi,
I am writing a program on MikroC Pro dsPIC (v6.2.0) and Visual GLCD (v2.7.0) with dspic33EP512MU810.
Why are there absurd characters on 240x128 Graphical LCD?
by serkansatuk
04 Mar 2015 14:15
Forum: mikroC PRO for PIC General
Topic: Floating point calculation error. Please help...
Replies: 3
Views: 1665

Floating point calculation error. Please help...

Hi, I tried following code on MikroC Pro PIC (6.4.0) and on Visual C#. Calculation results are different on floating point. I debugged the codes on both sides. Please help. double T = 0; double T2 = 0; double T3 = 0; double T4 = 0; double T5 = 0; double L0; double L_m; double Ma_s; double FixAngle(d...
by serkansatuk
13 Jan 2015 16:03
Forum: mikroC PRO for PIC General
Topic: How can I define array of structure?
Replies: 4
Views: 1913

Re: How can I define array of structure?

i have too much data to store.

if i define structure like this, it gives RAM error.

if I define structure as const, it gives "Unresolved extern 'array' error.

Could you help me please?
by serkansatuk
13 Jan 2015 15:41
Forum: mikroC PRO for PIC General
Topic: How can I define array of structure?
Replies: 4
Views: 1913

Re: How can I define array of structure?

thank you very much for your interest filip.
I forgot to write it in main routine.
by serkansatuk
12 Jan 2015 15:06
Forum: mikroC PRO for PIC General
Topic: How can I define array of structure?
Replies: 4
Views: 1913

How can I define array of structure?

Hi,
I would like to define an array of structure.
I would like to use structure like in the picture.
Compiler gives an error like this.
Could you help me please?
by serkansatuk
26 Dec 2014 18:33
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: PWM Motor Control Library not visible
Replies: 1
Views: 1731

PWM Motor Control Library not visible

Hi.
I'm using dsPIC33EP512MU810 on a project. It has 12 motor control pwm channel. But when i create a new project, PWM Motor Control Library is not being visible on Library manager. When i change the MCU on project settings, it is being visible on other dspic's having Motor PWM module.

Go to advanced search