JorgeF 0 Posted June 16, 2012 Report Share Posted June 16, 2012 (edited) Hi I noticed that the ICD3.h include file has the following warning for the reserved range of program memory for use by the ICD3 debugger. #pragma message "Warning: ICD3 Reserved ROM address range:0x1FD80-0x1FFFF (use linker -rt option)" But the MPLAB 8.83 help file for the ICD3 states that the reserved range should be 0x1FD2F-0x1FFFE. EDIT: The target where I noticed it is the PIC18F8722 Best regards Jorge Edited June 18, 2012 by JorgeF Quote Link to post Share on other sites
Dave 0 Posted June 18, 2012 Report Share Posted June 18, 2012 JorgeF, I noticed that the ICD3.h include file has the following warning for the reserved range of program memory for use by the ICD3 debugger. #pragma message "Warning: ICD3 Reserved ROM address range:0x1FD80-0x1FFFF (use linker -rt option)" But the MPLAB 8.83 help file for the ICD3 states that the reserved range should be 0x1FD2F-0x1FFFE. Which target device is this for (as the reservered space chances between devices) ? Regards Dave Quote Link to post Share on other sites
JorgeF 0 Posted June 18, 2012 Author Report Share Posted June 18, 2012 (edited) Hi Dave Sorry, it seems I forgot the more important. I'm editing it in the origina post just to so things make sense. By the way, I've been noticing another thing. I don't know if it aplies to all PICs, but, for the 3 or 4 PICs I've been using in the last months, both PIC16 and PIC18, reserved resources for ICD3 and Pickit3 are exactly the same. And it works, I've been using the Pickit3 or the ICD3 without any need for changes in the debug features of the projects. Best regards Jorge Edited June 18, 2012 by JorgeF 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.