Search found 11 matches

by krasi533513
01 Dec 2020 18:53
Forum: mikroPascal PRO for PIC General
Topic: How to use CryptoLibrary with P18F67K40
Replies: 1
Views: 1722

How to use CryptoLibrary with P18F67K40

Hi there! I have used CryptoLibrary from LibStock with good luck, years ago. I want to use it today with P18F67K40 CPU, but unfortunately the MikroE Pascal compiler does not want to show that library in LibraryManager. It is installed and shows with other CPUs, but disapears when that CPU is choosen...
by krasi533513
14 May 2020 11:06
Forum: mikroPascal PRO for PIC General
Topic: mP problem with version 7.6
Replies: 4
Views: 2067

Re: mP problem with version 7.6

To reproduce the problem, you should send some impulses (e.g. from generator of square pulses) to the input of TMR1 (pin 7 (RC3) is configured like that). The TMR1 is set to count these pulses, so if you could read something different than zeroes from TMR1, that is working condition... At my side, a...
by krasi533513
12 May 2020 10:26
Forum: mikroPascal PRO for PIC General
Topic: mP problem with version 7.6
Replies: 4
Views: 2067

Re: mP problem with version 7.6

Hi! Debugging in realtime is not an easy option in my situation... For example, reading values of timer registers makes sense only in realtime - the same program compiled with 7.1 works fine, reads register correctly (the impulses from encoder) are read from TMR1. But compiled with 7.6 version (the...
by krasi533513
07 May 2020 11:31
Forum: mikroPascal PRO for PIC General
Topic: mP problem with version 7.6
Replies: 4
Views: 2067

mP problem with version 7.6

Hi there! I have some problems with the new 7.6 version... I have a project formerly written and compiled in mP 7.1, I have to do some very small changes, but unfortunately I found that after compiling it with mP 7.6 it does not work correctly... I think some of reading and writing to system device...
by krasi533513
20 Sep 2016 10:17
Forum: mikroC PRO for PIC General
Topic: UserID specification in C code for HEX file
Replies: 8
Views: 3348

Re: UserID specification in C code for HEX file

filip wrote:Hi,

This memory segment is not writable by the user, so you cannot change the ID.

Regards,
Filip.

That is NOT correct!!!
The User IDs are writable, even using the oldest Microhip IDE...
by krasi533513
20 Sep 2016 10:13
Forum: mikroPascal PRO for PIC Wish List
Topic: Programming and Access to User ID words
Replies: 3
Views: 3144

Re: Programming and Access to User ID words

Does something happens with the User-ID Bytes?

More than one year of waiting???
by krasi533513
18 Jun 2015 13:06
Forum: mikroPascal PRO for PIC32 General
Topic: Omissions in PIC32 compilers
Replies: 1
Views: 3155

Omissions in PIC32 compilers

I want to try something with P32MX450F128H, but unfortunately when I choose that MCU - P32MX450F128H, some libraries dissapear - e.g. LCD, GLcd, which seems not included, but glcd_fonts is there... Trying with some of other PIC32MX MCUs shows me that with sometimes these libraries are included... Ma...
by krasi533513
18 Jun 2015 13:05
Forum: mikroPascal PRO for PIC32 Wish List
Topic: Omissions in PIC32 compilers
Replies: 1
Views: 3038

Omissions in PIC32 compilers

I want to try something with P32MX450F128H, but unfortunately when I choose that MCU - P32MX450F128H, some libraries dissapear - e.g. LCD, GLcd, which seems not included, but glcd_fonts is there... Trying with some of other PIC32MX MCUs shows me that with sometimes these libraries are included... Ma...
by krasi533513
13 Mar 2015 18:13
Forum: mikroPascal PRO for PIC Wish List
Topic: IFDEF Compiler Directives
Replies: 2
Views: 2703

Re: IFDEF Compiler Directives

Yes, it's doubled post, this one could be deleted...
by krasi533513
09 Mar 2015 12:59
Forum: mikroPascal PRO for PIC Wish List
Topic: IFDEF Compiler Directives
Replies: 2
Views: 2703

IFDEF Compiler Directives

Hi there! Compiler directives like IFDEF are good choice when we need conditional compilation of sections of code, so I frequently use them. Can I make some kind of "OR" operation? Let me show you an example like that - if we have 4 conditionals - Cond1, Cond2, Cond3, Cond4: {$IFDEF Cond1 OR Cond2 o...
by krasi533513
09 Mar 2015 12:40
Forum: mikroPascal PRO for PIC Wish List
Topic: IFDEF Compiler Directives
Replies: 1
Views: 2468

IFDEF Compiler Directives

Hi there! Compiler directives like IFDEF are good choice when we need conditional compilation of sections of code, so I frequently use them. Can I make some kind of "OR" operation with them? Let me show you an example like that - if we have 4 conditionals - Cond1, Cond2, Cond3, Cond4: {$IFDEF Cond1 ...

Go to advanced search