This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

monitor..!!

hello ...
i specific application needs
-- monitor program to be installed at
0x2000 --
--application program to be installed at
0x0000.
But, by default on hardware reset
program counter is directed to 0x0000.
On reset i need,Program counter to start at 0x2000 (to keil monitor program).
could you tell me how do you solve the problem ?

one way is inserting ljump to 0x2000 at address 0x0000 ..solves the problem ..
but by this ..infinite loop will occur ...

ljump calls keil monitor and monitor starts executing application program from 0x0000.

however, i do not want to revector my interrupt vectors to another memory map ...!

could you tell me the way ..to achieve this ..
thanks

Parents Reply Children
No data