HC12: interrupt implementation when using serial monitor as target

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HC12: interrupt implementation when using serial monitor as target

1,043 Views
aravindkml
Contributor I
hi,


i am trying to implement interrupts in my program.Controller i am using is MC9s12dp256.
From my serial monitor program i got the starting address of pseudo vector table as 0xf780,
But when i am trying to download the code its showing unable to write to 0xf780 - 0xf7fe.
How to solve this???????
Please help me..........

Message Edited by CrasyCat on 2007-04-13 11:54 AM

Labels (1)
Tags (1)
0 Kudos
1 Reply

330 Views
J2MEJediMaster
Specialist I
Correct me if I've misunderstood you, but it sounds like you're trying to write over the live interrupt vector table that the serial monitor itself is using?

---Tom