HC12: interrupt implementation when using serial monitor as target

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

HC12: interrupt implementation when using serial monitor as target

1,047 次查看
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

标签 (1)
标记 (1)
0 项奖励
1 回复

334 次查看
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