That could be important right there. I would think it'd be best to start with the same environment.
Personally, I'd skip the whole MPLABX...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
91 results in 0.0084 seconds.
Keywords
Members
Tags
-
yes.
Either of these would work and not generate the warning
Code:b var byte[16] x VAR BYTE w0 VAR WORD
- Likes 1
Leave a comment:
-
eee_APN is the address of the data stored in eeprom, which can vary depending on the device but typically would start at F00000.
Since you're locating...
- Likes 1
Leave a comment:
-
No, I completely forgot to mention that one. Thanks for reminding me.
It's part of the Q43 lib update I posted in https://support.melab...
- Likes 1
Leave a comment:
-
In case anyone runs across this old thread, see https://support.melabs.com/forum/pic...d-q43-families
for a new and improved set of code.
- Likes 1
Leave a comment:
-
DT_INTS-18xv for 18F K42, K83, and Q43 families
I revamped DT-INTS for the 18xv series of devices (18FxxK42, 18FxxK83, and 18FxxQ43) to take advantage of the hardware context feature of these new devices,...
- Likes 1
-
Here are copies of the updated libraries from PBP 316 that incorporate the above MOVE?FF changes.
Because of the SFR layout in the different devices...Last edited by tumbleweed; 2 weeks ago.
- Likes 1
Leave a comment:
-
library optimizations for 18F K and Q families (MOVFFL)
While working on some code for the 18FxxQ43 I ran across a simple optimization change that can be made
in the .lib and .mac files for those devices...
- Likes 1
-
I agree with Mike.
As long as you've tested it and it seems ok, if something ends up needing correction then so be it.
I know I've...
- Likes 1
Leave a comment:
-
As I said, you have to comment out ALL references, in both high and low entry and exit points.
Code:INT_ENTRY_H ;movff PCLATU, psaveUH
Leave a comment:
-
Since you're remove the low context save you can remove the low context restore...
Code:INT_EXIT_L PREV_BANK = 5 ;RestFSR 0, L ; Restore
Leave a comment:
Leave a comment: