Search found 6252 matches

by zristic
09 Jul 2012 12:45
Forum: mikroC PRO for PIC General
Topic: ADC problem with PIC18F14K50
Replies: 7
Views: 4637

Re: ADC problem with PIC18F14K50

Hi,
No sorry, after examining the problem we concluded that the changes needed are taking too many resources and negatively effect library generalization that we try to keep all these years.
Therefore, you are left to implement the workaround by yourself, as the users above have suggested.
by zristic
14 Jun 2012 07:56
Forum: Website & Forums Wishlist
Topic: Compilers Price are not realistic !
Replies: 23
Views: 32473

Re: Compilers Price are not realistic !

Code: Select all

why should I pay about 250 USD for license that I think It worth only 25 USD ?
Well, it's your right to have a different opinion.

We hold that the price given is appropriate and that is our right too.
by zristic
16 May 2012 07:58
Forum: mikroC PRO for PIC General
Topic: IRP bit must be set manually for indirect access to
Replies: 10
Views: 4171

Re: IRP bit must be set manually for indirect access to

BANKSEL is MPLAB macro, it is translated to a set of ASM instructions upon compiling. Once you reach the problem with IRP bit, it is a good sign to switch to P18. Almost every P16 chip has pin-to-pin compatible cousin in P18 family. Moreover, the mE compilers are adapted so switching between P16 and...
by zristic
15 May 2012 10:54
Forum: mikroBasic PRO for PIC General
Topic: Does mikroBasic have ByteToStrWithZeros ?
Replies: 6
Views: 2013

Re: Does mikroBasic have ByteToStrWithZeros ?

We hesitate to install third party "Mods" for phpBB, because updating the forum then is a nightmare, that's talking from experience.
In order to make Google index it the way you wish, just put "[Solved]" in the topic title and you will get the same effect.
by zristic
09 May 2012 09:59
Forum: mikroC PRO for PIC General
Topic: Function Pointers really need some attention...
Replies: 14
Views: 5662

Re: Function Pointers really need some attention...

Cant you use heap for that? Heap is available in mikroC pro for PIC.
by zristic
09 May 2012 09:23
Forum: mikroC PRO for PIC General
Topic: Function Pointers really need some attention...
Replies: 14
Views: 5662

Re: Function Pointers really need some attention...

Typical! You cant put truck gearbox into a motorcycle... well, at least not without modifying the motorcycle. Re-entrancy: PIC16 and PIC18 have problematic solution for stack and stack pointer. From that reason, we simulate the stack in the following way: at first, all variables are taken as global...
by zristic
08 May 2012 08:09
Forum: Development Boards
Topic: Cant enter DEBUG mode with MPLAB ICD2!
Replies: 2
Views: 1716

Re: Cant enter DEBUG mode with MPLAB ICD2!

Try to change the EMUD setting in the configuration bits.
by zristic
08 May 2012 07:27
Forum: mikroBasic General
Topic: Laser diode burner
Replies: 5
Views: 3001

Re: Laser diode burner

I have no experience with the hardware, but I know that you can damage your eyes if you are missing protection from the laser light, even from the DVD laser diode.
Therefore, be careful.
by zristic
03 May 2012 09:16
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: T6963C drawing hidden panel distort display on active panel
Replies: 4
Views: 1934

Re: T6963C drawing hidden panel distort display on active pa

Yes, this happens when you exceed the RAM boundary of one screen.
I need to check the entire code, if you feel like that you can send me the project to zristic att mikroe.com and i will check it on hw.
by zristic
03 May 2012 08:14
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: T6963C drawing hidden panel distort display on active panel
Replies: 4
Views: 1934

Re: T6963C drawing hidden panel distort display on active pa

Well, this is a correct procedure:

1. Show panel #0.
2. Call T6963C_SetGrPanel(1) to set panel #1 as active drawing surface, but not display surface,
3. Draw objects on panel #1,
4. Show panel #1 by calling T6963C_DisplayGrPanel(1);

This will solve the issue.
by zristic
02 May 2012 20:33
Forum: Website & Forums Wishlist
Topic: Documentation in German language
Replies: 2
Views: 3932

Re: Documentation in German language

There was an attempt to handle few different languages, but it came out to be more work than pleasure. From this perspective, we will not be doing it again. However, I think some of our distributors may have certain documents in local languages, please check with Tigal if they have anything in Germa...
by zristic
02 May 2012 20:26
Forum: mikroC PRO for PIC General
Topic: mode debug not fonctionnaly
Replies: 19
Views: 4480

Re: mode debug not fonctionnaly

Sure, please attach the entire project to this post and we will have a look.
by zristic
02 May 2012 18:33
Forum: Visual GLCD General
Topic: Need info on Demo Version of VisualGLCD before buying
Replies: 9
Views: 4267

Re: Need info on Demo Version of VisualGLCD before buying

Please feel free to attach the project that won't run to this post so we can have a look.
by zristic
02 May 2012 18:26
Forum: mikroC PRO for ARM General
Topic: [SOLVED] Compiler issues - Finished (with errors)
Replies: 5
Views: 3676

Re: Compiler issues - Finished (with errors)

Hi Thomas,
Sorry for the delay, someone will assist you very soon.
by zristic
02 May 2012 18:24
Forum: mikroC PRO for PIC General
Topic: mode debug not fonctionnaly
Replies: 19
Views: 4480

Re: mode debug not fonctionnaly

Hi,
Please try to remove the displays from the board. They are active components and may interfere with PORTB of the PIC which is also used for programming and debugging. Try that and please let us know the outcome.

Go to advanced search