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

Monitor166 in ROM

Hi,

I'd like to know how uVision2 finds the Monitor when it is in ROM.

Does the address where it stands have to be specified somewhere ?

thx,
julien

Parents
  • Actually, what you would have to do is:

    1. Connect to the C16x using the standard serial port (that's what the bootloader uses),

    2. Download the monitor BOOT to RAM (This program loads the real monitor),

    3. Just after the monitor is loaded, you'll have to unplug your serial cable from the C16x serial port and plug it into the simulated serial port.

    I don't know if anyone has tried this or even if it will work. I'm pretty sure that uVision2 will probably complain that it has lost communication with the monitor. As soon as you connect up the simulated serial port, MAYBE uVision2 will be able to continue.

    If you get this to work, please let the rest of us know.

    Keil Software

Reply
  • Actually, what you would have to do is:

    1. Connect to the C16x using the standard serial port (that's what the bootloader uses),

    2. Download the monitor BOOT to RAM (This program loads the real monitor),

    3. Just after the monitor is loaded, you'll have to unplug your serial cable from the C16x serial port and plug it into the simulated serial port.

    I don't know if anyone has tried this or even if it will work. I'm pretty sure that uVision2 will probably complain that it has lost communication with the monitor. As soon as you connect up the simulated serial port, MAYBE uVision2 will be able to continue.

    If you get this to work, please let the rest of us know.

    Keil Software

Children
No data