amohr 0 Posted April 16, 2003 Report Share Posted April 16, 2003 for my project PicAnt 5.04 generated the following stub for the interrupt handler: _interrupt _interruptint_save_cont_W swapf int_save_cont_STATUS swapf FSR, W movwf int_save_cont_PCLATH goto interrupt_body my interrupt body got compiled to address: 0x00CB note how PCLATH isn't being cleared! This means everytime the interrupt handler gets hit it jumps to random code (if PCLATH<4:3> points to the wrong page). eeeeeeee!!! Please fix as this is a very critical bug & contact me @ amohr@adobe.com - Alex Quote Link to post Share on other sites
Guest Pavel Posted April 16, 2003 Report Share Posted April 16, 2003 Problem fixed in the 5.0.5 release. Regards, Pavel 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.