defs for 97j60 fam

Beta Testing discussion on mikroBasic PRO for PIC.
Post Reply
Author
Message
BarryP
Posts: 517
Joined: 02 Apr 2007 03:57
Location: New Zealand

defs for 97j60 fam

#1 Post by BarryP » 07 Aug 2010 08:58

large number of word sfr's are declared as bytes.
i.e.
EPAUS as byte absolute 0x0E98 volatile sfr
MAIPG as byte absolute 0x0EA6 volatile sfr

User avatar
anikolic
mikroElektronika team
Posts: 1775
Joined: 17 Aug 2009 16:51
Location: Belgrade
Contact:

Re: defs for 97j60 fam

#2 Post by anikolic » 09 Aug 2010 10:32

Hello BarryP,

Yes, you are right! I've been able to reproduce what you are referring to, and I will file a bug report to our developers immediately. There are several registers that were not typed as they are supposed to, and this will be corrected for the relese.

In the meantime, you can do this yourself: just replace byte with word anywhere you find necessary, so you can continue with your work.

Sorry for the inconvenience.

Best regards,
Aleksandar
Web Department Manager

BarryP
Posts: 517
Joined: 02 Apr 2007 03:57
Location: New Zealand

Re: defs for 97j60 fam

#3 Post by BarryP » 13 Oct 2010 04:43

not resolved yet

BarryP
Posts: 517
Joined: 02 Apr 2007 03:57
Location: New Zealand

Re: defs for 97j60 fam

#4 Post by BarryP » 22 Dec 2010 22:21

seems to have missed out again in ver4.6
Attachments
MBpro defs.rar
(17.83 KiB) Downloaded 254 times

User avatar
marko.ziv
mikroElektronika team
Posts: 530
Joined: 06 Dec 2007 10:11
Contact:

Re: defs for 97j60 fam

#5 Post by marko.ziv » 23 Dec 2010 09:45

Hello Barry,

you are correct, somehow we managed not to fix this for this release, even thou it is a simple fix.
I apologize for this, and if this is getting in the way with your project, i am willing to send new definition files to you
as soon as we correct this issue.
If so you can contact me via message on the forum.
Once again we apologize for this.

Best Regards

BarryP
Posts: 517
Joined: 02 Apr 2007 03:57
Location: New Zealand

Re: defs for 97j60 fam

#6 Post by BarryP » 23 Dec 2010 10:35

The files in my previous post are the ones I have modified to allow my projects to compile.

Post Reply

Return to “mikroBasic PRO for PIC Beta Testing”