Search found 715 matches

by Acetronics
30 May 2014 07:42
Forum: mikroProg™ programmer and debugger
Topic: mikroProg Suite for PIC 2.30 released - but retains bugs
Replies: 26
Views: 15476

Re: mikroProg Suite for PIC 2.30 released - but retains bugs

One more Thread telling programming only works with RB4 Grounded ...

http://www.abcelectronique.com/forum/sh ... st&t=87275

Still no problem in MkE products as Philip told ??? ... of course :roll:

Alain
by Acetronics
09 May 2014 20:52
Forum: mikroC PRO for PIC General
Topic: PIC 16F877 // Liquide Level
Replies: 13
Views: 3353

Re: PIC 16F877 // Liquide Level

zapollon wrote: do you have the complete code please ?
Heuuuuu ...

faut y ajouter un mars, les typons , la face avant, les composants ... etc, etc ... :roll:

ou, il suffit de t'envoyer dans l'aide, vers la fonction SWITCH ... :?:

Alain
by Acetronics
28 Apr 2014 17:15
Forum: mikroProg™ programmer and debugger
Topic: mikroProg Suite for PIC 2.30 released - but retains bugs
Replies: 26
Views: 15476

Re: mikroProg Suite for PIC 2.30 released - but retains bugs

Hi, MaGik

The issue is solved ... :D

it is called " Picstart + ", " PicKit 2 or 3 " or " ICD 2 " ...

Hope you will understand I'm really tired of " Bug Hunt " ... and I'm not the only one.

Alain
by Acetronics
28 Apr 2014 16:13
Forum: mikroProg™ programmer and debugger
Topic: mikroProg Suite for PIC 2.30 released - but retains bugs
Replies: 26
Views: 15476

Re: mikroProg Suite for PIC 2.30 released - but retains bugs

Hello Alain Ohh .. One more thing, Please be kind to the technical support team. They're trying their best. HTH :D Best Regards Hi, MaGik halas ... just trying !!! You know what ? there's at least ONE good thing : they recently introduced an auto-update for their softs ... :( do not ask me why .......
by Acetronics
28 Apr 2014 14:23
Forum: mikroProg™ programmer and debugger
Topic: mikroProg Suite for PIC 2.30 released - but retains bugs
Replies: 26
Views: 15476

Re: mikroProg Suite for PIC 2.30 released - but retains bugs

Filip, It would be MUCH better for you to admit your products are far from perfect ... I always laugh when read there have been ONLY 5 bugs resolved since Oct. 2010 !!! :roll: http://www.mikroe.com/forum/viewtopic.php?f=88&t=20342#p102115 I've OF COURSE tried 2 or 3 BRAND NEW 16F628-20 chips before ...
by Acetronics
23 Apr 2014 16:35
Forum: mikroProg™ programmer and debugger
Topic: mikroProg Suite for PIC 2.30 released - but retains bugs
Replies: 26
Views: 15476

Re: mikroProg Suite for PIC 2.30 released - but retains bugs

Hi, Philip that's very simple ... I only use the Mikroprog suite ALONE with a MPLAB 8.92 compiled program, as I did for years. Board is an EP5, but behaviour is the same with an EP7 ... the Hex is correctly loaded in the Memory dump window ... but chip prog memory is programmed with ZEROs everywhere...
by Acetronics
20 Apr 2014 17:35
Forum: mikroProg™ programmer and debugger
Topic: mikroProg Suite for PIC 2.30 released - but retains bugs
Replies: 26
Views: 15476

Re: mikroProg Suite for PIC 2.30 released - but retains bugs

One more ...

How to program a 16F628 with the microprog suite ( 2.30 suite, classic program, no bootloader ) ???

verifying option fails ( 0000h programmed everywhere in the program memory ... sooo, it's a real good BUG !!! )

Alain
by Acetronics
17 Apr 2014 20:23
Forum: mikroC PRO for PIC General
Topic: problem exploiting input signal
Replies: 3
Views: 1571

Re: problem exploiting input signal

Hi,

you could try to use one ADC input ...
200 mV will show 40 as a result ( 80 @ best conditions ) , so it's worth the try ... :roll:

Alain
by Acetronics
08 Apr 2014 12:17
Forum: mikroC PRO for PIC General
Topic: Exit outside from a loop.
Replies: 8
Views: 3417

Re: Exit outside from a loop.

Hi, an interrupt is supposed to go back where it came from, once done ... soooo, nothing strange in what you see :roll: if there is no stack issue to take care of, ... you simply can place a GOTO just after GIE = 1 ... but it would be better to use a different program flow ( and good programming use...
by Acetronics
06 Apr 2014 17:57
Forum: mikroC PRO for PIC General
Topic: Program run in ISIS but not in real hardwar
Replies: 6
Views: 2017

Re: Program run in ISIS but not in real hardwar

project / edit project screen to fill ... :roll:

Alain
by Acetronics
15 Feb 2014 14:18
Forum: mikroC PRO for PIC General
Topic: Pow function with mikroC demo version
Replies: 9
Views: 6763

Re: Pow function with mikroC demo version

Hello acetronics, you made me laugh. :D V. So, I'm really glad you laughed ! :mrgreen: Being a bit serious ... you just want to make heavy calculations with a nano sized processor ... You have to take the chip that is able to do that. just have a look to see how power function is realised in soft ....
by Acetronics
14 Feb 2014 21:08
Forum: mikroC PRO for PIC General
Topic: Pow function with mikroC demo version
Replies: 9
Views: 6763

Re: Pow function with mikroC demo version

Virgus wrote:

Code: Select all

double co_y;
double co_x = 5;

void main() {

  co_y = pow(co_x,2);

}
Can somebody point me to the solution for this issue?

Thanks,
V.
Yes ... of course a good solution ...

Code: Select all

double co_y;
double co_x = 5;

void main() {

  co_y = co_x * co_x;

}
obvious, no ?
:lol: :lol:
:roll:
by Acetronics
13 Feb 2014 09:27
Forum: mikroC PRO for PIC General
Topic: ADC & PWM in 12F1501
Replies: 1
Views: 1278

Re: ADC & PWM in 12F1501

:roll:

just read Help chapter closer ( or once at least ! )...

Library Routines
PWM1_Init
PWM1_Set_Duty
PWM1_Start
PWM1_Stop
Alain
by Acetronics
28 Jan 2014 11:08
Forum: mikroC PRO for PIC General
Topic: Interesting Project with PIC12508 and LCD
Replies: 2
Views: 1352

Re: Interesting Project with PIC12508 and LCD

looks some " Roman Black " babies developement ... ( with a pic instead of a 74 595 :roll: )
http://www.romanblack.com/shift1.htm

this works like the old R/C decoders ... we used 50 years ago. :wink:

Have a happy new year

Alain
by Acetronics
04 Jan 2014 17:12
Forum: mikroC PRO for PIC General
Topic: Simulation involving ADC
Replies: 15
Views: 5476

Re: Simulation involving ADC

Proteus ISIS ??? :oops:

MPSIM from MPLAB could do it ... but I do not know if it could run the .hex or .coff file generated from a MikroC file ( I never tried that )

Alain

Go to advanced search