HC12: interrupt implementation when using serial monitor as target

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

HC12: interrupt implementation when using serial monitor as target

1,550件の閲覧回数
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 返信

837件の閲覧回数
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