Search found 3854 matches

by Dany
15 Jun 2021 18:47
Forum: mikroProg™ programmer and debugger
Topic: Program Memory size value?
Replies: 4
Views: 2162

Re: Program Memory size value?

The only possible "bug" I can see is (arguably) the lack of units in the code window. Units of "43K words" or "43K Addresses" would be clearer. Whether some other measure might be preferable is another discussion. Indeed. :D I would like to suggest to use the unit "Addresses" (each "address" points...
by Dany
15 Jun 2021 18:44
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 Beta Testing
Topic: v7.1.0 - IDE hanging on splash screen
Replies: 13
Views: 5207

Re: v7.1.0 - IDE hanging on splash screen

Hello, The workaround for this issue at this moment is to open the IDE by opening a project file rather than the compiler .exe itself. One more time, I apologize for the inconvenience caused by this. Kind regards, Jovana This solution seems not to help for me. Is this indeed a solution for some peo...
by Dany
15 Jun 2021 18:41
Forum: mikroPascal PRO for PIC32 Beta Testing
Topic: _FLASH_ERASE value wrong
Replies: 3
Views: 2191

Re: _FLASH_ERASE value wrong

Any news?
by Dany
07 Jun 2021 17:59
Forum: mikroPascal PRO for PIC General
Topic: Where can I find the address in the code?
Replies: 2
Views: 1399

Re: Where can I find the address in the code?

Hi Dany, Assembly instructions consist of 16-bit words (one or more) in PIC18s so program memory is addressed in words within assembly instruction, i.e. twice smaller than in bytes. In your case, the address $6180 is coded as $30C0 in the GOTO instruction (F0 30 EF C0 ). You've worked too long with...
by Dany
07 Jun 2021 13:16
Forum: mikroPascal PRO for PIC General
Topic: Where can I find the address in the code?
Replies: 2
Views: 1399

Where can I find the address in the code?

0x0000 0xF030EFC0 GOTO 24960
Above is an extract of a list file of the reset vector of a P18F2550 program. The hex value of 24960 is $6180, but I do not see $61 nor $80 in the opcodes.

According the datasheet they should be visible.

Can anyone help me?

Thanks in advance.
by Dany
05 May 2021 20:30
Forum: mikroPascal PRO for PIC32 Beta Testing
Topic: A lot of values wrong in the "Defs" files?
Replies: 8
Views: 3232

Re: A lot of values wrong in the "Defs" files?

Is above statement correct or wrong? Anyone? mE?
by Dany
28 Apr 2021 19:31
Forum: mikroPascal PRO for PIC32 Beta Testing
Topic: A lot of values wrong in the "Defs" files?
Replies: 8
Views: 3232

A lot of values wrong in the "Defs" files?

Hi, This post is related to the findings in thread https://forum.mikroe.com/viewtopic.php?f=164&t=66186&hilit=bootloader. I do use mP for PIC32 version 4.0.0 (Which is the latest I think). The errors in the defs files are: 1. in the *.mpas files residing in the DEFS folder (normally C:\Users\Public\...
by Dany
25 Jan 2021 17:20
Forum: mikroPascal PRO for AVR General
Topic: TRUE <> 0 ??
Replies: 3
Views: 1909

Re: TRUE <> 0 ??

Thanks Dany ! Also I found in the description MIKROPASCAL VER 7.01 == TRUE (all ones) or FALSE (zero) Again, do not count on it (so, do not use that knowledge in your code)... this value is not defined in the Pascal language, it is defined by the compiler. E.g. for the PIC24 "true" equals "11111111...
by Dany
12 Jan 2021 19:04
Forum: mikroPascal PRO for AVR General
Topic: TRUE <> 0 ??
Replies: 3
Views: 1909

Re: TRUE <> 0 ??

Using Pascal you should never think that a boolean can be acessed as an integer. The boolean values are "false" and "true" and the compiler respresents them internally as values unknown to you (and even if you accidentally know those values you shlould not use that knowledge in your programs, the co...
by Dany
30 Dec 2020 19:32
Forum: mikroBasic PRO for PIC32 General
Topic: PIC32MZ Mini
Replies: 12
Views: 3886

Re: PIC32MZ Mini

Now it works! :D Many thanks for your help. 200MHz even better for me. Should I use only 200MHz clock further with any project and bootloader on this board? Is it normal that the board is hot? Hi, perhaps this review on the PIC32 mini can help you; https://forum.mikroe.com/viewtopic.php?f=202&t=636...
by Dany
02 Nov 2020 21:02
Forum: mikroPascal PRO for PIC Beta Testing
Topic: GetVersion of v7.6.0 gives 7.3.0 RC
Replies: 2
Views: 1757

GetVersion of v7.6.0 gives 7.3.0 RC

GetVersion of mP v7.6.0 gives 7.3.0 RC. Same result for DoGetVersion.

Also 7.5.0 gives the same result...

Thanks in advance.

Go to advanced search