Search found 715 matches

by Acetronics
12 Feb 2018 22:11
Forum: mikroBasic PRO for PIC General
Topic: "Reentrancy is not allowed" problem
Replies: 7
Views: 3564

Re: "Reentrancy is not allowed" problem

ADC_Get_Sample to be used in the main ( auto-calibration of a damn fast voltmeter ) of course with no interrupt set, ... and the interrupt stubb ( for the measure itself ) 9 month later ... anything born ??? :roll: I bet I'll have once more to turn to my good ol' Picbasic pro ... What the hell did I...
by Acetronics
11 Nov 2017 19:22
Forum: mikroC PRO for PIC General
Topic: Import project option ... lost in la-la land ???
Replies: 2
Views: 2159

Re: Import project option ... lost in la-la land ???

11/11/2017 ...

still nothing done ...

as always ! :roll:

Alain
by Acetronics
30 May 2017 15:28
Forum: mikroC PRO for PIC General
Topic: Using a single push button for multiple purposes
Replies: 3
Views: 1761

Re: Using a single push button for multiple purposes

Isn't that thing what we call "State machine" ... ???

Google is your Friend !

Alain
by Acetronics
17 May 2017 20:38
Forum: mikroC PRO for PIC General
Topic: Import project option ... lost in la-la land ???
Replies: 2
Views: 2159

Import project option ... lost in la-la land ???

Hi, The MikroE Team

I recently wanted to update some old MikroC ( NOT Pro ) projects ...

BUT ...

WHERE is the " import Project " option gone ????

it was supposed to be inth "Project " Tab ( as help files still suggest ... :roll: )

Alain
by Acetronics
25 Feb 2017 01:23
Forum: mikroC PRO for PIC General
Topic: 7.01 V Upgrade Unavailable ???
Replies: 5
Views: 3734

7.01 V Upgrade Unavailable ???

Hi, when starting the MikroCPro IDE, the "new version " windows appears ... clicking it closes the IDE for Downloading , launches the Wizard, but always ends with " connexion with server was reset " message ... :roll: My system is Win XP SP3 ... :mrgreen: mandatory ! ahem ... is someone here for BUG...
by Acetronics
24 Dec 2016 18:48
Forum: mikroC PRO for PIC General
Topic: mikroC for PIC version 7 released
Replies: 24
Views: 8981

Re: mikroC for PIC version 7 released

First bug ...

no way to activate my license ( software kind one ) with v7.0 ...

:roll: :roll: :roll: :roll: :roll:

Alain
by Acetronics
06 Mar 2016 14:21
Forum: mikroC PRO for PIC General
Topic: LM35 temperature problem ?
Replies: 6
Views: 2745

Re: LM35 temperature problem ?

as the two diodes have a significant Tempco ... not so good as an idea ... you have to measure the diodes voltage AND the LM Voltage ... now ... temperature = ADC_Read(1); // Get 10-bit results of AD conversion ADCRead <= 1023 ... mv=temperature*5/1023; 0< mv < 5 mV=mv/10; 0< mv < ...0 ... no commen...
by Acetronics
23 Feb 2016 17:09
Forum: mikroC PRO for PIC General
Topic: Writing excel data into the ram or the Flash of a pic 18F
Replies: 2
Views: 1339

Re: Writing excel data into the ram or the Flash of a pic 18

Hi, there's a solution here ... http://electronic-engineering.ch/microchip/software/tablegenerator.html I also could write an include file to call from the program ... but it doesn't work with lasts versions of Excel, and I do not see what to do ... if you could make it run you've the smart solution...
by Acetronics
24 Dec 2015 17:12
Forum: mikroC PRO for PIC General
Topic: PWM PIC18F4550 CRAZY SITUATION
Replies: 7
Views: 2542

Re: PWM PIC18F4550 CRAZY SITUATION

the "crazy situation" is ... you missed to read your Holy Manual ... :roll:

page 144 ... table 15.2, last line.
Both PWMs will have the same frequency and update rate (TMR2 interrupt).
...

Alain
by Acetronics
28 Nov 2015 22:36
Forum: mikroC PRO for PIC General
Topic: multiplexing 7 segments glitter
Replies: 9
Views: 2906

Re: multiplexing 7 segments glitter

Hello guys :D I'm not exactly sure if this issue is solved or not, but French people are all over the place :shock: No, it's not an issue at all :lol: . French people are very cool as far as I'm concerned, but I'd really appreciate it if they kept their posts in English :D Merci in advance :mrgreen...
by Acetronics
28 Nov 2015 11:33
Forum: mikroC PRO for PIC General
Topic: multiplexing 7 segments glitter
Replies: 9
Views: 2906

Re: multiplexing 7 segments glitter

plutôt que de multiplier par 0.5 ( et en plus en virgule flottante !!! ) ... un simple décalage à droite, ça économise du temps et des ressources

=> plus de scintillement !!!

Alain
by Acetronics
23 Nov 2015 09:53
Forum: mikroC PRO for PIC General
Topic: IRP Bit must be manually set
Replies: 7
Views: 2928

Re: IRP Bit must be manually set

would have been nice to know wich chip you use ... :roll:

may be you just have added some text and do not have enough RAM in first page for storing your whole texts ...

- or you've upgraded to a new compiler release ( :twisted: thanks Mke developers )

Alain
by Acetronics
19 Nov 2015 12:19
Forum: mikroC PRO for PIC General
Topic: Incomplete output HEX file
Replies: 4
Views: 1743

Re: Incomplete output HEX file

compiles fine here with a 16F877A ... and MkC 6.6.2 .... and Win XP SP3 :040000000A160028B4 :10000800FF00030E8301DD000A08DC008A010B1DD6 :100018001F28AA0A0319AB0AA80A0319A90AA30ADE :100028000319A40AA50A0319A60AA10A0319A20A10 :100038000B11043081005C088A005D0E8300FF0EFE :040048007F0E09001E :0E004C00213...
by Acetronics
27 Oct 2015 18:32
Forum: mikroC PRO for PIC General
Topic: Measuring current with P18F4550 and problem with float units
Replies: 12
Views: 3631

Re: Measuring current with P18F4550 and problem with float u

Hi,

Doesn't lib "adc_Read()" use the VDD ref+ :roll: ??? ( I remember an old post about that ...)
Note : This function doesn't work with the external voltage reference source, only with the internal voltage reference.
may be some registers have to be directly driven ... ...

Alain

Go to advanced search