NickSmith 0 Posted November 6, 2017 Report Share Posted November 6, 2017 There is a bug in the PIC18F25K40.tdf file. As installed it reads Configure AccessBank { SplitAddr = 0FFh; } but should be Configure AccessBank { SplitAddr = 05Fh; } It means that indexing of arrays and routines like delay_ms, sprintf do not work and the processor hangs Quote Link to post Share on other sites
Pavel 0 Posted November 19, 2017 Report Share Posted November 19, 2017 Well spotted. This error affects several other recently added targets as well. The fix you provided is correct too. Affected files: PIC18F24K40.TDF PIC18F25K40.TDF PIC18F26K40.TDF PIC18F27K40.TDF PIC18F45K40.TDF PIC18F46K40.TDF PIC18F47K40.TDF PIC18F65K40.TDF PIC18F66K40.TDF PIC18F67K40.TDF PIC18LF24K40.TDF PIC18LF25K40.TDF PIC18LF26K40.TDF PIC18LF27K40.TDF PIC18LF45K40.TDF PIC18LF46K40.TDF PIC18LF47K40.TDF PIC18LF65K40.TDF PIC18LF66K40.TDF PIC18LF67K40.TDF Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.