Sheldon. No MPASM installed on my current computer as I have installed the new MPLAB-X. Arghhh
Line 60 vtxPPS - should the references to vtxPPSbe txPPS
Line 187: Does U2TXB exist in the soure INC file? You have a constant defined that refers to U2TXB but is may not exist.
Remove all references to UNLOCKPPS and LOCKPPS. You dont need them. This will resolve a lot of the BANKSEL issues.
Line 196: _RXPPS refers to the contant U2RXPPS. Does that existin the source INC file?
Lots of the errors seem to point to the INC not having the correct constants. Resolve this first.
Sorry, I truly dont have all my tools available.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hey thank Evan , yes the k40 inc has dif names for these registers, so i am going though 18F47k40 chip pdf to match the required registers
eg U2TXB (k42) = RX2PPS(k40) i think
have to marry up all the other name changes to each
just alot reading of the k40 chip register sets to and the k42 chip register set to see if it doing the same thing , just another name
then looking up the c code to try to follow what each is trying to achieve
again be better done by some one who knows what they are doing , than me guessing
vtxPSS value i think is not used ?? ( ref line 192 - movlw vtxPPS is commented out )
yes not using PPSLocked for bank is not need but illsee if can translate ot to the use for the k40
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using the Great Cow BASIC source libraries will help, as follows. We have mapped VARs and BIts to the same register/bits. So, U2TXB would be the same as TXREG2 and TX2REG. We have normalised the register/bit to make support easier.
hi evan , dan , i got a bit further with this but like to you review it , like to add information from the the new build that i have change for it , please contact me when you can , cheers sheldon
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has hit your hard this virus , have a chat on skype when you are able
All email contents are confidential communications and not released to third parties without written authorisation from author of this email
Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10
like to make use of a modifed k42 asm for k40 use ,
the orginal k42 asm compiles ok ,
need some help with C and the bank use by the look for the k40 series for the asm - chip i need to test on 18F47k40 , please see attached
modifed file
any one with some more c programing who can read the asm/change asm so at least it compiles would be of help
Sheldon. No MPASM installed on my current computer as I have installed the new MPLAB-X. Arghhh
Line 60
vtxPPS
- should the references tovtxPPS
betxPPS
Line 187: Does
U2TXB
exist in the soure INC file? You have a constant defined that refers toU2TXB
but is may not exist.Remove all references to UNLOCKPPS and LOCKPPS. You dont need them. This will resolve a lot of the BANKSEL issues.
Line 196:
_RXPPS
refers to the contantU2RXPPS
. Does that existin the source INC file?Lots of the errors seem to point to the INC not having the correct constants. Resolve this first.
Sorry, I truly dont have all my tools available.
hi evan , i have a go on the changes you sugest , try to contact you on skype but with no outcome,
be handy if you could load MPASM to check this please
Same errors with respect to constants not present - errors 113
hey thank Evan , yes the k40 inc has dif names for these registers, so i am going though 18F47k40 chip pdf to match the required registers
eg U2TXB (k42) = RX2PPS(k40) i think
have to marry up all the other name changes to each
just alot reading of the k40 chip register sets to and the k42 chip register set to see if it doing the same thing , just another name
then looking up the c code to try to follow what each is trying to achieve
again be better done by some one who knows what they are doing , than me guessing
vtxPSS value i think is not used ?? ( ref line 192 - movlw vtxPPS is commented out )
yes not using PPSLocked for bank is not need but illsee if can translate ot to the use for the k40
That approach wont work.
Using the Great Cow BASIC source libraries will help, as follows. We have mapped VARs and BIts to the same register/bits. So,
U2TXB
would be the same asTXREG2
andTX2REG
. We have normalised the register/bit to make support easier.Use this as a source.
mmm , seems like dan or your self would be best to update the asm so it workable for the k40 series
evan - email me , cheers sheldon
hi evan , dan , i got a bit further with this but like to you review it , like to add information from the the new build that i have change for it , please contact me when you can , cheers sheldon
ok. Good to hear.
I am back at work next week, CV19 recovering.
ok evan , skype me when you return next week
hi evan you back on deck
please contact me on skype , cheers
hi evan , you must stillbe very sick , hope to hear from you to talk about a project requirement
On Convalescent plasma treatment at moment. :-)
Has hit your hard this virus , have a chat on skype when you are able
All email contents are confidential communications and not released to third parties without written authorisation from author of this email
Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10
From: Anobiumevanvennn@users.sourceforge.net
Sent: Sunday, 30 August 2020 16:59
To: [tinypicbootload:discussion] general@discussion.tinypicbootload.p.re.sourceforge.net
Subject: [tinypicbootload:discussion] Re: bootloader for 18f47k40 - modified k42 asm help
On Convalescent plasma treatment at moment. :-)
bootloader for 18f47k40 - modified k42 asm help https://sourceforge.net/p/tinypicbootload/discussion/general/thread/3156970dba/?limit=250#88c2/d1da
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/tinypicbootload/discussion/general/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
hi evan , looks like your not online much atm and not back at work as yet ????