I basically need an answer to post http://forums.freescale.com/freescale/board/message?board.id=16BITCOMM&message.id=2795&a#M2795
J2MEJediMaster asked to "in the vector table you'd just plug the reset interrupt vector into the COP interrupt vector. In other words, if the COP occurs, you reset the processor."
How to do that?
I use CodeWarrior 4.5 and the vector table is defined in MC9S12DP512.h as
...
etc
...
...
#define Vcop 0x0000FFFA
#define Vclkmon 0x0000FFFC
#define Vreset 0x0000FFFE
I tried putting "0x0000FFFE" across Vcop, tried making Vcop into Vreset etc but nothing is working and I think its something I am doing wrong. My microcontroller is shutting down when the COP expires, but it is not coming back up. What to do? Please Help.
~Sujith
(Alban: link highlight)
Message Edited by Alban on 2006-11-29 11:25 AM
Message Edited by pIx on 2006-12-0108:31 PM