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
On reset i need,Program counter to start at 0x2000 (to keil monitor program). could you tell me how do you solve the problem ? Open up the chip and change a few internal connections. The location of the reset vector is hardware Erik